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

View File

@ -35,9 +35,10 @@
<link rel="stylesheet" type="text/css" href="css.css"> <link rel="stylesheet" type="text/css" href="css.css">
</head> </head>
<body> <body>
<div class="page">
<div id="logo"> <div id="logo">
<img src="images/logo.png" alt="susidns logo" border="0"/> <img src="images/logo.png" alt="susidns logo" border="0"/>
</div> </div><hr>
<div id="navi"> <div id="navi">
<p> <p>
addressbooks addressbooks
@ -49,7 +50,7 @@ addressbooks
configuration * configuration *
<a href="index.jsp">overview</a> <a href="index.jsp">overview</a>
</p> </p>
</div> </div><hr>
<div id="headline"> <div id="headline">
<h3>${cfg.fileName}</h3> <h3>${cfg.fileName}</h3>
</div> </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>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> <li><b>log</b> - file to log activity to (change to /dev/null if you like)</li>
</ul> </ul>
</div> </div><hr>
<div id="footer"> <div id="footer">
<p class="footer">susidns v${version.version} &copy; <a href="${version.url}">susi</a> 2005 </p> <p class="footer">susidns v${version.version} &copy; <a href="${version.url}">susi</a> 2005 </p>
</div> </div>
</div>
</body> </body>
</html> </html>

View File

@ -35,9 +35,10 @@
<link rel="stylesheet" type="text/css" href="css.css"> <link rel="stylesheet" type="text/css" href="css.css">
</head> </head>
<body> <body>
<div class="page">
<div id="logo"> <div id="logo">
<img src="images/logo.png" alt="susidns logo" border="0"/> <img src="images/logo.png" alt="susidns logo" border="0"/>
</div> </div><hr>
<div id="navi"> <div id="navi">
<p>addressbooks <p>addressbooks
<a href="addressbook.jsp?book=master">master</a> | <a href="addressbook.jsp?book=master">master</a> |
@ -48,7 +49,7 @@ subscriptions *
<a href="config.jsp">configuration</a> * <a href="config.jsp">configuration</a> *
<a href="index.jsp">overview</a> <a href="index.jsp">overview</a>
</p> </p>
</div> </div><hr>
<div id="headline"> <div id="headline">
<h3>${subs.fileName}</h3> <h3>${subs.fileName}</h3>
</div> </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. 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. So it is a good idea to add additional subscriptions to sites that have the latest addresses.
</p> </p>
</div> </div><hr>
<div id="footer"> <div id="footer">
<p class="footer">susidns v${version.version} &copy; <a href="${version.url}">susi</a> 2005</p> <p class="footer">susidns v${version.version} &copy; <a href="${version.url}">susi</a> 2005</p>
</div> </div>
</div>
</body> </body>
</html> </html>