From 67c8d954e9c6aee2df99bc8c652ef579a25dcdda Mon Sep 17 00:00:00 2001 From: nishi Date: Sat, 11 May 2024 00:18:12 +0000 Subject: [PATCH] change web git-svn-id: file:///raid/svn-main/nishi-mandshurica/trunk@69 f982e544-4a7d-3444-ad1a-fde59a2a69f1 --- Webroot/index.html.tmpl | 2 +- Webroot/login-fail/index.html.tmpl | 2 +- Webroot/login-success/index.html.tmpl | 2 +- Webroot/logout-fail/index.html.tmpl | 2 +- Webroot/logout-success/index.html.tmpl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Webroot/index.html.tmpl b/Webroot/index.html.tmpl index c99155a..3b5fb2e 100644 --- a/Webroot/index.html.tmpl +++ b/Webroot/index.html.tmpl @@ -6,5 +6,5 @@ vim: syntax=html @include body-start.html@

Mandshurica

@include bar.html@ -This is the main page of @get InstanceName@ +This is the main page of @get InstanceName@. @include end.html@ diff --git a/Webroot/login-fail/index.html.tmpl b/Webroot/login-fail/index.html.tmpl index b998c14..c75d80b 100644 --- a/Webroot/login-fail/index.html.tmpl +++ b/Webroot/login-fail/index.html.tmpl @@ -6,5 +6,5 @@ vim: syntax=html @include body-start.html@

Mandshurica - Failed to login

@include bar.html@ -Failed to login, retry? +Failed to login. retry? @include end.html@ diff --git a/Webroot/login-success/index.html.tmpl b/Webroot/login-success/index.html.tmpl index 7da3637..19330db 100644 --- a/Webroot/login-success/index.html.tmpl +++ b/Webroot/login-success/index.html.tmpl @@ -6,5 +6,5 @@ vim: syntax=html @include body-start.html@

Mandshurica - Login successful

@include bar.html@ -Welcome back +Welcome back. @include end.html@ diff --git a/Webroot/logout-fail/index.html.tmpl b/Webroot/logout-fail/index.html.tmpl index 1fa178e..2a5319c 100644 --- a/Webroot/logout-fail/index.html.tmpl +++ b/Webroot/logout-fail/index.html.tmpl @@ -6,5 +6,5 @@ vim: syntax=html @include body-start.html@

Mandshurica - Failed to logout

@include bar.html@ -Failed to logout, retry? +Failed to logout. retry? @include end.html@ diff --git a/Webroot/logout-success/index.html.tmpl b/Webroot/logout-success/index.html.tmpl index 3536e27..2be0f9f 100644 --- a/Webroot/logout-success/index.html.tmpl +++ b/Webroot/logout-success/index.html.tmpl @@ -6,5 +6,5 @@ vim: syntax=html @include body-start.html@

Mandshurica - Logout successful

@include bar.html@ -Goodbye +Goodbye. @include end.html@ -- 2.43.0