From 17b89099b36a63ed2854083cdb4cb06f47a41e14 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 20 Jan 2016 19:05:02 +0200 Subject: Refactor file structure --- templates/adm.html | 28 ++++++++++++++++++++++ templates/index.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++ templates/log.html | 15 ++++++++++++ 3 files changed, 111 insertions(+) create mode 100644 templates/adm.html create mode 100644 templates/index.html create mode 100644 templates/log.html (limited to 'templates') diff --git a/templates/adm.html b/templates/adm.html new file mode 100644 index 0000000..a3442a6 --- /dev/null +++ b/templates/adm.html @@ -0,0 +1,28 @@ + + + + + + + + Jonokone Admin + + +
+ + + + + + + + + + + + + +
Jonoa: {{qsize}}
Nimi: {{que[0].name}}
Rivi: {{que[0].row}}
+
+ + \ No newline at end of file diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..77b5fe9 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + Jonokone + + +
+
Jonokone
+
@ jonokone.dy.fi
+
+ + + + + + + + + +
Rivi: + +
Nimi: + +
+ + Lisää + +
+ {{error_message}} +
+ +
+
+ Poista {{person.name}} +
+
+ + + + + + + + + + +
RiviNimi
Rivi {{person.row}}{{person.name}}
+ +
+ + \ No newline at end of file diff --git a/templates/log.html b/templates/log.html new file mode 100644 index 0000000..392c5dc --- /dev/null +++ b/templates/log.html @@ -0,0 +1,15 @@ + + + + Jonokone Log + + + + + + +
+

{{msg}}

+
+ + \ No newline at end of file -- cgit v1.3