File: menubar.html

package info (click to toggle)
webcit 7.37-dfsg-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,972 kB
  • ctags: 2,344
  • sloc: ansic: 23,301; sh: 3,618; makefile: 239
file content (92 lines) | stat: -rw-r--r-- 2,451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<! begin menubar.html>
<script type="text/javascript">
<!--hide
	function OpenWholist() {
		window.open('who', 'who', 'toolbar=no,location=no,directories=no,copyhistory=no,status=yes,scrollbars=yes,resizable=yes,height=200,width=600');
	}
//-->
</script>

<center>
<img src="image&name=hello"><br /><br />

<table border="0" cellspacing="0" cellpadding="2">
<tr>
	<td class="menubar_bg">
		<span class="menubar_link">
		<a href="knrooms"><font color="#FFFFFF">List known rooms</span></a>
		</span>
	</td>
</tr><tr>
	<td bgcolor="#3333CC">
		<span class="menubar_link">
		<a href="gotonext"><font coloR="#FFFFFF">Goto next room</span></a>
		</span>
	</td>
</tr><tr>
	<td bgcolor="#3333CC">
		<span class="menubar_link">
		<a href="skip"><font color="#FFFFFF">Skip this room</span></a>
		</span>
	</td>
</tr><tr>
	<td bgcolor="#3333CC">
		<span class="menubar_link">
		<a href="ungoto"><font color="#FFFFFF">Ungoto</span></a>
	</td>
</tr><tr>
	<td bgcolor="#003399">
		<span class="menubar_link">
		<a href="readnew"><font color="#FFFFFF">Read&nbsp;new&nbsp;messages</span></a>
		</span>
	</td>
</tr><tr>
	<td bgcolor="#003399">
		<span class="menubar_link">
		<a href="readfwd"><font color="#FFFFFF">Read&nbsp;all&nbsp;messages</span></a>
		</span>
	</td>
</tr><tr>
	<td bgcolor="#003399">
		<span class="menubar_link">
		<a href="display_enter"><font color="#FFFFFF">Enter&nbsp;a&nbsp;message</span></a>
		</span>
	</td>
</tr><tr>
	<td bgcolor="#663399">
		<span class="menubar_link">
		<a href="javascript:OpenWholist()">
		<font color="#FFFFFF">Who&nbsp;is&nbsp;online?</span>
		</a>
		</span>
	</td>
</tr><tr>
	<td bgcolor="#663399">
		<span class="menubar_link">
		<a href="display_page"><font color="#FFFFFF">Page&nbsp;another&nbsp;user</span></a>
		</span>
	</td>
</tr><tr>
	<td bgcolor="#663399">
		<span class="menubar_link">
		<a href="advanced"><font color="#FFFFFF">Advanced&nbsp;options</span></a>
		</span>
	</td>
</tr><tr>
	<td bgcolor="#CC0000">
		<span class="menubar_link">
		<a href="termquit" target="_top" onClick="return confirm('Do you really want to log off?');"><font color="#FFFFFF">Log&nbsp;off</span></a><br />
	</td>
</tr>
</table>

<br /><br />

<a href="http://www.citadel.org"
	onMouseOver="window.status='Find out more about Citadel'; return true;"><font 
size=-1 color="#000000">
POWERED BY<br /></font>
<img src="static/citadel-logo.gif" width=75 height=76 border=0 ALT="CITADEL"></a>

</center>
<! end menubar.html>