]> code.citadel.org Git - citadel.git/blob - webcit/static/roombanner.html
* Added a drop-down box to change a user's view of a room.
[citadel.git] / webcit / static / roombanner.html
1 <CENTER>
2 <TABLE width=100% border=0 cellpadding=5 cellspacing=0>
3 <TR>
4
5 <TD VALIGN=TOP BGCOLOR=444455>
6 <FONT SIZE=+2 COLOR=FFFFEE><?ROOMNAME></FONT><BR>
7 <FONT COLOR=DDDDCC><?NEWMSGS> new of <?TOTALMSGS> messages</FONT>
8 </TD>
9
10 <TD BGCOLOR=444455>
11 <?ROOMPIC>
12 </TD>
13
14 <TD VALIGN=TOP BGCOLOR=444455>
15 <?ROOMINFO>
16 </TD>
17
18 <TD VALIGN=TOP BGCOLOR=444455>
19 <?YOUHAVEMAIL>
20 <?VIEWOMATIC>
21 </TD>
22
23 </TR></TABLE></CENTER>