X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/ec66a5c7d17cb1e67ee066f2e9bdaf5bbc9ab614..9cd731256b243511a3a1a1fcec76a1d5f27eb6d3:/data/templates/edit.htm diff --git a/data/templates/edit.htm b/data/templates/edit.htm index 56e08ef..542bb34 100644 --- a/data/templates/edit.htm +++ b/data/templates/edit.htm @@ -1,23 +1,49 @@ {% extends "base.htm" %} {% block title %}Edit paste{% endblock %} +{% block meta %} + +{% endblock %} + {% block content %} -
-
- +
+ +
+ +
+
{% for fileid, file in repo.getFiles %} - {% include 'edit-file.htm' with {'file': file, 'fileid': fileid} %} + {% include 'edit-file.htm' with {'file': file, 'fileid': fileid, 'newfile': false} %} {% endfor %} -
- -
+ {% include 'edit-add.htm' %} + +
+
+ Cancel +
+
+ {% include 'edit-add-button.htm' %} +
+
+ +
+
+ +{% endblock %} + +{% block sidebar %} + {% include 'display-sidebar-history.htm' %} {% endblock %}