From 18981b3340eb0c18382fb9e15010236e061a6ba4 Mon Sep 17 00:00:00 2001 From: br1 Date: Sun, 24 Mar 2002 15:15:56 +0000 Subject: [PATCH] internationalized templates --- templates-dist/admin/breaking.template | 42 +++++ templates-dist/admin/breakinglist.template | 48 +++++ templates-dist/admin/comment.template | 85 +++++++++ templates-dist/admin/commentlist.template | 95 ++++++++++ templates-dist/admin/confirm.template | 32 ++++ templates-dist/admin/content.template | 240 +++++++++++++++++++++++++ templates-dist/admin/contentlist.template | 76 ++++++++ templates-dist/admin/feature.template | 65 +++++++ templates-dist/admin/featurelist.template | 69 ++++++++ templates-dist/admin/foot.template | 11 ++ templates-dist/admin/head.template | 10 ++ templates-dist/admin/head_nonavi.template | 11 ++ templates-dist/admin/image.template | 117 +++++++++++++ templates-dist/admin/imagelist.template | 107 ++++++++++++ templates-dist/admin/language.template | 44 +++++ templates-dist/admin/languagelist.template | 48 +++++ templates-dist/admin/linksimcs.template | 74 ++++++++ templates-dist/admin/linksimcslist.template | 105 +++++++++++ templates-dist/admin/login.template | 71 ++++++++ templates-dist/admin/mediafolder.template | 52 ++++++ templates-dist/admin/mediafolderlist.template | 49 ++++++ templates-dist/admin/message.template | 58 ++++++ templates-dist/admin/messagelist.template | 51 ++++++ templates-dist/admin/start_admin.template | 243 ++++++++++++++++++++++++++ templates-dist/admin/topic.template | 58 ++++++ templates-dist/admin/topiclist.template | 58 ++++++ templates-dist/admin/user.template | 47 +++++ templates-dist/admin/userlist.template | 47 +++++ 28 files changed, 2013 insertions(+) create mode 100755 templates-dist/admin/breaking.template create mode 100755 templates-dist/admin/breakinglist.template create mode 100755 templates-dist/admin/comment.template create mode 100755 templates-dist/admin/commentlist.template create mode 100755 templates-dist/admin/confirm.template create mode 100755 templates-dist/admin/content.template create mode 100755 templates-dist/admin/contentlist.template create mode 100755 templates-dist/admin/feature.template create mode 100755 templates-dist/admin/featurelist.template create mode 100755 templates-dist/admin/foot.template create mode 100755 templates-dist/admin/head.template create mode 100755 templates-dist/admin/head_nonavi.template create mode 100755 templates-dist/admin/image.template create mode 100755 templates-dist/admin/imagelist.template create mode 100755 templates-dist/admin/language.template create mode 100755 templates-dist/admin/languagelist.template create mode 100755 templates-dist/admin/linksimcs.template create mode 100755 templates-dist/admin/linksimcslist.template create mode 100755 templates-dist/admin/login.template create mode 100755 templates-dist/admin/mediafolder.template create mode 100755 templates-dist/admin/mediafolderlist.template create mode 100755 templates-dist/admin/message.template create mode 100755 templates-dist/admin/messagelist.template create mode 100755 templates-dist/admin/start_admin.template create mode 100755 templates-dist/admin/topic.template create mode 100755 templates-dist/admin/topiclist.template create mode 100755 templates-dist/admin/user.template create mode 100755 templates-dist/admin/userlist.template diff --git a/templates-dist/admin/breaking.template b/templates-dist/admin/breaking.template new file mode 100755 index 00000000..623cea9e --- /dev/null +++ b/templates-dist/admin/breaking.template @@ -0,0 +1,42 @@ + + + +${lang("breaking.htmltitle")} + + + + + +
+ + + + + + + + + + + + + + + + + +
+ ${lang("breaking.date")}: + ${data.webdb_create_formatted} +
+ ${lang("breaking.text")}: ${lang("breaking.textinfo")} + +
+ + + + +
+ + + diff --git a/templates-dist/admin/breakinglist.template b/templates-dist/admin/breakinglist.template new file mode 100755 index 00000000..6766a60d --- /dev/null +++ b/templates-dist/admin/breakinglist.template @@ -0,0 +1,48 @@ + + + ${lang("breakinglist.htmltitle")} + + + + + + + + + + + + + + bgcolor="#dddddd" + > + + + + + + + + + +
${lang("breaking.date")}${lang("breaking.text")} 
${entry.webdb_create_formatted} ${entry.text}  ${lang("delete")} + | ${lang("edit")}
${data.count} ${lang("records")} + / ${lang("show_from_to", data.from, data.to)} 
+ +

