I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 99f53413 authored by z3d's avatar z3d
Browse files

More SusiDNS css and layout tweaks.

parent f46600d7
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......@@ -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>
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment