More SusiDNS css and layout tweaks.

This commit is contained in:
z3d
2009-07-20 12:33:07 +00:00
parent f46600d7fe
commit 99f53413a6
3 changed files with 15 additions and 10 deletions

View File

@ -39,11 +39,11 @@
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body>
<div class="page">
<div id="logo">
<img src="images/logo.png" alt="susidns logo" border="0"/>
</div>
<hr>
<div id="navi">
<p>addressbooks
<a href="addressbook.jsp?book=master&filter=none&begin=0&end=99">master</a> |
@ -55,7 +55,7 @@
<a href="index.jsp">overview</a>
</p>
</div>
<hr>
<div id="headline">
<h3>${book.book} addressbook at ${book.fileName}</h3>
</div>
@ -175,9 +175,10 @@
</div>
</form>
<hr>
<div id="footer">
<p class="footer">susidns v${version.version} &copy; <a href="${version.url}">susi</a> 2005</p>
</div>
</div>
</body>
</html>

View File

@ -35,9 +35,10 @@
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body>
<div class="page">
<div id="logo">
<img src="images/logo.png" alt="susidns logo" border="0"/>
</div>
</div><hr>
<div id="navi">
<p>
addressbooks
@ -49,7 +50,7 @@ addressbooks
configuration *
<a href="index.jsp">overview</a>
</p>
</div>
</div><hr>
<div id="headline">
<h3>${cfg.fileName}</h3>
</div>
@ -90,9 +91,10 @@ Use the private addressbook for private destinations, these are not published.
<li><b>last_modified</b> - file containing the modification timestamp for each fetched subscription URL (no need to change)</li>
<li><b>log</b> - file to log activity to (change to /dev/null if you like)</li>
</ul>
</div>
</div><hr>
<div id="footer">
<p class="footer">susidns v${version.version} &copy; <a href="${version.url}">susi</a> 2005 </p>
</div>
</div>
</body>
</html>

View File

@ -35,9 +35,10 @@
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body>
<div class="page">
<div id="logo">
<img src="images/logo.png" alt="susidns logo" border="0"/>
</div>
</div><hr>
<div id="navi">
<p>addressbooks
<a href="addressbook.jsp?book=master">master</a> |
@ -48,7 +49,7 @@ subscriptions *
<a href="config.jsp">configuration</a> *
<a href="index.jsp">overview</a>
</p>
</div>
</div><hr>
<div id="headline">
<h3>${subs.fileName}</h3>
</div>
@ -71,9 +72,10 @@ regularly (once per hour) checks this list for new eepsites. Those URLs simply c
file of other people. The default subscription is the hosts.txt from www.i2p2.i2p, which is updated infrequently.
So it is a good idea to add additional subscriptions to sites that have the latest addresses.
</p>
</div>
</div><hr>
<div id="footer">
<p class="footer">susidns v${version.version} &copy; <a href="${version.url}">susi</a> 2005</p>
</div>
</div>
</body>
</html>