+ + ${lang("list.previous")}  + + +${lang("list.next")} + + + +

${lang("no_matches_found")}

+
+ + + + + diff --git a/templates-dist/admin/comment.template b/templates-dist/admin/comment.template new file mode 100755 index 00000000..38b903aa --- /dev/null +++ b/templates-dist/admin/comment.template @@ -0,0 +1,85 @@ + + + +${lang("comment.htmltitle")} + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ ${lang("comment.date")}:${data.date}
+ ${lang("comment.title")}:
+ ${lang("comment.creator")}:
+ ${lang("comment.url")}:
+ ${lang("comment.email")}:
+ ${lang("comment.phone")}:
+ ${lang("comment.address")}:
+ ${lang("comment.text")}:
+ ${lang("comment.published")} checked> + + + + + +
+ + + + diff --git a/templates-dist/admin/commentlist.template b/templates-dist/admin/commentlist.template new file mode 100755 index 00000000..79885310 --- /dev/null +++ b/templates-dist/admin/commentlist.template @@ -0,0 +1,95 @@ + + + ${lang("commentlist.htmltitle")} + + + + + + + + + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + +
+
+ ${lang("comment.date")} + ${lang("comment.title")}
${lang("comment.creator")}
+ ${lang("comment.text")} + ${lang("comment.article")}
${entry.date}
+ V- +
+ ${entry.title}
${entry.creator} +
+ ${entry.description} + ${lang("edit")} + + + ${articleHash[entry.to_media]["title"]} +  ${lang("delete")} +
${data.count} ${lang("records")} + / ${lang("show_from_to", data.from, data.to)} 
+ +zurueck  + + +weiter + +
${lang("no_matches_found")}
+ + + + + diff --git a/templates-dist/admin/confirm.template b/templates-dist/admin/confirm.template new file mode 100755 index 00000000..12af4778 --- /dev/null +++ b/templates-dist/admin/confirm.template @@ -0,0 +1,32 @@ + + + ${lang("confirm.htmltitle")} + + + + + + + + + + +
+

${lang("confirm.really_delete")}

+
+
+
+ + + + + + + + +
+
+
+ + + diff --git a/templates-dist/admin/content.template b/templates-dist/admin/content.template new file mode 100755 index 00000000..9be6c16d --- /dev/null +++ b/templates-dist/admin/content.template @@ -0,0 +1,240 @@ + + + +${lang("content.htmltitle")} + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ ${lang("content.owner")}: ${data.login_user.login}
${data.date}
 
+ ${lang("content.topic")}  + +  / ${lang("content.feature")}:  + + + + + + + + + + + +
+ + + + +
+ + +
+
+ ${lang("content.title")}: 

${lang("content.subtitle")}: 
+ + +
+
+
+ + +
+ ${lang("content.location")}: + + + + + + +
+ ${lang("content.creator")}: + + + + +
+
+ ${lang("content.creator.email")}/${lang("content.creator.url")}: + + + + + + +
+ ${lang("content.creator.address")}/${lang("content.creator.telephone")}: + + + + + + +
+ ${lang("content.abstract")}: + + + + +
+ ${lang("content.content")}: + + + ${lang("content.html")} checked>  + + + +
+ ${lang("content.comment")}:
+ ${lang("content.internal")}
+
+ +
    + frei : + checked> + + + + + +
