]> code.citadel.org Git - citadel.git/blob - webcit/static/frameset.html
adfafe461f7ae2cdbf4ef017022bd5cd3aeb0c3e
[citadel.git] / webcit / static / frameset.html
1 <HTML>
2         <HEAD>
3         <TITLE>WebCit</TITLE>
4         </HEAD>
5         <FRAMESET COLS="150, *" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
6
7                 <FRAME NAME="left" SRC="/static/menubar.html">
8                 <FRAMESET ROWS="100, *">
9                         <FRAME NAME="top" SRC="/dotgoto&room=_BASEROOM_">
10                         <FRAME NAME="bottom" SRC="/static/blankpage.html">
11                 </FRAMESET>
12                 <NOFRAMES>
13                         Your browser doesn't support frames.<BR>
14                         This site uses frames.<BR>
15                         Please log in again, and select the
16                         &quot;Check here to disable frames&quot;
17                         option.<BR>
18                 </NOFRAMES>
19         </FRAMESET>
20 </HTML>