]> code.citadel.org Git - citadel.git/blob - webcit/static/roombanner.html
* Templatized the room banner.
[citadel.git] / webcit / static / roombanner.html
1 <CENTER>
2 <TABLE width=100% border=0 cellpadding=5>
3 <TR>
4
5 <TD VALIGN=TOP><A HREF="/ungoto">
6 <IMG SRC="/static/back.gif" BORDER=0>
7 <BR><FONT SIZE=-2>Previous room</FONT></A>
8 </TD>
9
10 <TD VALIGN=TOP BGCOLOR=444455>
11 <FONT SIZE=+2 COLOR=FFFFEE><?ROOMNAME></FONT><BR>
12 <FONT COLOR=DDDDCC><?NEWMSGS> new of <?TOTALMSGS> messages</FONT>
13 </TD>
14
15 <TD>
16 <?ROOMPIC>
17 </TD>
18
19 <TD VALIGN=TOP>
20 <?ROOMINFO>
21 </TD>
22
23 <TD VALIGN=TOP>
24 <?YOUHAVEMAIL>
25 </TD>
26
27 <TD VALIGN=TOP><A HREF="/gotonext">
28 <IMG SRC="/static/forward.gif" border=0>
29 <BR><FONT SIZE=-2>Next room</FONT></A>
30 </TD>
31
32 </TR></TABLE></CENTER>