X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/cec8f61ab84122a3f4b0702aaad6f7a141f99f7b..3f5216d836005f94da0d2dbe8f2cf520fb9f20a0:/data/templates/edit.htm diff --git a/data/templates/edit.htm b/data/templates/edit.htm index 300b6cb..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 %}