From 33794b12d5c68df918b988497a396b86acb09feb Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 26 Apr 2019 20:32:48 +0200 Subject: Rename "template" directory to "theme" This commit renames the "template" directory to "theme" because "theme" is the more correct term here. --- theme/admin/html/403.php | 2 + theme/admin/html/404.php | 2 + theme/admin/html/auth.php | 34 +++++++++++++ theme/admin/html/database.php | 30 +++++++++++ theme/admin/html/home.php | 45 +++++++++++++++++ theme/admin/html/main.php | 52 ++++++++++++++++++++ theme/admin/html/page/delete.php | 4 ++ theme/admin/html/page/form.php | 98 ++++++++++++++++++++++++++++++++++++ theme/admin/html/page/index.php | 14 ++++++ theme/admin/html/page/insert.php | 4 ++ theme/admin/html/page/item.php | 29 +++++++++++ theme/admin/html/page/search.php | 17 +++++++ theme/admin/html/page/update.php | 4 ++ theme/admin/html/pagination.php | 30 +++++++++++ theme/admin/html/post/delete.php | 4 ++ theme/admin/html/post/form.php | 98 ++++++++++++++++++++++++++++++++++++ theme/admin/html/post/index.php | 14 ++++++ theme/admin/html/post/insert.php | 4 ++ theme/admin/html/post/item.php | 29 +++++++++++ theme/admin/html/post/search.php | 17 +++++++ theme/admin/html/post/update.php | 4 ++ theme/admin/html/user/delete.php | 6 +++ theme/admin/html/user/form.php | 104 +++++++++++++++++++++++++++++++++++++++ theme/admin/html/user/index.php | 13 +++++ theme/admin/html/user/insert.php | 4 ++ theme/admin/html/user/item.php | 28 +++++++++++ theme/admin/html/user/update.php | 4 ++ 27 files changed, 694 insertions(+) create mode 100644 theme/admin/html/403.php create mode 100644 theme/admin/html/404.php create mode 100644 theme/admin/html/auth.php create mode 100644 theme/admin/html/database.php create mode 100644 theme/admin/html/home.php create mode 100644 theme/admin/html/main.php create mode 100644 theme/admin/html/page/delete.php create mode 100644 theme/admin/html/page/form.php create mode 100644 theme/admin/html/page/index.php create mode 100644 theme/admin/html/page/insert.php create mode 100644 theme/admin/html/page/item.php create mode 100644 theme/admin/html/page/search.php create mode 100644 theme/admin/html/page/update.php create mode 100644 theme/admin/html/pagination.php create mode 100644 theme/admin/html/post/delete.php create mode 100644 theme/admin/html/post/form.php create mode 100644 theme/admin/html/post/index.php create mode 100644 theme/admin/html/post/insert.php create mode 100644 theme/admin/html/post/item.php create mode 100644 theme/admin/html/post/search.php create mode 100644 theme/admin/html/post/update.php create mode 100644 theme/admin/html/user/delete.php create mode 100644 theme/admin/html/user/form.php create mode 100644 theme/admin/html/user/index.php create mode 100644 theme/admin/html/user/insert.php create mode 100644 theme/admin/html/user/item.php create mode 100644 theme/admin/html/user/update.php (limited to 'theme/admin/html') diff --git a/theme/admin/html/403.php b/theme/admin/html/403.php new file mode 100644 index 0000000..6fb3d16 --- /dev/null +++ b/theme/admin/html/403.php @@ -0,0 +1,2 @@ +

text('403_heading_text')?>

+

text('403_heading_desc')?>

\ No newline at end of file diff --git a/theme/admin/html/404.php b/theme/admin/html/404.php new file mode 100644 index 0000000..aa264cd --- /dev/null +++ b/theme/admin/html/404.php @@ -0,0 +1,2 @@ +

text('404_heading_text')?>

+

text('404_heading_desc')?>

\ No newline at end of file diff --git a/theme/admin/html/auth.php b/theme/admin/html/auth.php new file mode 100644 index 0000000..e6bfb1e --- /dev/null +++ b/theme/admin/html/auth.php @@ -0,0 +1,34 @@ +

