From 8acb66f08a2d2a9be8cb3551a206e988b1a240bb Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Thu, 5 Mar 2015 12:11:39 +0100 Subject: [PATCH] templates --- templates/index.html | 77 ++++++++++++++++++++++++++++++++++++++++++++ templates/pad.html | 17 ++++++++++ 2 files changed, 94 insertions(+) create mode 100644 templates/index.html create mode 100644 templates/pad.html diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..77a5b78 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,77 @@ + + + + + {% block title %}{{title}}{% endblock %} + + {% block scripts %} + + + + {% endblock scripts %} + + +{% block header %}

{{title}}

{% endblock %} +{% block namefilter %} +
+ +
+ +{% endblock %} + + + + + + + + + + + + +{% for pad in pads %} + + + + + + + +{% endfor %} + +
linkpad namegrouplast editedsize
edit{{ pad.pad_name }}{{ pad.group_id }}{{ pad.last_edited }}{{ pad.text_length_human }}
+ + diff --git a/templates/pad.html b/templates/pad.html new file mode 100644 index 0000000..41385f0 --- /dev/null +++ b/templates/pad.html @@ -0,0 +1,17 @@ + + + + + {{title}} + + + + + + + +{{body}} + +