* Replaced all instances of the name "Citadel/UX" with "Citadel"
[citadel.git] / webcit / static / iconbar.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
5         <META HTTP-EQUIV="Content-Language" CONTENT="en">
6         <LINK REL="StyleSheet" HREF="/static/style.css" TYPE="text/css" MEDIA="screen"> 
7 </HEAD>
8 <BODY>
9
10 <?=beginbox_nt>
11 <center>
12
13 <IMG BORDER="0" WIDTH="48" HEIGHT="48" SRC="/image&name=hello" ALT="&nbsp;">
14 <BR>
15
16 <SPAN CLASS="iconbar_link">
17 <A HREF="/knrooms" TITLE="Shows a list of all Rooms that you have access to" TARGET="workspace">
18 <IMG BORDER="0" WIDTH="32" HEIGHT="32" SRC="/static/rooms-icon.gif">
19 <BR>
20 Rooms</A>
21 </SPAN>
22 <BR>
23
24 <SPAN CLASS="iconbar_link">
25 <A HREF="/whobbs" TITLE="See who is online right now" TARGET="workspace">
26 <IMG BORDER="0" WIDTH="32" HEIGHT="32" SRC="/static/users-icon.gif">
27 <BR>Users
28 </A>
29 </SPAN>
30 <BR>
31
32 <SPAN CLASS="iconbar_link">
33 <A HREF="/display_main_menu"
34         TITLE="Advanced Options Menu: Advanced Room commands, Account Info, and Chat"
35         TARGET="workspace">
36 <IMG BORDER="0" WIDTH="32" HEIGHT="32" SRC="/static/advanced-icon.gif">
37 <BR>
38 Advanced options</A>
39 </SPAN>
40 <BR>
41
42 <SPAN CLASS="iconbar_link">
43 <A HREF="/termquit" TITLE="Log off" TARGET="_top"
44         onClick="return confirm('Log off now?');">
45 <IMG BORDER="0" WIDTH="32" HEIGHT="32" SRC="/static/exit-icon.gif">
46 <BR>
47 Log off</A>
48 </SPAN>
49 <BR>
50
51
52 <SPAN CLASS="customize">
53 <A HREF="/display_customize_iconbar" TITLE="Customize this menu"
54 TARGET="workspace">customize this menu</A>
55 </SPAN>
56 <BR>
57
58 <SPAN CLASS="powered_by">
59 <A HREF="http://www.citadel.org"
60         TITLE="Find out more about Citadel" TARGET="aboutcit"
61         onMouseOver="window.status='Find out more about Citadel'; return true;">powered by<BR><IMG
62         BORDER="0" WIDTH="48" HEIGHT="48" SRC="/static/citadel-logo.gif" ALT="CITADEL"></A>
63 </SPAN>
64
65 </CENTER>
66 <?=endbox>
67
68 </BODY>
69 </HTML>