From 8d74dce61b14657cb01887ba638d3464ea4d96a2 Mon Sep 17 00:00:00 2001 From: idfx Date: Thu, 18 Sep 2003 21:39:09 +0000 Subject: [PATCH] new templates --- templates/admin/EDITFUNCTIONS.tmpl | 126 +++++++++++++++++++++++++++++++++++++ templates/admin/FUNCTIONS.tmpl | 12 ++-- templates/admin/confirm.tmpl | 30 +++++++++ templates/admin/index.tmpl | 4 +- templates/admin/message.tmpl | 45 +++++++++++++ templates/admin/messagelist.tmpl | 6 +- 6 files changed, 212 insertions(+), 11 deletions(-) create mode 100755 templates/admin/EDITFUNCTIONS.tmpl create mode 100755 templates/admin/confirm.tmpl create mode 100755 templates/admin/message.tmpl diff --git a/templates/admin/EDITFUNCTIONS.tmpl b/templates/admin/EDITFUNCTIONS.tmpl new file mode 100755 index 00000000..5fb96317 --- /dev/null +++ b/templates/admin/EDITFUNCTIONS.tmpl @@ -0,0 +1,126 @@ + + + +
+ + + + + + + + + +
+ +
+ + + + + ${aLabel}: + +
+ ${aHint} +
+ + + +
+ + + + + + + + + + + + + + + + + + ${utility.encodeHTML(fieldcontent)} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + checked>   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/admin/FUNCTIONS.tmpl b/templates/admin/FUNCTIONS.tmpl index b453a50e..cf86d8d4 100755 --- a/templates/admin/FUNCTIONS.tmpl +++ b/templates/admin/FUNCTIONS.tmpl @@ -1,4 +1,4 @@ - + @@ -15,7 +15,7 @@ - + @@ -31,7 +31,7 @@ ${i} - +   @@ -56,13 +56,13 @@ - ${lang("delete")} + ${lang("delete")} - + | - ${lang("edit")} + ${lang("edit")} diff --git a/templates/admin/confirm.tmpl b/templates/admin/confirm.tmpl new file mode 100755 index 00000000..1479f84f --- /dev/null +++ b/templates/admin/confirm.tmpl @@ -0,0 +1,30 @@ + + + ${config["Mir.Name"]} | ${lang("confirm.htmltitle")} + + + + +
+ +
+
+

${lang("confirm.really_delete")}

+

+ + + + + + + +
+
+ ${lang("confirm.text")} +

+
+
+
+ + + diff --git a/templates/admin/index.tmpl b/templates/admin/index.tmpl index 716b3756..9c4024fb 100755 --- a/templates/admin/index.tmpl +++ b/templates/admin/index.tmpl @@ -133,8 +133,8 @@

${lang("start.messageboard.title")}

- [ + ${lang("add")}] - [${lang("edit")}] + [ + ${lang("add")}] + [${lang("edit")}] diff --git a/templates/admin/message.tmpl b/templates/admin/message.tmpl new file mode 100755 index 00000000..1718cebc --- /dev/null +++ b/templates/admin/message.tmpl @@ -0,0 +1,45 @@ + + + ${config["Mir.Name"]} | ${lang("message.htmltitle")} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/admin/messagelist.tmpl b/templates/admin/messagelist.tmpl index 42947849..88e59d9b 100755 --- a/templates/admin/messagelist.tmpl +++ b/templates/admin/messagelist.tmpl @@ -9,7 +9,7 @@ - + @@ -17,9 +17,9 @@ + request.offset, request.nextoffset, "", "messageDelete.do", "messageEdit.do", "messageList.do")> - +

${lang("no_matches_found")}

-- 2.11.0