${lang("content.attachments")}
+ ${lang("content.images")}:
+ edit image + ${lang("delete")} +
+ ${lang("content.media")}:
+ ${lang("content.addimage")} +
+
+ + + diff --git a/templates-dist/admin/contentlist.template b/templates-dist/admin/contentlist.template new file mode 100755 index 00000000..ffadb387 --- /dev/null +++ b/templates-dist/admin/contentlist.template @@ -0,0 +1,76 @@ + + + ${lang("contentlist.htmltitle")} + + + + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + +
+ ${lang("content.creationdate")}
+ ${lang("content.modificationdate")}
+ ${lang("content.status")}
+ ${lang("content.type")} / ${lang("content.location")}: ${lang("content.title")}
+ ${lang("content.creator")}
${lang("content.topic")}
${lang("content.feature")}
+ ${lang("content.comment")} 
+ ${entry.webdb_create_formatted}
+ ${entry.webdb_lastchange_formatted}-
+ F- + H- +
+ ${articletypeHash[entry.to_article_type]["name"]} -- ${entry.place}: ${entry.title}
+ ${entry.creator}  + ${lang("edit")} +  | newswire
+ ${themenHashData[entry.thema_id]["name"]} 
+ ${schwerpunktHashData[entry.to_feature]["title"]} 
bgcolor="Pink"bgcolor="Yellow" valign="top"> + ${entry.comment}  + ${lang("delete")} +
${data.count} ${lang("records")} + / ${lang("show_from_to", data.from, data.to)}
+ +

+ +

+ + + + + + + + + + + + +
+
+ + +

${lang("no_matches_found")}

+ + + + + \ No newline at end of file diff --git a/templates-dist/admin/feature.template b/templates-dist/admin/feature.template new file mode 100755 index 00000000..561733ee --- /dev/null +++ b/templates-dist/admin/feature.template @@ -0,0 +1,65 @@ + + + +${lang("feature.htmltitle")} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${lang("feature.title")}: + + +
${lang("feature.filename")}: + +
${lang("feature.abstract")}: + +
${lang("feature.link")}: + +
+ + + +
+ + + diff --git a/templates-dist/admin/featurelist.template b/templates-dist/admin/featurelist.template new file mode 100755 index 00000000..c8ff54ac --- /dev/null +++ b/templates-dist/admin/featurelist.template @@ -0,0 +1,69 @@ + + + ${lang("featurelist.htmltitle")} + + + + + + + + + + + + + + + + + bgcolor="#dddddd" + > + + + + + + + + + + + + + +
${lang("feature.published")}${lang("feature.title")}${lang("feature.filename")}${lang("feature.link")}${lang("feature.abstract")}
X ${entry.title} ${entry.filename} ${entry.main_url} ${entry.description}  ${lang("delete")} + | ${lang("edit")}
+
${data.count} ${lang("records")} / + ${lang("show_from_to", data.from, data.to)}
+
 ${lang("back")}
+ +

+ +

+ + + + + + + + + + +
+
+ + + + +

${lang("no_matches_found")}

+ + + + + + + + diff --git a/templates-dist/admin/foot.template b/templates-dist/admin/foot.template new file mode 100755 index 00000000..31fb0a40 --- /dev/null +++ b/templates-dist/admin/foot.template @@ -0,0 +1,11 @@ + + + + + + + + +

+ ${lang("foot.top")} + ${lang("imc.shortname")} - ${config.mirVersion}
diff --git a/templates-dist/admin/head.template b/templates-dist/admin/head.template new file mode 100755 index 00000000..b705a824 --- /dev/null +++ b/templates-dist/admin/head.template @@ -0,0 +1,10 @@ + + + + + +
  + ${lang("imc.name")}
+ ${lang("head.start")} | + ${lang("head.logout")} | + ${lang("head.help")} | ${lang("head.search")}

diff --git a/templates-dist/admin/head_nonavi.template b/templates-dist/admin/head_nonavi.template new file mode 100755 index 00000000..9dd5106d --- /dev/null +++ b/templates-dist/admin/head_nonavi.template @@ -0,0 +1,11 @@ +
+ + + + + +
  + ${lang("imc.name")}
+ ${login_user.login} ${lang("head.logged_in")} / + ${lang("head.logout")} +