text('authentication_text')?>

+

text('authentication_desc')?>

+ +
+ + + +
+
    + +
  • + +
+
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
\ No newline at end of file diff --git a/theme/admin/html/database.php b/theme/admin/html/database.php new file mode 100644 index 0000000..983dee7 --- /dev/null +++ b/theme/admin/html/database.php @@ -0,0 +1,30 @@ +

text('overview_database_text')?>

+

text('overview_database_desc')?>

+ +
+ + + +
+
    + +
  • + +
+
+ + +
+ +
+ + +
+
+
+ + +
+ +
+
\ No newline at end of file diff --git a/theme/admin/html/home.php b/theme/admin/html/home.php new file mode 100644 index 0000000..a8b003e --- /dev/null +++ b/theme/admin/html/home.php @@ -0,0 +1,45 @@ +

text('overview_dashboard_text')?>

+

text('overview_dashboard_desc')?>

+ +

text('last_post')?>

+

+ text('posts')?>: + | text('insert')?> + | text('search')?> +

+ +
+ +
+ +

text('home_no_posts')?>

+ + +

text('last_page')?>

+

+ text('pages')?>: + | text('insert')?> + | text('search')?> +

+ + +
+ +
+ +

text('home_no_pages')?>

+ + +

text('last_user')?>

+

+ text('users')?>: + | text('insert')?> +

+ + +
+ +
+ +

text('home_no_users')?>

+ \ No newline at end of file diff --git a/theme/admin/html/main.php b/theme/admin/html/main.php new file mode 100644 index 0000000..794f9ec --- /dev/null +++ b/theme/admin/html/main.php @@ -0,0 +1,52 @@ + + + + + + + + + <?=escapeHTML($NAME)?> | Administration + + +
+
+
+ +
Administration
+
PHP7 blogging application by Nerdmind!
+
+
+ +
+
+
+ +
+ +
+ + \ No newline at end of file diff --git a/theme/admin/html/page/delete.php b/theme/admin/html/page/delete.php new file mode 100644 index 0000000..ccc569f --- /dev/null +++ b/theme/admin/html/page/delete.php @@ -0,0 +1,4 @@ +

text('delete_page')?>

+

text('delete_page_desc')?>

+ + \ No newline at end of file diff --git a/theme/admin/html/page/form.php b/theme/admin/html/page/form.php new file mode 100644 index 0000000..6a4be33 --- /dev/null +++ b/theme/admin/html/page/form.php @@ -0,0 +1,98 @@ +
+ + + +
+
    + +
  • + +
+
+ + + +
+
+
+
+
id="form_id" name="id" type="number" placeholder="AUTO_INCREMENT" value="" />
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
    +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
+
+ +
+
+
    + $explanation):?> +
  • + +
+
+
+ +
+ +
+ +
+ + +
+ + + + + + + +
+
\ No newline at end of file diff --git a/theme/admin/html/page/index.php b/theme/admin/html/page/index.php new file mode 100644 index 0000000..7067c40 --- /dev/null +++ b/theme/admin/html/page/index.php @@ -0,0 +1,14 @@ +

text('page_overview')?>

+

text('overview_page_desc')?>

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

text('insert_page')?>

+

text('insert_page_desc')?>

+ + \ No newline at end of file diff --git a/theme/admin/html/page/item.php b/theme/admin/html/page/item.php new file mode 100644 index 0000000..a92b2fd --- /dev/null +++ b/theme/admin/html/page/item.php @@ -0,0 +1,29 @@ +
+
+

+
+ # + " title="text('update_user')?>"> + +
+
+
+

+
+ + + + + + +
\ No newline at end of file diff --git a/theme/admin/html/page/search.php b/theme/admin/html/page/search.php new file mode 100644 index 0000000..a48f604 --- /dev/null +++ b/theme/admin/html/page/search.php @@ -0,0 +1,17 @@ +

text('title_page_search')?>

+

text('search_page_desc')?>

