aboutsummaryrefslogtreecommitdiffstats
path: root/root/template/html
diff options
context:
space:
mode:
Diffstat (limited to 'root/template/html')
-rw-r--r--root/template/html25
1 files changed, 13 insertions, 12 deletions
diff --git a/root/template/html b/root/template/html
index 5aaa478..facc555 100644
--- a/root/template/html
+++ b/root/template/html
@@ -1,18 +1,19 @@
-<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr">
+<html lang="en" dir="ltr">
<head>
- <meta charset="utf-8" />
+ <meta charset="utf-8">
<title>[% template.title or site.title or c.config.apptitle %]</title>
- <meta name="description" content="Mageia.org online user account panel" />
- <meta name="keywords" content="mageia, user, account, password" />
- <meta name="robots" content="index,nofollow" />
- <link rel="stylesheet" type="text/css" href="/static/style/yui/reset-fonts-grids.css" />
- <link rel="stylesheet" type="text/css" href="/static/style/yui/base-min.css" />
- <link rel="stylesheet" type="text/css" href="/static/style/ttsite.css" />
- <link rel="icon" type="image/png" href="/g/favicon.png" />
+ <meta name="description" content="Mageia.org online user account panel">
+ <meta name="keywords" content="mageia, user, account, password">
+ <meta name="robots" content="index,nofollow">
+ <link rel="stylesheet" type="text/css" href="/static/style/yui/reset-fonts-grids.css">
+ <link rel="stylesheet" type="text/css" href="/static/style/yui/base-min.css">
+ <link rel="stylesheet" type="text/css" href="/static/style/ttsite.css">
+ <link rel="icon" type="image/png" href="/g/favicon.png">
</head>
-<body>
-[% content %]
+<body class="you">
+ <div id="mgnavdoc">[% content %]</div>
+
+ <script src="//nav.mageia.org/js/"></script>
</body>
</html>