auto-format all files; add table-definitions to test-bootstrap file

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-21 12:24:07 +01:00
parent 1ff784198c
commit 97b5439c0d
209 changed files with 6840 additions and 4534 deletions

View File

@@ -1,18 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta charset="utf-8">
<title>AWStats for {SITE_DOMAIN}</title>
<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">
<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>
<noframes>
<body>
</body>
</noframes>
</frameset>
</html>