]> code.citadel.org Git - citadel.git/blob - webcit/static/navbar.html
* When reading from the server, do not treat CR as end-of-line because
[citadel.git] / webcit / static / navbar.html
1 <HTML>
2 <HEAD>
3 <style type="text/css">
4 <!--
5 a {text-decoration: none; }
6 -->
7 </style> 
8 </HEAD>
9 <BODY BGCOLOR=AAAAAA>
10 <CENTER>
11 <TABLE border=0 cellspacing=0 cellpadding=0 width=100%>
12 <TR>
13
14 <TD
15  onMouseOver="this.style.background='#FFFFFF'"
16  onMouseOut="this.style.background='#AAAAAA'">
17 <A HREF="/ungoto" TARGET="workspace">
18 <IMG ALIGN=MIDDLE SRC="/static/back.gif" BORDER=0>
19 <FONT SIZE=-2>Ungoto</FONT></A></TD>
20
21 <TD
22  onMouseOver="this.style.background='#FFFFFF'"
23  onMouseOut="this.style.background='#AAAAAA'">
24 <A HREF="/readnew" TARGET="workspace">
25 <IMG ALIGN=MIDDLE SRC="/static/readmsgs.gif" BORDER=0>
26 <FONT SIZE=-2>New messages</FONT></A></TD>
27
28 <TD
29  onMouseOver="this.style.background='#FFFFFF'"
30  onMouseOut="this.style.background='#AAAAAA'">
31 <A HREF="/readfwd" TARGET="workspace">
32 <IMG ALIGN=MIDDLE SRC="/static/readmsgs.gif" BORDER=0>
33 <FONT SIZE=-2>All messages</FONT></A></TD>
34
35 <TD
36  onMouseOver="this.style.background='#FFFFFF'"
37  onMouseOut="this.style.background='#AAAAAA'">
38 <A HREF="/display_enter" TARGET="workspace">
39 <IMG ALIGN=MIDDLE SRC="/static/enter.gif" BORDER=0>
40 <FONT SIZE=-2>Enter a message</FONT></A></TD>
41
42 <TD
43  onMouseOver="this.style.background='#FFFFFF'"
44  onMouseOut="this.style.background='#AAAAAA'">
45 <A HREF="/skip" TARGET="workspace">
46 <FONT SIZE=-2>Skip this room</FONT>
47 <IMG ALIGN=MIDDLE SRC="/static/forward.gif" BORDER=0></A></TD>
48
49 <TD
50  onMouseOver="this.style.background='#FFFFFF'"
51  onMouseOut="this.style.background='#AAAAAA'">
52 <A HREF="/gotonext" TARGET="workspace">
53 <FONT SIZE=-2>Goto next room</FONT>
54 <IMG ALIGN=MIDDLE SRC="/static/forward.gif" BORDER=0></A></TD>
55
56 </TR></TABLE>
57 </BODY>
58 </HTML>