diff --git a/templates/admin/adminDownloads.html b/templates/admin/adminDownloads.html new file mode 100644 index 0000000..73454e3 --- /dev/null +++ b/templates/admin/adminDownloads.html @@ -0,0 +1,66 @@ +
+ + +
+
+

Add Download

+ +
+
+ + +
+
+ + +
+
+ +
+
+
+
+
+ + +
+
+

Downloads

+
+ + + + + + + + + + + + {for download in downloads} + + + + + + + {/for} + +
Download NameFileDownload CountDelete
+ {download.name} + + {download.file} + + {download.download_count} + +
+ + +
+
+
+
+
+
\ No newline at end of file diff --git a/templates/admin/adminHome.html b/templates/admin/adminHome.html new file mode 100644 index 0000000..e69de29 diff --git a/templates/admin/adminMain.html b/templates/admin/adminMain.html new file mode 100644 index 0000000..03ab7cd --- /dev/null +++ b/templates/admin/adminMain.html @@ -0,0 +1,66 @@ +{header} + +
+ + {if loggedIn} + {>adminPage} + in the system + {else} + + {if goodLoginAttempt} + + {/if} + +
+ {if banned} +
+
+

Yikes

+
+ Page not found meme +



+
+ {else} +
+
+
+

Login

+
+ +
+
+ + +
+
+ + +
+
+ +
+
+
+ + {if invalid} +

+ Invalid login attempt. +

+ {/if} + + +
+

+
+ {/if} +
+ {/if} + +
+ +{footer} \ No newline at end of file diff --git a/templates/admin/adminPosts.html b/templates/admin/adminPosts.html new file mode 100644 index 0000000..e69de29