From 52b077a48c743ba4d08ac00520a0bf1ef6deef5f Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 24 Feb 2017 21:27:59 +0100 Subject: Initial commit. --- template/admin/html/user/delete.php | 6 +++ template/admin/html/user/form.php | 97 +++++++++++++++++++++++++++++++++++++ template/admin/html/user/index.php | 10 ++++ template/admin/html/user/insert.php | 4 ++ template/admin/html/user/item.php | 15 ++++++ template/admin/html/user/update.php | 4 ++ 6 files changed, 136 insertions(+) create mode 100644 template/admin/html/user/delete.php create mode 100644 template/admin/html/user/form.php create mode 100644 template/admin/html/user/index.php create mode 100644 template/admin/html/user/insert.php create mode 100644 template/admin/html/user/item.php create mode 100644 template/admin/html/user/update.php (limited to 'template/admin/html/user') diff --git a/template/admin/html/user/delete.php b/template/admin/html/user/delete.php new file mode 100644 index 0000000..dac4185 --- /dev/null +++ b/template/admin/html/user/delete.php @@ -0,0 +1,6 @@ +

text('delete_user')?>

+

template('delete_user_desc')?>

+ +

template('delete_user_warning')?>

+ + \ No newline at end of file diff --git a/template/admin/html/user/form.php b/template/admin/html/user/form.php new file mode 100644 index 0000000..c284187 --- /dev/null +++ b/template/admin/html/user/form.php @@ -0,0 +1,97 @@ + + +
+ + + +
+ + + +
+
+
+
+
id="L_ID" name="id" placeholder="[AUTO_INCREMENT]" value="" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
    + $data):?> +
  • + +
+
+
+
    +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
+
+ +
+ +
+ + +
+ + + + + + + +
+
\ No newline at end of file diff --git a/template/admin/html/user/index.php b/template/admin/html/user/index.php new file mode 100644 index 0000000..6b23536 --- /dev/null +++ b/template/admin/html/user/index.php @@ -0,0 +1,10 @@ +

text('user_overview')?>">text('insert')?>

+

template('overview_user_desc')?>

+ + + + \ No newline at end of file diff --git a/template/admin/html/user/insert.php b/template/admin/html/user/insert.php new file mode 100644 index 0000000..54598ee --- /dev/null +++ b/template/admin/html/user/insert.php @@ -0,0 +1,4 @@ +

text('insert_user')?>

+

template('insert_user_desc')?>

+ + \ No newline at end of file diff --git a/template/admin/html/user/item.php b/template/admin/html/user/item.php new file mode 100644 index 0000000..df8e5b1 --- /dev/null +++ b/template/admin/html/user/item.php @@ -0,0 +1,15 @@ +
  • +
    +

    #

    +
    +
    +

    +
    + +
  • \ No newline at end of file diff --git a/template/admin/html/user/update.php b/template/admin/html/user/update.php new file mode 100644 index 0000000..6f7ddae --- /dev/null +++ b/template/admin/html/user/update.php @@ -0,0 +1,4 @@ +

    text('update_user')?>

    +

    template('update_user_desc')?>

    + + \ No newline at end of file -- cgit v1.2.3