diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-07-27 16:44:24 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-07-27 16:44:24 +0000 |
commit | 0d0a0710f5d63750aea4ae2008c6408cfe21138a (patch) | |
tree | 410be04f4061bd5891c26f1edb5db4a5e305bdd5 /root/html | |
parent | ca42662dc4af605211aa83fa26b603ad504e5023 (diff) | |
download | mgamirrors-0d0a0710f5d63750aea4ae2008c6408cfe21138a.tar mgamirrors-0d0a0710f5d63750aea4ae2008c6408cfe21138a.tar.gz mgamirrors-0d0a0710f5d63750aea4ae2008c6408cfe21138a.tar.bz2 mgamirrors-0d0a0710f5d63750aea4ae2008c6408cfe21138a.tar.xz mgamirrors-0d0a0710f5d63750aea4ae2008c6408cfe21138a.zip |
style a little page/nav layout, add favicon
Diffstat (limited to 'root/html')
-rw-r--r-- | root/html/includes/footer.tt | 2 | ||||
-rw-r--r-- | root/html/includes/header.tt | 27 |
2 files changed, 15 insertions, 14 deletions
diff --git a/root/html/includes/footer.tt b/root/html/includes/footer.tt index 2a1c949..0ecf502 100644 --- a/root/html/includes/footer.tt +++ b/root/html/includes/footer.tt @@ -1,3 +1,5 @@ <!-- $Id$ --> +<hr> +<p><a href="http://www.mageia.org/">Mageia.Org</a></p> </body> </html> diff --git a/root/html/includes/header.tt b/root/html/includes/header.tt index 76bace4..706ee56 100644 --- a/root/html/includes/header.tt +++ b/root/html/includes/header.tt @@ -1,19 +1,18 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html> +<!DOCTYPE html> +<html lang="en"> <!-- $Id$ --> <head> -<title></title> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -[% c.prototype.define_javascript_functions %] - + <meta charset="utf-8"> + <title>Mageia mirrors database</title> + <link rel="icon" type="image/png" href="/g/favicon.png"> + [% c.prototype.define_javascript_functions %] </head> - <body> -<h1>Mageia mirrors database</h1> + <h1>Mageia mirrors database</h1> -<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> + <p id="menu"> + <span><a href="[% c.uri_for('/') %]">Mirrors list</a></span> + | <span><a href="[% c.uri_for('/distrib') %]">Distributions 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> |