diff --git a/templates/user/edit-archive.html b/templates/user/edit-archive.html index b8ac1db..067d08b 100644 --- a/templates/user/edit-archive.html +++ b/templates/user/edit-archive.html @@ -1,7 +1,39 @@ {% extends "layouts/default.html" %} {% block title %}Edit: {{db-data.title}}{% endblock %} {% block content %} -

Edit Archive

+
+

Edit Archive Entry

+ +
+ + New Archive Entry + View Entry + + + Archive Index + Archive Index + + + Storage Index + Storage Index + + + New Archive Entry + Create Entry + +
@@ -22,29 +54,89 @@ }); -{{db-data.title}} -
- - - - + + + +
+ {{db-data.title}} + + +
-
- - - + + + + - - +
+ + +
-
- - + + + - - +

+ Use a comma to seperate keywords (E.G. 'art,welding,green paint,metal'). + Words seperated by a space and not a comma are marked as one keyword. + So, 'green paint' is one keyword not two in this example. +

+
+ + +
@@ -56,4 +148,5 @@
+
{% endblock %}