aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/index.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-07-13 11:26:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-07-13 11:26:12 +0000
commit44acb4196a6e0bed7de44292804c34b7722b6b3e (patch)
treeccd985942be0b2bbb5be601fa9efff37c240643d /tmpl/index.html
parent611c89d50cbd94a1b56f6344c59f6145c10a9e77 (diff)
downloadmgapeople-44acb4196a6e0bed7de44292804c34b7722b6b3e.tar
mgapeople-44acb4196a6e0bed7de44292804c34b7722b6b3e.tar.gz
mgapeople-44acb4196a6e0bed7de44292804c34b7722b6b3e.tar.bz2
mgapeople-44acb4196a6e0bed7de44292804c34b7722b6b3e.tar.xz
mgapeople-44acb4196a6e0bed7de44292804c34b7722b6b3e.zip
Add stylesheet and mageia navigation bar
Diffstat (limited to 'tmpl/index.html')
-rw-r--r--tmpl/index.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/tmpl/index.html b/tmpl/index.html
index dada85f..bc433c1 100644
--- a/tmpl/index.html
+++ b/tmpl/index.html
@@ -2,14 +2,18 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>[% config.sitename %]</title>
+ [%- INCLUDE head.html -%]
</head>
<body>
- <h1>[% config.sitename %]</h1>
+ [%- INCLUDE body_top.html -%]
+ <h1 id='mgnavt'>[% config.sitename %]</h1>
- <h2><a href="g/">Groups</a></h2>
+ <div class='content'>
+ <h2><a href="g/">Groups</a></h2>
- <h2><a href="u/">Users</a></h2>
+ <h2><a href="u/">Users</a></h2>
- Source code for this website is available on <a href="http://svnweb.mageia.org/soft/mgapeople/">svn://svn.mageia.org/svn/soft/mgapeople/</a>.
+ Source code for this website is available on <a href="http://svnweb.mageia.org/soft/mgapeople/">svn://svn.mageia.org/svn/soft/mgapeople/</a>.
+ </div>
</body>
</html>