diff --git a/var/www/modules/PasteSubmit/Flask_PasteSubmit.py b/var/www/modules/PasteSubmit/Flask_PasteSubmit.py
index 6b7f5360..68f0952d 100644
--- a/var/www/modules/PasteSubmit/Flask_PasteSubmit.py
+++ b/var/www/modules/PasteSubmit/Flask_PasteSubmit.py
@@ -280,7 +280,7 @@ def PasteSubmit_page():
#active galaxies
active_galaxies = r_serv_tags.smembers('active_galaxies')
- return render_template("PasteSubmit.html",
+ return render_template("submiting.html",
active_taxonomies = active_taxonomies,
active_galaxies = active_galaxies)
@@ -353,7 +353,7 @@ def submit():
launch_submit(ltags, ltagsgalaxies, paste_content, UUID, password ,True)
- return render_template("submiting.html",
+ return render_template("submit_items.html",
active_taxonomies = active_taxonomies,
active_galaxies = active_galaxies,
UUID = UUID)
@@ -376,7 +376,7 @@ def submit():
launch_submit(ltags, ltagsgalaxies, paste_content, UUID, password)
- return render_template("submiting.html",
+ return render_template("submit_items.html",
active_taxonomies = active_taxonomies,
active_galaxies = active_galaxies,
UUID = UUID)
diff --git a/var/www/modules/PasteSubmit/templates/PasteSubmit.html b/var/www/modules/PasteSubmit/templates/PasteSubmit.html
deleted file mode 100644
index 44058214..00000000
--- a/var/www/modules/PasteSubmit/templates/PasteSubmit.html
+++ /dev/null
@@ -1,203 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/var/www/modules/PasteSubmit/templates/submit_items.html b/var/www/modules/PasteSubmit/templates/submit_items.html
new file mode 100644
index 00000000..e419e599
--- /dev/null
+++ b/var/www/modules/PasteSubmit/templates/submit_items.html
@@ -0,0 +1,358 @@
+
+
+
+
+
AIL-Framework
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% if UUID %}
+
+
+
+
+
+
+
+
+
+
+ Files Submitted 1 / 1
+
+
+
+
+
+
+
+
+
+
Submitted Items
+
+
+
+
+
+
+
+
+ {% endif %}
+
+
+ {% include 'nav_bar.html' %}
+
+
+
+
+ {% include 'item_submit/menu_sidebar.html' %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/var/www/modules/PasteSubmit/templates/submiting.html b/var/www/modules/PasteSubmit/templates/submiting.html
deleted file mode 100644
index f43a7b3d..00000000
--- a/var/www/modules/PasteSubmit/templates/submiting.html
+++ /dev/null
@@ -1,361 +0,0 @@
-
-
-
-
-
-
-
-
Submit Paste - AIL
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {% include 'navbar.html' %}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Files Submitted 1 / 1
-
-
-
-
-
-
-
-
-
-
Submitted pastes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/var/www/templates/item_submit/menu_sidebar.html b/var/www/templates/item_submit/menu_sidebar.html
new file mode 100644
index 00000000..51d36093
--- /dev/null
+++ b/var/www/templates/item_submit/menu_sidebar.html
@@ -0,0 +1,13 @@
+