diff --git a/ordr2/static/style.css b/ordr2/static/style.css new file mode 100644 index 0000000..7f58ef0 --- /dev/null +++ b/ordr2/static/style.css @@ -0,0 +1,19 @@ +html { + font-size: 14px; + } + +header .branding { + padding-left: 0px; + } + +header .btn-toolbar .btn-group { + margin-right:1em; + } + +.container-fluid { + padding-top: 1em; + } + +.list-group-header { + + } diff --git a/ordr2/templates/example.html b/ordr2/templates/example.html new file mode 100644 index 0000000..a74fca6 --- /dev/null +++ b/ordr2/templates/example.html @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + Cookiecutter Alchemy project for the Pyramid Web Framework + + + +
+ + + + + +
+ +
+
+
+ +
+ All Orders + All + Open + Approval + Ordered + Completed +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Date Created CAS / Description Vendor Catalog Nr. Status Ordered By Actions
+ + 2017-10-11 12:30Ethanol 96% denaturatedVWRAPPCA2551.9010 completed HolgerFrey
+ + 2017-10-04 16:27Präzisionspinzette -Gebogene, extra feine SpitzenVWR232-1230 completed StefanMuellers
+ + 2017-10-04 16:24Pinzette für DeckgläserVWR232-0111 completed StefanMuellers
+ + 2017-10-02 11:11Vakkum-ExsikkatorVWR467-0087 approval MartinSchoenstein
+ + 2017-09-28 10:53Ethanol 96%, vergällt mit 1%MEKCarl-RothT171.2 completed NataliaSchatz
+ + 2017-09-28 10:53n-Hexan, 95%, z.SyntheseCarl-Roth3907.4 completed NataliaSchatz
+ + 2017-09-28 10:52Aceton, 99,7%, reinstCarl-RothCP40.6 completed NataliaSchatz
+ + 2017-09-28 10:52Essigsäureethylester, 99,5%, reinstCarl-RothCP42.6 completed NataliaSchatz
+ + 2017-09-28 10:51Dichlormethan, 99,5%, reinstCarl-RothCP45.4 completed NataliaSchatz
+ + 2017-09-28 10:46GHP Acrodisc, Porengröße: 0,45 µm, Dmr:25 mm 1 * 50 STVWR514-4036 completed NataliaSchatz
+ + 2017-09-28 09:29Gewindeflasche, braun, 20mlVWR548-0638 ordered SebastianAnders
+ + 2017-09-27 15:21Anthranilsäure, f. S.SA8201120100 ordered NataliaSchatz
+ + +
+ +
+
+ +
+ + +
+ + + + + + + + + + + + diff --git a/ordr2/templates/layout.jinja2 b/ordr2/templates/layout.jinja2 index 4fbaba4..6f14559 100644 --- a/ordr2/templates/layout.jinja2 +++ b/ordr2/templates/layout.jinja2 @@ -1,64 +1,82 @@ - - + + + + - - - - - + + + + + + + + + Cookiecutter Alchemy project for the Pyramid Web Framework + - - + +
+ + - + + {% block sub_header %} {% endblock sub_header %} +
-
-
+
-
- -
-
+ {% block content %}

No content

{% endblock content %} -
-
- +
+ + +
-
+ + + + + + + - - - - - diff --git a/ordr2/templates/mytemplate.jinja2 b/ordr2/templates/mytemplate.jinja2 index fe1ccf9..3c42d66 100644 --- a/ordr2/templates/mytemplate.jinja2 +++ b/ordr2/templates/mytemplate.jinja2 @@ -1,7 +1,7 @@ {% extends "layout.jinja2" %} {% block content %} -
+

Pyramid Alchemy project

Welcome to Ordr2, a Pyramid application generated by
Cookiecutter.