diff --git a/templates-dist/admin/image.template b/templates-dist/admin/image.template new file mode 100755 index 00000000..8bb84e61 --- /dev/null +++ b/templates-dist/admin/image.template @@ -0,0 +1,117 @@ + + + +${lang("image.htmltitle")} + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + ${lang("image.created")}: ${data.webdb_create} / {lang("image.changed")} ${data.webdb_lastchange}
+ ${lang("image.published")}: ${data.publish_date} / ${data.publish_server}${data.publish_path}
+ ${lang("image.format")}: ${data.img_width}x${data.img_height} / ${data.imgformatHashdata[to_img_format]["name"]} / ${data.imglayoutHashdata[to_img_layout]["name"]} / ${data.imgcolorHashdata[to_img_color]["name"]}
+ ${lang("image.rights")}: ${data.rightsHashdata[to_rights]["name"]}
+ ${lang("image.type")}: ${data.imgtypeHashdata[to_img_type]["name"]}
+
+ ${lang("image.mediafolder")}: + +
+ ${lang("image.title")}:
+ ${lang("image.description")}:
+ ${lang("image.date")}: +
+ ${lang("image.location")}:
+ ${lang("image.creator")}: + +
+ ${lang("image.keywords")}:
+ ${lang("image.comment")}:
+ ${lang("image.source")}:
+ ${lang("image.is_published")} checked> + + + + + +
+ + + diff --git a/templates-dist/admin/imagelist.template b/templates-dist/admin/imagelist.template new file mode 100755 index 00000000..f725b267 --- /dev/null +++ b/templates-dist/admin/imagelist.template @@ -0,0 +1,107 @@ + + + ${lang("imagelist.htmltitle")} + + + + + + + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + +
${lang("imagelist.search_text_in")}:${lang("image.published")}:${lang("image.mediafolder")}: 
+ + + + + + + + +
+
+
+ ${lang("image.icon")} + ${lang("image.title")} + ${lang("image.mediafolder")} + ${lang("image.creator")}
+ + + ${entry.title}  +
${entry.description}
${data.mediafolderHashdata[entry.to_media_folder]["name"]} ${entry.creator}   + ${lang("attach")} + + ${lang("delete")} + | ${lang("edit")} + +
${data.count} ${lang("records")} + / ${lang("show_from_to", data.from, data.to)} 
+ + zurueck  + + +weiter + +
${lang("no_matches_found")}
+ + + \ No newline at end of file diff --git a/templates-dist/admin/language.template b/templates-dist/admin/language.template new file mode 100755 index 00000000..1af2e5e2 --- /dev/null +++ b/templates-dist/admin/language.template @@ -0,0 +1,44 @@ + + + +${lang("language.htmltitle")} + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ ${lang("language.name")}: + +
+ ${lang("language.code")}: + +
+ + + + +
+ + + diff --git a/templates-dist/admin/languagelist.template b/templates-dist/admin/languagelist.template new file mode 100755 index 00000000..feaa604a --- /dev/null +++ b/templates-dist/admin/languagelist.template @@ -0,0 +1,48 @@ + + + ${lang("languagelist.htmltitle")} + + + + + + + + + + + + + + bgcolor="#dddddd" + > + + + + + + + + + +
${lang("language.name")}${lang("language.code")} 
${entry.name} ${entry.code}  ${lang("delete")} + | ${lang("edit")}
${data.count} ${lang("records")} + / ${lang("show_from_to", data.from, data.to)} 
+ +

+ + ${lang("list.previous")}  + + +${lang("list.next")} + + + +

${lang("no_matches_found")}

+ + + + + + diff --git a/templates-dist/admin/linksimcs.template b/templates-dist/admin/linksimcs.template new file mode 100755 index 00000000..90e84267 --- /dev/null +++ b/templates-dist/admin/linksimcs.template @@ -0,0 +1,74 @@ + + + +${lang("linkimcs.htmltitle")} + + + + + +
+ + "${entity.id}""${data.id}"> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ ${lang("linkimcs.name")}: + "${data.entity.title}""${data.title}"> +
+ ${lang("linkimcs.continent")}Kontinent: + + + +
${lang("linkimcs.url")}: + "${entity.url}""${url}"> +
${lang("linkimcs.sort_by")}: + +
${lang("linkimcs.language")}: + +
+ + + + + +
+ + + diff --git a/templates-dist/admin/linksimcslist.template b/templates-dist/admin/linksimcslist.template new file mode 100755 index 00000000..8831f837 --- /dev/null +++ b/templates-dist/admin/linksimcslist.template @@ -0,0 +1,105 @@ + + + ${lang("linkimcslist.htmltitle")} + + + + +
+ + + + + + + + + + + + + + + + + +
${lang("linkimcslist.search_in")}:${lang("linkimcs.parent")}:${lang("linkimcs.language")}: 
+ + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + + + + +
+ ${lang("linkimcs.name")} + ${lang("linkimcs.parent")} + ${lang("linkimcs.url")} + ${lang("linkimcs.sort_by")} + ${lang("linkimcs.language")} +  
${entry.title} ${parent}${entry.url}${entry.sortpriority}${data.language} ${lang("delete")} + | ${lang("edit")} +
+ ${data.count} ${lang("records")} / ${lang("show_from_to", data.from, data.to)} 
+