+ +
+
+ +
+
+ +
+
+ +
+ + + +
\ No newline at end of file diff --git a/theme/admin/html/page/update.php b/theme/admin/html/page/update.php new file mode 100644 index 0000000..77a7eb2 --- /dev/null +++ b/theme/admin/html/page/update.php @@ -0,0 +1,4 @@ +

text('update_page')?>

+

text('update_page_desc')?>

+ + \ No newline at end of file diff --git a/theme/admin/html/pagination.php b/theme/admin/html/pagination.php new file mode 100644 index 0000000..42eb378 --- /dev/null +++ b/theme/admin/html/pagination.php @@ -0,0 +1,30 @@ + \ No newline at end of file diff --git a/theme/admin/html/post/delete.php b/theme/admin/html/post/delete.php new file mode 100644 index 0000000..6654377 --- /dev/null +++ b/theme/admin/html/post/delete.php @@ -0,0 +1,4 @@ +

text('delete_post')?>

+

text('delete_post_desc')?>

+ + \ No newline at end of file diff --git a/theme/admin/html/post/form.php b/theme/admin/html/post/form.php new file mode 100644 index 0000000..50f8fa6 --- /dev/null +++ b/theme/admin/html/post/form.php @@ -0,0 +1,98 @@ +
+ + + +
+
    + +
  • + +
+
+ + + +
+
+
+
+
id="form_id" name="id" type="number" placeholder="AUTO_INCREMENT" value="" />
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
    +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
+
+ +
+
+
    + $explanation):?> +
  • + +
+
+
+ +
+ +
+ +
+ + +
+ + + + + + + +
+
\ No newline at end of file diff --git a/theme/admin/html/post/index.php b/theme/admin/html/post/index.php new file mode 100644 index 0000000..f884b05 --- /dev/null +++ b/theme/admin/html/post/index.php @@ -0,0 +1,14 @@ +

text('post_overview')?>

+

text('overview_post_desc')?>

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

text('insert_post')?>

+

text('insert_post_desc')?>

+ + \ No newline at end of file diff --git a/theme/admin/html/post/item.php b/theme/admin/html/post/item.php new file mode 100644 index 0000000..8258d30 --- /dev/null +++ b/theme/admin/html/post/item.php @@ -0,0 +1,29 @@ +
+
+

+
+ # + " title="text('update_user')?>"> + +
+
+
+

+
+ + + + + + +
\ No newline at end of file diff --git a/theme/admin/html/post/search.php b/theme/admin/html/post/search.php new file mode 100644 index 0000000..4476786 --- /dev/null +++ b/theme/admin/html/post/search.php @@ -0,0 +1,17 @@ +

text('title_post_search')?>

+

text('search_post_desc')?>

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

text('update_post')?>

+

text('update_post_desc')?>

+ + \ No newline at end of file diff --git a/theme/admin/html/user/delete.php b/theme/admin/html/user/delete.php new file mode 100644 index 0000000..01927b2 --- /dev/null +++ b/theme/admin/html/user/delete.php @@ -0,0 +1,6 @@ +

text('delete_user')?>

+

text('delete_user_desc')?>

+ +

text('delete_user_warning')?>

+ + \ No newline at end of file diff --git a/theme/admin/html/user/form.php b/theme/admin/html/user/form.php new file mode 100644 index 0000000..9f17cac --- /dev/null +++ b/theme/admin/html/user/form.php @@ -0,0 +1,104 @@ +
+ + + +
+
    + +
  • + +
+
+ + + +
+
+
+
+
id="form_id" name="id" type="number" placeholder="AUTO_INCREMENT" value="" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
    +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
+
+ +
+
+
    + $explanation):?> +
  • + +
+
+
+ +
+ +
+ +
+ + +
+ + + + + + + +
+
\ No newline at end of file diff --git a/theme/admin/html/user/index.php b/theme/admin/html/user/index.php new file mode 100644 index 0000000..aae8ee8 --- /dev/null +++ b/theme/admin/html/user/index.php @@ -0,0 +1,13 @@ +

text('user_overview')?>

+

text('overview_user_desc')?>

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

text('insert_user')?>

+

text('insert_user_desc')?>

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

+
+ # + +
+
+
+

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

text('update_user')?>

+

text('update_user_desc')?>

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