From 085daa5cf401c0f241580e64740e2f7290c9cd61 Mon Sep 17 00:00:00 2001 From: idfx Date: Tue, 30 Sep 2003 19:34:04 +0000 Subject: [PATCH] topic administration --- templates/admin/foot.tmpl | 23 ++++++++++++++++++ templates/admin/index.tmpl | 2 +- templates/admin/message.tmpl | 4 +-- templates/admin/superusermenu.tmpl | 36 +++++++++++++++++++++++++++ templates/admin/topic.tmpl | 50 ++++++++++++++++++++++++++++++++++++++ templates/admin/topiclist.tmpl | 39 +++++++++++++++++++++++++++++ 6 files changed, 151 insertions(+), 3 deletions(-) create mode 100755 templates/admin/foot.tmpl create mode 100755 templates/admin/superusermenu.tmpl create mode 100755 templates/admin/topic.tmpl create mode 100755 templates/admin/topiclist.tmpl diff --git a/templates/admin/foot.tmpl b/templates/admin/foot.tmpl new file mode 100755 index 00000000..d67fe76e --- /dev/null +++ b/templates/admin/foot.tmpl @@ -0,0 +1,23 @@ +
+ + + + + + + +
+ ${lang("foot.top")} + + |   ${lang("back")} [ < ]   + + + ${config["Mir.Shortname"]} - ${config["Mir.Version"]} +
+ + + + + + + diff --git a/templates/admin/index.tmpl b/templates/admin/index.tmpl index 9c4024fb..bbf148a3 100755 --- a/templates/admin/index.tmpl +++ b/templates/admin/index.tmpl @@ -116,7 +116,7 @@

- ${lang("start.superusermenu")} + ${lang("start.superusermenu")}

diff --git a/templates/admin/message.tmpl b/templates/admin/message.tmpl index 1718cebc..5cd7577c 100755 --- a/templates/admin/message.tmpl +++ b/templates/admin/message.tmpl @@ -37,9 +37,9 @@ - + - + diff --git a/templates/admin/superusermenu.tmpl b/templates/admin/superusermenu.tmpl new file mode 100755 index 00000000..74d7d6df --- /dev/null +++ b/templates/admin/superusermenu.tmpl @@ -0,0 +1,36 @@ + + + ${config["Mir.Name"]} | ${lang("superusermenu.htmltitle")} + + + + + + + + + + + + + + + +
+

${lang("superusermenu.manage")}:

+

+ > ${lang("superusermenu.topics")}
+ > ${lang("superusermenu.articletypes")}
+ > ${lang("superusermenu.comment_statuses")}
+ > ${lang("superusermenu.users")}
+ > ${lang("superusermenu.languages")}
+ > ${lang("superusermenu.abuse")}
+

+
   
+

[<<<] ${lang("head.start")}

+ + + + + + diff --git a/templates/admin/topic.tmpl b/templates/admin/topic.tmpl new file mode 100755 index 00000000..179a8384 --- /dev/null +++ b/templates/admin/topic.tmpl @@ -0,0 +1,50 @@ + + + ${config["Mir.Name"]} | ${lang("topic.htmltitle")} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/admin/topiclist.tmpl b/templates/admin/topiclist.tmpl new file mode 100755 index 00000000..da1a72fd --- /dev/null +++ b/templates/admin/topiclist.tmpl @@ -0,0 +1,39 @@ + + + ${config["Mir.Name"]} | ${lang("topiclist.htmltitle")} + + + + + + + + + + + + + + + + + +

${lang("no_matches_found")}

+
+ + + + + + -- 2.11.0