]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/roombanner.html
* Lots of great changes from Nick to make the site CSS-enabled.
[citadel.git] / webcit / static / roombanner.html
index bd09ae7e389245393c4efe2bd683b815f631d2c0..3d8efb1420ea00326ee9fefd76dc2053b96a7d17 100644 (file)
@@ -1,27 +1,25 @@
 <CENTER>
-<TABLE width=100% border=0 cellpadding=5 cellspacing=0>
-<TR>
-
-<TD BGCOLOR=444455>
-<FONT SIZE=+2 COLOR=FFFFEE><?ROOMNAME></FONT><BR>
-</TD>
-
-<?ROOMPIC>
 
-<TD BGCOLOR=444455>
-<FONT SIZE=-1 COLOR=FFFFEE>
-<?ROOMINFO>
-</FONT>
-</TD>
-
-<TD VALIGN=TOP BGCOLOR=444455>
-<?YOUHAVEMAIL>
-</TD>
-
-<TD VALIGN=TOP BGCOLOR=444455>
-<?VIEWOMATIC>
-<FONT SIZE=-1 COLOR=DDDDCC><?NEWMSGS> new of <?TOTALMSGS> messages</FONT>
-<BR><?START>
-</TD>
+<TABLE WIDTH="100%" BORDER="0" CELLPADDING="5" CELLSPACING="0">
+<TR>
+       <TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#444455">
+               <SPAN CLASS="room_banner_room_name"><?ROOMNAME></SPAN>
+               <BR>
+               <?ROOMPIC>
+       </TD>
+       <TD ALIGN="LEFT" BGCOLOR="#444455">
+               <SPAN CLASS="room_banner_room_info"><?ROOMINFO></SPAN>
+       </TD>
+       <TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#444455">
+               <?YOUHAVEMAIL>
+       </TD>
+       <TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#444455">
+               <?VIEWOMATIC>
+               <SPAN CLASS="room_banner_new_messages"><?NEWMSGS> new of <?TOTALMSGS> messages</SPAN>
+               <BR>
+               <SPAN CLASS="room_banner_start_page"><?START></SPAN>
+       </TD>
+</TR>
+</TABLE>
 
-</TR></TABLE></CENTER>
+</CENTER>