+ + ${lang("list.previous")}  + + +${lang("list.next")} + + + +

${lang("no_matches_found")}

+
+ + + \ No newline at end of file diff --git a/templates-dist/admin/login.template b/templates-dist/admin/login.template new file mode 100755 index 00000000..a569b731 --- /dev/null +++ b/templates-dist/admin/login.template @@ -0,0 +1,71 @@ + + + + ${lang("login.htmltitle")} + + + + + + +
+

+ ${lang("login.info")} + ${lang("imc.contact-email.name")}. +

+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + ${lang("login.title")} +
+ ${lang("login.name")} + + +
+ ${lang("login.password")} + + +
+ ${lang("login.language")} + + +
  + +
+
+ + + + diff --git a/templates-dist/admin/mediafolder.template b/templates-dist/admin/mediafolder.template new file mode 100755 index 00000000..b395f7ee --- /dev/null +++ b/templates-dist/admin/mediafolder.template @@ -0,0 +1,52 @@ + + + +${lang("mediafolder.htmltitle")} + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${lang("mediafolder.date")}:
${lang("mediafolder.name")}:
${lang("mediafolder.location")}:
${lang("mediafolder.comment")}:
${lang("mediafolder.keywords")}:
+ + + +
+ + + diff --git a/templates-dist/admin/mediafolderlist.template b/templates-dist/admin/mediafolderlist.template new file mode 100755 index 00000000..3bd2eaee --- /dev/null +++ b/templates-dist/admin/mediafolderlist.template @@ -0,0 +1,49 @@ + + + ${lang("mediafolderlist.htmltitle")} + + + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + + + + +
${lang("mediafolder.date")}${lang("mediafolder.name")}${lang("mediafolder.location")}${lang("mediafolder.comment")}${lang("mediafolder.keywords")}
${entry.date} ${entry.name} ${entry.place} ${entry.comment} ${entry.keywords} ${lang("delete")} + | ${lang("edit")} + | ${lang("list")}
${data.count} ${lang("records")} / + ${lang("show_from_to", data.from, data.to)} 
+

+ + ${lang("list.previous")}  + + + ${lang("list.next")} + + +

${lang("no_matches_found")}

+
+ + + + + diff --git a/templates-dist/admin/message.template b/templates-dist/admin/message.template new file mode 100755 index 00000000..d06cb620 --- /dev/null +++ b/templates-dist/admin/message.template @@ -0,0 +1,58 @@ + + + +${lang("message.htmltitle")} + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ ${lang("message.date")}: + ${data.date} +
+ ${lang("message.title")}: + +
+ ${lang("message.creator")}: + +
+ ${lang("message.text")}: ${lang("message.textinfo")} + +
+ + + + +
+ + + diff --git a/templates-dist/admin/messagelist.template b/templates-dist/admin/messagelist.template new file mode 100755 index 00000000..332c78bd --- /dev/null +++ b/templates-dist/admin/messagelist.template @@ -0,0 +1,51 @@ + + + ${lang("messagelist.htmltitle")} + + + + + + + + + + + + + + bgcolor="#dddddd" + > + + + + + + + + + + +
+ ${lang("message.date")} + ${lang("message.title")}
${lang("message.creator")}
+ ${lang("message.text")}
${entry.webdb_create} ${entry.title}
+ ${entry.creator}
${entry.description}  ${lang("delete")} + | ${lang("edit")}
${data.count} ${lang("records")} / + ${lang("show_from_to", data.from, data.to)} 
+ +

+ + ${lang("list.previous")}  + + +${lang("list.next")} + + + +

${lang("no_matches_found")}

+
+ + + \ No newline at end of file diff --git a/templates-dist/admin/start_admin.template b/templates-dist/admin/start_admin.template new file mode 100755 index 00000000..13b39013 --- /dev/null +++ b/templates-dist/admin/start_admin.template @@ -0,0 +1,243 @@ + + + ${lang("start.htmltitle")} + + + + + + + + + + + + + + + + + + +
+ + + + ${lang("start.openpostings.title")} + +

+ + ${lang("edit")} + +

