diff --git a/templates/user/archive.html b/templates/user/archive.html index cde640c..5c5bb0f 100644 --- a/templates/user/archive.html +++ b/templates/user/archive.html @@ -2,57 +2,80 @@ {% block title %}Manage the site's archive.{% endblock %} {% block content %}
-
-

Archive Index

-
- - New Archive Entry - Create Entry - +
+

Archive Index

+ + + +
+ {% for entry in archive-entries %} +
+
+ {{entry.title}} +

{{entry.title}}

-
- {% for entry in archive-entries %} -
-
- {{entry.title}} -

{{entry.title}}

-
-
- - {{entry.title}} - - - {{entry.title}} - - {% if roles.administrator %} -
- - - -
- {% endif %} -
-
- {% endfor %} +
+ + {{entry.title}} + + + {{entry.title}} + + {% if roles.administrator %} +
+ + + +
+ {% endif %}
-
+
+ {% endfor %} +
+
{% endblock %} diff --git a/templates/user/create-archive.html b/templates/user/create-archive.html index 9a10d31..6bba969 100644 --- a/templates/user/create-archive.html +++ b/templates/user/create-archive.html @@ -5,6 +5,13 @@

Create Archive Entry

diff --git a/templates/user/create-page.html b/templates/user/create-page.html index 14de251..f5d9850 100644 --- a/templates/user/create-page.html +++ b/templates/user/create-page.html @@ -5,9 +5,16 @@

Create Page

diff --git a/templates/user/edit-archive.html b/templates/user/edit-archive.html index 067d08b..b528680 100644 --- a/templates/user/edit-archive.html +++ b/templates/user/edit-archive.html @@ -5,6 +5,13 @@

Edit Archive Entry

diff --git a/templates/user/edit-page.html b/templates/user/edit-page.html index 7e087cb..8d84479 100644 --- a/templates/user/edit-page.html +++ b/templates/user/edit-page.html @@ -5,16 +5,30 @@

Edit Page

diff --git a/templates/user/pages.html b/templates/user/pages.html index 67611c7..d06194d 100644 --- a/templates/user/pages.html +++ b/templates/user/pages.html @@ -2,57 +2,82 @@ {% block title %}A list of the site's pages.{% endblock %} {% block content %}
-
-

Pages Index

- -
- {% for page in pages %} - {% if page.can-delete == 1 %} -
-

{{page.title}}

-
- - {{page.title}} - - - {{entry.title}} - - {% if roles.administrator %} -
- - - -
- {% endif %} -
-
- {% endif %} - {% endfor %} +
+

Pages Index

+ + + +
+ {% for page in pages %} + {% if page.can-delete == 1 %} +
+

{{page.title}}

+
+ + {{page.title}} + + + {{entry.title}} + + {% if roles.administrator %} +
+ + + +
+ {% endif %}
+
+ {% endif %} + {% endfor %}
+
{% endblock %} diff --git a/templates/user/storage.html b/templates/user/storage.html index 1737ef1..2076a72 100644 --- a/templates/user/storage.html +++ b/templates/user/storage.html @@ -1,77 +1,100 @@ {% extends "layouts/default.html" %} {% block title %}Manage you archive.{% endblock %} {% block content %} - -
+

Storage Index

-
-
- - - - -
-
-
-
- {% for item in files %} -
- {{item.name}} - - {{entry.title}} + + +
+ + type="file" + name="STORAGE-FILES" + multiple> - -
- -
- {% endif %}
- {% endfor %} + +
+ {% for item in files %} +
+ {{item.name}} + + {{entry.title}} + + {% if roles.administrator %} +
+ + + +
+
+ + +
+ {% endif %} +
+ {% endfor %} +
{% endblock %}