From 41979e9797f870565ece4c57c8ea97617ae11065 Mon Sep 17 00:00:00 2001
From: runemaster <>
Date: Thu, 2 Dec 2004 22:00:29 +0000
Subject: [PATCH] CSS additions, navigation added.

---
 web/templates/footer.inc      | 5 +++--
 web/templates/header.inc      | 4 ++--
 web/templates/infomenu.inc    | 1 +
 web/templates/memberindex.inc | 2 +-
 web/templates/newuser.inc     | 9 ++++++++-
 web/templates/sysinfo.inc     | 1 +
 web/templates/userlist.inc    | 8 ++++----
 web/templates/userstats.inc   | 4 ++--
 8 files changed, 22 insertions(+), 12 deletions(-)

diff --git a/web/templates/footer.inc b/web/templates/footer.inc
index 03b34052e2..fdbe2a3418 100644
--- a/web/templates/footer.inc
+++ b/web/templates/footer.inc
@@ -1,10 +1,11 @@
 <!-- $Id$ -->
+<br>
 <table width="100%" cellspacing="0" border="0" cellpadding="0" align="center">
   <tbody>
     <tr>
       <td>
-            <br><div align="left">
-            <a href="http://www.synchro.net/"><img alt="Powered by: Synchronet" src="/graphics/sync_pb.gif" border=0></a></div>
+      <div align="left">
+            <a href="http://www.synchro.net/"><img src="/graphics/sync_pb.gif" alt="Powered by: Synchronet" width="259" height="32" border="0"></a></div>
       </td>
       <td>
       <div align="right">
diff --git a/web/templates/header.inc b/web/templates/header.inc
index 0143f61991..71ae05c83c 100644
--- a/web/templates/header.inc
+++ b/web/templates/header.inc
@@ -6,5 +6,5 @@
 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
 <link rel="stylesheet" href="/synchronet.css" type="text/css">
 </HEAD>
-<body bgcolor="teal" text="white" link="yellow" vlink="lime" alink="white">
-<center><H3>%%JS:system.name%%</H3></center>
+<body>
+<div align="center"><H3>%%JS:system.name%%</H3></div>
diff --git a/web/templates/infomenu.inc b/web/templates/infomenu.inc
index 75117f52f2..d272ec3813 100644
--- a/web/templates/infomenu.inc
+++ b/web/templates/infomenu.inc
@@ -1,3 +1,4 @@
+<div align="center"><P><A HREF="http://^^JS:system.inet_addr^^/">Home</A> : <A href="/members/">Members</A> : <B>Information</B></P></div>
 <body bgcolor=teal text=white link=yellow vlink=lime alink=white>
 <p>Information Menu:</p>
 <a href="userstats.ssjs">View your statistics</a><br>
diff --git a/web/templates/memberindex.inc b/web/templates/memberindex.inc
index 4d08d241fc..506fc7ede4 100644
--- a/web/templates/memberindex.inc
+++ b/web/templates/memberindex.inc
@@ -1,4 +1,4 @@
-<div align="center"><P><A HREF="http://^^JS:system.inet_addr^^/">Home</A></P></div>
+<div align="center"><P><A HREF="http://^^JS:system.inet_addr^^/">Home</A> : <b> Members</b></P></div>
 <p>Welcome to the members area.</p>
 <a href="userlist.ssjs">User List</a><br>
 <a href="msgs/">Message Areas</a><br>
diff --git a/web/templates/newuser.inc b/web/templates/newuser.inc
index 74c8c7d33f..f1bab21ecd 100644
--- a/web/templates/newuser.inc
+++ b/web/templates/newuser.inc
@@ -1,4 +1,5 @@
 <!-- $Id$ -->
+<div align="center"><P><A HREF="http://^^JS:system.inet_addr^^/">Home</A> : <B>New User Application</B></P></div>
 <CENTER>
 	%%err_message%%
 	<FORM ACTION="newuser.ssjs" METHOD="POST">
@@ -43,7 +44,13 @@
 				<TD align="right">%%errs:gender%% Gender:</TD>
 				<TD>@@gender_list@@</TD>
 			</TR>
+            <tr>
+            <TD>&nbsp;</TD>
+            <td>
+            <br />
+            <button TYPE="SUBMIT">Join!</button>
+            </td>
 		</TABLE>
-		<INPUT TYPE="SUBMIT">
+
 	</FORM>
 </CENTER>
diff --git a/web/templates/sysinfo.inc b/web/templates/sysinfo.inc
index 748d888198..d1002535f7 100644
--- a/web/templates/sysinfo.inc
+++ b/web/templates/sysinfo.inc
@@ -1,3 +1,4 @@
+<div align="center"><P><A HREF="http://^^JS:system.inet_addr^^/">Home</A> : <A href="/members/">Members</A> : <a href="http://runekeep.darktech.org:8081/members/info.ssjs">Information</a> : <B>System Info</B></P></div>
 <div align="center">
 <table>
   <tr>
diff --git a/web/templates/userlist.inc b/web/templates/userlist.inc
index a9b5cc15eb..e9b0993f4a 100644
--- a/web/templates/userlist.inc
+++ b/web/templates/userlist.inc
@@ -1,6 +1,6 @@
-<CENTER>
-<TABLE>
-<TR bgcolor=white><TH><a href="userlist.ssjs?sort=alias"><font color=black>Alias</font></a></TH><TH><a href="userlist.ssjs?sort=location"><font color=black>Location</font></a></TH><TH><a href="userlist.ssjs?sort=connection"><font color=black>Connection</font></a></TH><TH><a href="userlist.ssjs?sort=laston"><font color=black>Last On</font></a></TH></TR>
+<div align="center"><P><A HREF="http://^^JS:system.inet_addr^^/">Home</A> : <A href="/members/">Members</A> : <B>User List</B></P></div>
+<TABLE class="centeralign">
+<TR class="userlist"><TH><a class="userlist" href="userlist.ssjs?sort=alias">Alias</a></TH><TH><a class="userlist" href="userlist.ssjs?sort=location">Location</a></TH><TH><a class="userlist" href="userlist.ssjs?sort=connection">Connection</a></TH><TH><a class="userlist" href="userlist.ssjs?sort=laston">Last On</a></TH></TR>
 <<REPEAT users>>
 <TR>
   <TD>
@@ -18,4 +18,4 @@
 </TR>
 <<END REPEAT users>>
 </TABLE>
-</CENTER>
+
diff --git a/web/templates/userstats.inc b/web/templates/userstats.inc
index 81d3f1aeae..aeb6848955 100644
--- a/web/templates/userstats.inc
+++ b/web/templates/userstats.inc
@@ -1,5 +1,5 @@
-<CENTER>
-<TABLE border=0>
+<div align="center"><P><A HREF="http://^^JS:system.inet_addr^^/">Home</A> : <A href="/members/">Members</A> : <a href="http://runekeep.darktech.org:8081/members/info.ssjs">Information</a> : <B>Your Stats</B></P></div>
+<TABLE class="centeralign" border="0">
 <tr>
   <td>
     First on:
-- 
GitLab