+ + ${lang("start.comments.title")} +

+ + ${lang("edit")} +

+ + ${lang("start.breaking.title")} +

+ + ${lang("edit")} + + ${lang("start.breaking.new")} + + + +
 
+ + + ${lang("start.content.title")} + +

+ + ${lang("start.content.new")} +

+ ${lang("start.show")}:
+ + ${lang("start.content.newswire")}
+ + ${lang("start.content.feature")}
+ + ${lang("start.content.topicspecial")}
+ + ${lang("start.content.startspecial")}
+
+ + ${lang("start.content.not_published")}
+ + ${lang("start.content.with_media")}
+ + ${lang("start.content.last_changes")}
+ + ${lang("start.content.with_comments")}
+ + +

+ + + + ${lang("start.content.search")}: + + +
+ + + +
 
+ + + + ${lang("start.generate.title")} + +
  + + + + ${lang("start.feature.title")} + +

+ + ${lang("edit")}
+ + ${lang("add")} + +

+ + ${lang("start.topics.title")} + +

+ + ${lang("edit")}
+ + ${lang("add")} + +

+ + ${lang("start.images.title")} + +

+ + ${lang("edit")}
+ + ${lang("add")} + +

+ + ${lang("start.mediafolder.title")} + +

+ + ${lang("edit")}
+ + ${lang("add")} + +

+ + ${lang("start.languages.title")} + +

+ + ${lang("edit")}
+ + ${lang("add")} + +

+ + ${lang("start.imcs.title")} + +

+ + ${lang("edit")}
+ + ${lang("add")} +

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

+ ${m.title}
+ ${m.description}
+ + von: ${m.creator} / ${m.webdb_create}
+
+ + +

${lang("start.messageboard.no_messages")} + +

+ + + + + diff --git a/templates-dist/admin/topic.template b/templates-dist/admin/topic.template new file mode 100755 index 00000000..02c8b068 --- /dev/null +++ b/templates-dist/admin/topic.template @@ -0,0 +1,58 @@ + + + +${lang("topic.htmltitle")} + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ ${lang("topic.title")}: + +
${lang("topic.description")}: + +
${lang("topic.filename")}: + +
${lang("topic.main_url")} + + +
${lang("topic.archive_url")}: + +
+ + + + +
+ + + diff --git a/templates-dist/admin/topiclist.template b/templates-dist/admin/topiclist.template new file mode 100755 index 00000000..ce0ab860 --- /dev/null +++ b/templates-dist/admin/topiclist.template @@ -0,0 +1,58 @@ + + + ${lang("topiclist.htmltitle")} + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + + +
+ ${lang("topic.title")} + ${lang("topic.description")} + ${lang("topic.main_url")}
${lang("topic.archive_url")}
 
${entry.title} ${entry.description}  + ${entry.main_url}
+ ${entry.archiv_url}
 ${lang("delete")} + | ${lang("edit")}
+ ${data.count} ${lang("records")} / ${lang("show_from_to", data.from, data.to)} 
+

+ +

+ + + + + + + + + + +
+
+ + +

${lang("no_matches_found")}

+ + + + + + diff --git a/templates-dist/admin/user.template b/templates-dist/admin/user.template new file mode 100755 index 00000000..704e1522 --- /dev/null +++ b/templates-dist/admin/user.template @@ -0,0 +1,47 @@ + + + +${lang("user.htmltitle")} + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ ${lang("user.login")}: + +
+ ${lang("user.password")}: + +
+ ${lang("user.admin")}:(?) + checked> +
+ + + + +
+ + + diff --git a/templates-dist/admin/userlist.template b/templates-dist/admin/userlist.template new file mode 100755 index 00000000..e5d473d3 --- /dev/null +++ b/templates-dist/admin/userlist.template @@ -0,0 +1,47 @@ + + + ${lang("userlist.htmltitle")} + + + + + + + + + + + + + bgcolor="#dddddd" + > + + + + + + + + + +
${lang("user.login")}${lang("user.admin")}
${entry.login} ${entry.is_admin}  ${lang("delete")} + | ${lang("edit")}
${data.count} ${lang("records")} + / ${lang("show_from_to", data.from, data.to)} 
+ +

+ + ${lang("list.previous")}  + + +${lang("list.next")} + + + +

${lang("no_matches_found")}

+
+ + + + + -- 2.11.0