From afaa7268ad6adfdd9c49f03b5b497001865e6ac3 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 3 Oct 2022 06:18:15 +0100 Subject: [PATCH] update HTML in /user/create-archive.html template. --- templates/user/create-archive.html | 57 +++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 9 deletions(-) diff --git a/templates/user/create-archive.html b/templates/user/create-archive.html index b980eac..9a10d31 100644 --- a/templates/user/create-archive.html +++ b/templates/user/create-archive.html @@ -1,7 +1,25 @@ {% extends "layouts/default.html" %} {% block title %}Create a new archive entry{% endblock %} {% block content %} -

Create Archive Entry

+
+

Create Archive Entry

+ + @@ -14,7 +32,7 @@ 'fullscreen', 'insertdatetime', 'media', 'save', 'table', 'help', 'visualchars', 'wordcount', 'quickbars', 'pagebreak', 'nonbreaking', 'importcss', 'directionality', 'codesample', 'code', 'autosave', - 'autoresize' + /* 'autoresize' */ ], toolbar: 'undo redo | save | formatpainter casechange blocks | bold italic backcolor | ' + 'alignleft aligncenter alignright alignjustify | ' + @@ -22,18 +40,39 @@ }); -
- + + - + - +

+ 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. +

+ - -
+
{% endblock %}