]> code.citadel.org Git - citadel.git/blob - webcit/static/iconbar.html
* more work on UI overhaul
[citadel.git] / webcit / static / iconbar.html
1 <HTML>
2 <BODY BGCOLOR=AAAAAA>
3 <CENTER>
4 <IMG BORDER=0 WIDTH=32 HEIGHT=32 SRC="/image&name=hello"><BR><BR>
5
6 <A HREF="/knrooms" TARGET="workspace">
7 <IMG BORDER=0 WIDTH=32 HEIGHT=32 SRC="/static/rooms-icon.gif"><BR>
8 Rooms</A><BR><BR>
9
10 <A HREF="/whobbs" TARGET="workspace">
11 <IMG BORDER=0 WIDTH=32 HEIGHT=32 SRC="/static/users-icon.gif"><BR>
12 Users</A><BR><BR>
13
14 <A HREF="/termquit" TARGET="_top" onClick="return confirm('Do you really want to log off?');">
15 <IMG BORDER=0 WIDTH=32 HEIGHT=32 SRC="/static/exit-icon.gif"><BR>
16 Log off</A><BR><BR>
17
18 <A HREF="http://uncensored.citadel.org/citadel" TARGET="aboutcit"
19         onMouseOver="window.status='Find out more about Citadel'; return true;">
20 powered by<BR>
21 <IMG BORDER=0 WIDTH=32 HEIGHT=32 SRC="/static/citadel-logo.jpg" ALT="CITADEL/UX"></A>
22
23 </CENTER>
24 </BODY>
25 </HTML>