summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html2
-rw-r--r--templates/layout.html6
-rw-r--r--templates/new.html10
3 files changed, 10 insertions, 8 deletions
diff --git a/templates/index.html b/templates/index.html
index 99bf8b9..4322153 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -66,7 +66,7 @@ $var headline:
<hr>
-<div id="status">
+<div id="status" class="center">
system status:<br />
<span class="ok">
<b>+++ RUNNING +++</b>
diff --git a/templates/layout.html b/templates/layout.html
index 6e24a22..09d5f18 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -7,7 +7,7 @@ $def with (content)
</head>
<body>
- <div id="header">
+ <div id="header" class="center">
<table cellspacing="10" cellpadding="5">
<tr>
<td>
@@ -29,7 +29,7 @@ $def with (content)
</table>
</div>
- <div id="title">
+ <div id="title" class="center">
$:content.headline
</div>
@@ -37,7 +37,7 @@ $def with (content)
$:content
</div>
- <div id="footer">
+ <div id="footer" class="center">
<hr>
Any questions? Write us an e-mail to:
diff --git a/templates/new.html b/templates/new.html
index 1bea143..d0897a3 100644
--- a/templates/new.html
+++ b/templates/new.html
@@ -60,8 +60,10 @@ $var headline:
<b>Information</b>
</div>
- The following information will be logged:<br />
- <br />
- Your internet address: <b>$user['ip']</b><br />
- Your hostname: <b>$user['host']</b><br />
+ <div class="center">
+ The following information will be logged:<br />
+ <br />
+ Your internet address: <b>$user['ip']</b><br />
+ Your hostname: <b>$user['host']</b><br />
+ </div>
</div>