* Lots of great changes from Nick to make the site CSS-enabled.
[citadel.git] / webcit / static / roombanner.html
1 <CENTER>
2
3 <TABLE WIDTH="100%" BORDER="0" CELLPADDING="5" CELLSPACING="0">
4 <TR>
5         <TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#444455">
6                 <SPAN CLASS="room_banner_room_name"><?ROOMNAME></SPAN>
7                 <BR>
8                 <?ROOMPIC>
9         </TD>
10         <TD ALIGN="LEFT" BGCOLOR="#444455">
11                 <SPAN CLASS="room_banner_room_info"><?ROOMINFO></SPAN>
12         </TD>
13         <TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#444455">
14                 <?YOUHAVEMAIL>
15         </TD>
16         <TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#444455">
17                 <?VIEWOMATIC>
18                 <SPAN CLASS="room_banner_new_messages"><?NEWMSGS> new of <?TOTALMSGS> messages</SPAN>
19                 <BR>
20                 <SPAN CLASS="room_banner_start_page"><?START></SPAN>
21         </TD>
22 </TR>
23 </TABLE>
24
25 </CENTER>