Feature #545: New index.html and nav.html templates

These templates should later provide the navigation and index for the
per month based awstats.
This commit is contained in:
Marcus van Dam
2015-06-01 14:06:05 +02:00
parent 7e8e28fc90
commit 2017bc9cf6
2 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>AWStats for {SITE_DOMAIN}</title>
</head>
<frameset cols="*" rows="45,*" frameborder=0>
<frame id="topFrame" name="topFrame" noresize="noresize" scrolling="no" src="nav.html" title="topFrame">
<frame id="mainFrame" name="mainFrame" src="current/awstats.{SITE_DOMAIN}.html" title="mainFrame">
<noframes>
<body>
</body>
</noframes>
</frameset>
</html>