From 0623a4f9be1c21651ea212f7b4d86136a67ddffe Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 27 Jul 2013 16:16:04 +0100 Subject: Added the new core as a subtree. --- Core/webadmin/backup.html | 375 ++++++++++++++++++++++++++++++++++++++++++++ Core/webadmin/template.html | 152 ++++++++++++++++++ 2 files changed, 527 insertions(+) create mode 100644 Core/webadmin/backup.html create mode 100644 Core/webadmin/template.html (limited to 'Core/webadmin') diff --git a/Core/webadmin/backup.html b/Core/webadmin/backup.html new file mode 100644 index 000000000..239a255e5 --- /dev/null +++ b/Core/webadmin/backup.html @@ -0,0 +1,375 @@ + + + + +{TITLE} + + + + + + +
+ +

{TITLE}

+ +
+
+ + + + +

Welcome {USERNAME}

+ +
+

{PLUGIN_NAME}

+ + {CONTENT} + +
+ + +
+
+ +
+ + + +
+ + + diff --git a/Core/webadmin/template.html b/Core/webadmin/template.html new file mode 100644 index 000000000..16c78bdd0 --- /dev/null +++ b/Core/webadmin/template.html @@ -0,0 +1,152 @@ + + + + {TITLE} | {PLUGIN_NAME} + + + + + + + + + +
+
+ +

MCServer, the Minecraft Server coded in C++!

+
+ +
+

Welcome {USERNAME}, to the Control Panel! :D

+ {CONTENT} +
+ +
+ + -- cgit v1.2.3