From e96d1ad71aa5b75c5e3e75a58f88974e6dad9bf1 Mon Sep 17 00:00:00 2001 From: huangjx Date: Thu, 21 Oct 2021 19:03:05 +0800 Subject: [PATCH] removed now-defunct button items in nav;added wrapper for Vue;other cleaning up; --- templates/Content.php | 8 +++++--- templates/Index.php | 2 +- templates/Navigation.php | 34 ++++++++++++---------------------- templates/contentTable.php | 9 --------- 4 files changed, 18 insertions(+), 35 deletions(-) delete mode 100644 templates/contentTable.php diff --git a/templates/Content.php b/templates/Content.php index 96d2dd8..02c2216 100644 --- a/templates/Content.php +++ b/templates/Content.php @@ -4,7 +4,9 @@
- inc('contentTable'));?> +
+
+
+
- -
\ No newline at end of file + diff --git a/templates/Index.php b/templates/Index.php index a0ca4b8..31fd840 100644 --- a/templates/Index.php +++ b/templates/Index.php @@ -1,4 +1,4 @@ -
+
inc('Navigation'));?> inc('Content'));?>
diff --git a/templates/Navigation.php b/templates/Navigation.php index 7076052..3fd606c 100644 --- a/templates/Navigation.php +++ b/templates/Navigation.php @@ -5,19 +5,9 @@ $aria2_installed = $_['aria2_installed']; ?>
-
+
-
-
- -
-
-
@@ -41,65 +31,65 @@ $aria2_installed = $_['aria2_installed'];