summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/intro.tmpl4
-rw-r--r--templates/logout.tmpl5
-rw-r--r--templates/master.tmpl2
3 files changed, 8 insertions, 3 deletions
diff --git a/templates/intro.tmpl b/templates/intro.tmpl
index 0fd4c35..205f952 100644
--- a/templates/intro.tmpl
+++ b/templates/intro.tmpl
@@ -8,11 +8,11 @@
<% template page_content() %>
<div>
- Welcome to <b>StrusCms</b>.
+ Welcome to "StrusCms".
</div>
<div>
<% if not empty username %>
- After oyou finished editing pages, please log out
+ After you have finished editing pages, please log out
<a href="<%= logout_link %>">here</a>.
<% else %>
If you want to edit pages, please log in
diff --git a/templates/logout.tmpl b/templates/logout.tmpl
index 2ce7816..c867e73 100644
--- a/templates/logout.tmpl
+++ b/templates/logout.tmpl
@@ -18,6 +18,11 @@
<div>
Otherwise contacting the developers is possible via email directly.
</div>
+
+ <div>
+ If you want to edit pages again, you can of course log in
+ <a href="<%= login_link %>">here</a>.
+ </div>
<% end template %>
<% end view %>
diff --git a/templates/master.tmpl b/templates/master.tmpl
index 7330ef1..6a42731 100644
--- a/templates/master.tmpl
+++ b/templates/master.tmpl
@@ -17,7 +17,7 @@
<div id="sidebar">
<img src="/media/images/strus_big.jpg" width="280" height="280" alt="Strus logo" /></a>
- <h1><a href="index.htm">Strus CMS</a></h1>
+ <h1><a href="<%= root() %>">Strus CMS</a></h1>
<p class="slogan">A simple demo CMS showing the power of the following software:</p>
<ul>
<li><a href="http://project-strus.net">Strus</a><br/>a collection of C++ libraries for building a full-text search engine</li>