summaryrefslogtreecommitdiff
path: root/templates/main.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.tmpl')
-rw-r--r--templates/main.tmpl26
1 files changed, 22 insertions, 4 deletions
diff --git a/templates/main.tmpl b/templates/main.tmpl
index 8e4592f..0d949d7 100644
--- a/templates/main.tmpl
+++ b/templates/main.tmpl
@@ -9,12 +9,30 @@
<html>
<head>
<title><% include title( ) %></title>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+ <link rel="stylesheet" type="text/css" href="/media/basic-profile.css" title="Basic Profile" media="all" />
</head>
<body>
- <h1><% include title( ) %></h1>
- <div id="content">
- <% include page_content( ) %>
- </div>
+ <div id="wrap">
+ <h2><% include title( ) %></h2>
+ <div id="content">
+ <% include page_content( ) %>
+
+ <p class="credits">&copy; 2015 Patrick Frey<br />
+ Template design by <a href="http://andreasviklund.com/">Andreas Viklund</a> / Best hosted at <a href="https://www.svenskadomaner.se/?ref=mall&amp;ling=en" title="Svenska Domäner AB">www.svenskadomaner.se</a></p>
+
+ </div>
+
+ <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>
+ <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>
+ <li><a href="http://cppcms.com/wikipp/en/page/main">CppCMS</a><br/>a C++ web programming framework</li>
+ </ul>
+ </div>
+
</body>
</html>
<% end template %>