aboutsummaryrefslogtreecommitdiffstats
path: root/root/html/includes/header.tt
diff options
context:
space:
mode:
Diffstat (limited to 'root/html/includes/header.tt')
-rw-r--r--root/html/includes/header.tt10
1 files changed, 8 insertions, 2 deletions
diff --git a/root/html/includes/header.tt b/root/html/includes/header.tt
index 7f8b1d5..76bace4 100644
--- a/root/html/includes/header.tt
+++ b/root/html/includes/header.tt
@@ -5,9 +5,15 @@
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
[% c.prototype.define_javascript_functions %]
+
</head>
<body>
-<p>Mageia mirrors database</p>
+<h1>Mageia mirrors database</h1>
-<p>Mirror not found ? <a href="[% c.uri_for('/new') %]">register it</a></p>
+<p id="menu">
+<span><a href="[% c.uri_for('/') %]">Mirror list</a></span>
+<span><a href="[% c.uri_for('/distrib') %]">Distribution list</a></span>
+<span><a href="[% c.uri_for('/report') %]">Mirrors map</a></span>
+<span><a href="[% c.uri_for('/new') %]">register a mirror url</a></span>
+</p>