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/post/delete.php | 4 ++ template/admin/html/post/form.php | 91 +++++++++++++++++++++++++++++++++++++ template/admin/html/post/index.php | 10 ++++ template/admin/html/post/insert.php | 4 ++ template/admin/html/post/item.php | 16 +++++++ template/admin/html/post/update.php | 4 ++ 6 files changed, 129 insertions(+) create mode 100644 template/admin/html/post/delete.php create mode 100644 template/admin/html/post/form.php create mode 100644 template/admin/html/post/index.php create mode 100644 template/admin/html/post/insert.php create mode 100644 template/admin/html/post/item.php create mode 100644 template/admin/html/post/update.php (limited to 'template/admin/html/post') diff --git a/template/admin/html/post/delete.php b/template/admin/html/post/delete.php new file mode 100644 index 0000000..9be4566 --- /dev/null +++ b/template/admin/html/post/delete.php @@ -0,0 +1,4 @@ +

text('delete_post')?>

+

template('delete_post_desc')?>

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

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

+

template('overview_post_desc')?>

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

text('insert_post')?>

+

template('insert_post_desc')?>

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

    #

    +
    ">
    +
    +
    +

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

    text('update_post')?>

    +

    template('update_post_desc')?>

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