From 99f53413a61ebda714757ee550c32feedfdad3f3 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Mon, 20 Jul 2009 12:33:07 +0000 Subject: [PATCH] More SusiDNS css and layout tweaks. --- apps/susidns/src/jsp/addressbook.jsp | 9 +++++---- apps/susidns/src/jsp/config.jsp | 8 +++++--- apps/susidns/src/jsp/subscriptions.jsp | 8 +++++--- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/apps/susidns/src/jsp/addressbook.jsp b/apps/susidns/src/jsp/addressbook.jsp index cb3eb32c5d..419c102255 100644 --- a/apps/susidns/src/jsp/addressbook.jsp +++ b/apps/susidns/src/jsp/addressbook.jsp @@ -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} © <a href="${version.url}">susi</a> 2005</p> </div> +</div> </body> </html> diff --git a/apps/susidns/src/jsp/config.jsp b/apps/susidns/src/jsp/config.jsp index 6bb9240735..2772f9d197 100644 --- a/apps/susidns/src/jsp/config.jsp +++ b/apps/susidns/src/jsp/config.jsp @@ -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} © <a href="${version.url}">susi</a> 2005 </p> </div> +</div> </body> </html> diff --git a/apps/susidns/src/jsp/subscriptions.jsp b/apps/susidns/src/jsp/subscriptions.jsp index af44537e5e..944e4cc49e 100644 --- a/apps/susidns/src/jsp/subscriptions.jsp +++ b/apps/susidns/src/jsp/subscriptions.jsp @@ -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} © <a href="${version.url}">susi</a> 2005</p> </div> +</div> </body> </html> -- GitLab