From 32602049a8e4edc408a83380cebb1c838cdf4d1e Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Fri, 9 May 2014 19:05:13 +0200 Subject: Did some changes on webinterface --- management-interface/php/about.inc.php | 9 +++++++++ management-interface/php/functions.php | 22 ++++++++++++++++++++++ management-interface/php/home.inc.php | 10 ++++++++++ management-interface/php/login.inc.php | 14 ++++++++++++++ management-interface/php/template.inc.php | 8 ++++++++ management-interface/php/user.inc.php | 9 +++++++++ 6 files changed, 72 insertions(+) create mode 100644 management-interface/php/about.inc.php create mode 100644 management-interface/php/functions.php create mode 100644 management-interface/php/home.inc.php create mode 100644 management-interface/php/login.inc.php create mode 100644 management-interface/php/template.inc.php create mode 100644 management-interface/php/user.inc.php (limited to 'management-interface/php') diff --git a/management-interface/php/about.inc.php b/management-interface/php/about.inc.php new file mode 100644 index 0000000..57edd01 --- /dev/null +++ b/management-interface/php/about.inc.php @@ -0,0 +1,9 @@ + + +
+

+This website is the interface for the masterserver to do several things. +

+
diff --git a/management-interface/php/functions.php b/management-interface/php/functions.php new file mode 100644 index 0000000..f84c097 --- /dev/null +++ b/management-interface/php/functions.php @@ -0,0 +1,22 @@ + diff --git a/management-interface/php/home.inc.php b/management-interface/php/home.inc.php new file mode 100644 index 0000000..b003336 --- /dev/null +++ b/management-interface/php/home.inc.php @@ -0,0 +1,10 @@ + + +
+

Hello user!

+

+Lorem ipsum dolor sit amet. +

+
diff --git a/management-interface/php/login.inc.php b/management-interface/php/login.inc.php new file mode 100644 index 0000000..9d92195 --- /dev/null +++ b/management-interface/php/login.inc.php @@ -0,0 +1,14 @@ + + +
+
+ +
+
diff --git a/management-interface/php/template.inc.php b/management-interface/php/template.inc.php new file mode 100644 index 0000000..6c8bece --- /dev/null +++ b/management-interface/php/template.inc.php @@ -0,0 +1,8 @@ + + +
+

+

+
diff --git a/management-interface/php/user.inc.php b/management-interface/php/user.inc.php new file mode 100644 index 0000000..5361034 --- /dev/null +++ b/management-interface/php/user.inc.php @@ -0,0 +1,9 @@ + + +
+

+Current users:
+

+
-- cgit v1.2.3-55-g7522