From 2460ef593a17eecad863e8702904292cc9706d9e Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 20 Apr 2020 00:52:33 +0200 Subject: Kickoff --- templates/admin.html | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++ templates/mandant.html | 37 ++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+) create mode 100644 templates/admin.html create mode 100644 templates/mandant.html (limited to 'templates') diff --git a/templates/admin.html b/templates/admin.html new file mode 100644 index 0000000..e62979e --- /dev/null +++ b/templates/admin.html @@ -0,0 +1,67 @@ + + + +Filer Admin + +{{ dropzone.load_css() }} +{{ dropzone.style('border: 2px dashed #0087F7; min-height: 3em;') }} + + + + +{{ dropzone.load_js() }} +

Kanzlei Hubrig – Administration

+

Mandanten

+ + +

Öffentliche Dokumente

+ + +

Öffentliches Dokument hochladen

+
{{ dropzone.create(action='/admin') }}
+ +{{ dropzone.config() }} + + diff --git a/templates/mandant.html b/templates/mandant.html new file mode 100644 index 0000000..16c07ab --- /dev/null +++ b/templates/mandant.html @@ -0,0 +1,37 @@ + + + +Filer + +{{ dropzone.load_css() }} +{{ dropzone.style('border: 2px dashed #0087F7; min-height: 10px;') }} + + + +{{ dropzone.load_js() }} +

Kanzlei Hubrig – Dokumenten-Austausch

+{%- if admin %} +Zurück zur Übersicht +{% endif -%} +

Dokumente

+ + +
{{ dropzone.create(action="/"+admin+"Dokumente/"+user) }}
+ +{{ dropzone.config() }} + + -- cgit v1.2.3