Pyramid Alchemy project
Welcome to Ordr2, a Pyramid application generated by
Cookiecutter.
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 @@ + + + +
+ + + + + + + + + + + + ++ + | +Date Created | +CAS / Description | +Vendor | +Catalog Nr. | +Status | +Ordered By | +Actions | + + +
---|---|---|---|---|---|---|---|
+ + | +2017-10-11 12:30 | +Ethanol 96% denaturated | +VWR | +APPCA2551.9010 | +completed | +HolgerFrey | ++ |
+ + | +2017-10-04 16:27 | +Präzisionspinzette -Gebogene, extra feine Spitzen | +VWR | +232-1230 | +completed | +StefanMuellers | ++ |
+ + | +2017-10-04 16:24 | +Pinzette für Deckgläser | +VWR | +232-0111 | +completed | +StefanMuellers | ++ |
+ + | +2017-10-02 11:11 | +Vakkum-Exsikkator | +VWR | +467-0087 | +approval | +MartinSchoenstein | ++ |
+ + | +2017-09-28 10:53 | +Ethanol 96%, vergällt mit 1%MEK | +Carl-Roth | +T171.2 | +completed | +NataliaSchatz | ++ |
+ + | +2017-09-28 10:53 | +n-Hexan, 95%, z.Synthese | +Carl-Roth | +3907.4 | +completed | +NataliaSchatz | ++ |
+ + | +2017-09-28 10:52 | +Aceton, 99,7%, reinst | +Carl-Roth | +CP40.6 | +completed | +NataliaSchatz | ++ |
+ + | +2017-09-28 10:52 | +Essigsäureethylester, 99,5%, reinst | +Carl-Roth | +CP42.6 | +completed | +NataliaSchatz | ++ |
+ + | +2017-09-28 10:51 | +Dichlormethan, 99,5%, reinst | +Carl-Roth | +CP45.4 | +completed | +NataliaSchatz | ++ |
+ + | +2017-09-28 10:46 | +GHP Acrodisc, Porengröße: 0,45 µm, Dmr:25 mm 1 * 50 ST | +VWR | +514-4036 | +completed | +NataliaSchatz | ++ |
+ + | +2017-09-28 09:29 | +Gewindeflasche, braun, 20ml | +VWR | +548-0638 | +ordered | +SebastianAnders | ++ |
+ + | +2017-09-27 15:21 | +Anthranilsäure, f. S. | +SA | +8201120100 | +ordered | +NataliaSchatz | ++ |
No content
{% endblock content %} -Welcome to Ordr2, a Pyramid application generated by
Cookiecutter.