From 7b668ae6e352cc0fcb147250e3de5ef872e78151 Mon Sep 17 00:00:00 2001 From: nishi Date: Sat, 11 May 2024 02:05:27 +0000 Subject: [PATCH] add info page git-svn-id: file:///raid/svn-main/nishi-mandshurica/trunk@81 f982e544-4a7d-3444-ad1a-fde59a2a69f1 --- Webroot/bar.html | 2 +- Webroot/end.html | 2 ++ Webroot/info/index.html.tmpl | 10 ++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 Webroot/info/index.html.tmpl diff --git a/Webroot/bar.html b/Webroot/bar.html index 4f2e154..5b735f0 100644 --- a/Webroot/bar.html +++ b/Webroot/bar.html @@ -1,3 +1,3 @@
-Home@if login@ | Manage@endif@@ifnot login@ | Login@endif@@if login@ | Logout@endif@ +Home@if login@ | Manage@endif@ | Info | @ifnot login@Login@endif@@if login@Logout@endif@
diff --git a/Webroot/end.html b/Webroot/end.html index 7fb2bd6..becbb42 100644 --- a/Webroot/end.html +++ b/Webroot/end.html @@ -1,2 +1,4 @@ +
+ Running Mandshurica version @version@ diff --git a/Webroot/info/index.html.tmpl b/Webroot/info/index.html.tmpl new file mode 100644 index 0000000..b75da9c --- /dev/null +++ b/Webroot/info/index.html.tmpl @@ -0,0 +1,10 @@ + +@include head-start.html@ +Mandshurica - Info +@include body-start.html@ +

Mandshurica - Info

+@include bar.html@ + This is running Mandshurica, version @version@ +@include end.html@ -- 2.43.0