change web
authornishi <nishi@f982e544-4a7d-3444-ad1a-fde59a2a69f1>
Sat, 11 May 2024 00:18:12 +0000 (00:18 +0000)
committernishi <nishi@f982e544-4a7d-3444-ad1a-fde59a2a69f1>
Sat, 11 May 2024 00:18:12 +0000 (00:18 +0000)
git-svn-id: file:///raid/svn-main/nishi-mandshurica/trunk@69 f982e544-4a7d-3444-ad1a-fde59a2a69f1

Webroot/index.html.tmpl
Webroot/login-fail/index.html.tmpl
Webroot/login-success/index.html.tmpl
Webroot/logout-fail/index.html.tmpl
Webroot/logout-success/index.html.tmpl

index c99155ad0654cb3759cb8f120c453cd8c15e3425..3b5fb2e042150faf6979e4496c4d582f3a718f7a 100644 (file)
@@ -6,5 +6,5 @@ vim: syntax=html
 @include body-start.html@
 <h1>Mandshurica</h1>
 @include bar.html@
-This is the main page of @get InstanceName@
+This is the main page of @get InstanceName@.
 @include end.html@
index b998c14546a740e67d82fd208cf45d68d07c8bd6..c75d80b06ec7d8f731680ea3ceaf7093b7a8cdab 100644 (file)
@@ -6,5 +6,5 @@ vim: syntax=html
 @include body-start.html@
 <h1>Mandshurica - Failed to login</h1>
 @include bar.html@
-Failed to login, <a href="/login">retry</a>?
+Failed to login. <a href="/login">retry</a>?
 @include end.html@
index 7da36375f9f36a1fa82efc5c8e2ae7e626832f6c..19330db65c45ec9b17b2fcf8d1b9a8d61813a6c6 100644 (file)
@@ -6,5 +6,5 @@ vim: syntax=html
 @include body-start.html@
 <h1>Mandshurica - Login successful</h1>
 @include bar.html@
-Welcome back
+Welcome back.
 @include end.html@
index 1fa178ec4850e394facc936524cd66a3db5d698c..2a5319cfbf43dbf217e91c68b3fe171d15fb203a 100644 (file)
@@ -6,5 +6,5 @@ vim: syntax=html
 @include body-start.html@
 <h1>Mandshurica - Failed to logout</h1>
 @include bar.html@
-Failed to logout, <a href="/logout">retry</a>?
+Failed to logout. <a href="/logout">retry</a>?
 @include end.html@
index 3536e275336ddc2b416e6eacc231a7e2bb3cb197..2be0f9f3b04e01b6e73b41452f033e36d4aae3d0 100644 (file)
@@ -6,5 +6,5 @@ vim: syntax=html
 @include body-start.html@
 <h1>Mandshurica - Logout successful</h1>
 @include bar.html@
-Goodbye
+Goodbye.
 @include end.html@