Annotation of loncom/html/res/adm/pages/menu.html, revision 1.85
1.1 www 1: <html>
2: <!--
3: The LearningOnline Network with CAPA
4: Remote Control
1.40 www 5:
6: //
1.85 ! www 7: // $Id: menu.html,v 1.84 2003/01/29 15:22:06 www Exp $
1.40 www 8: //
9: // Copyright Michigan State University Board of Trustees
10: //
11: // This file is part of the LearningOnline Network with CAPA (LON-CAPA).
12: //
13: // LON-CAPA is free software; you can redistribute it and/or modify
14: // it under the terms of the GNU General Public License as published by
15: // the Free Software Foundation; either version 2 of the License, or
16: // (at your option) any later version.
17: //
18: // LON-CAPA is distributed in the hope that it will be useful,
19: // but WITHOUT ANY WARRANTY; without even the implied warranty of
20: // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21: // GNU General Public License for more details.
22: //
23: // You should have received a copy of the GNU General Public License
24: // along with LON-CAPA; if not, write to the Free Software
25: // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26: //
27: // /home/httpd/html/adm/gpl.txt
28: //
29: // http://www.lon-capa.org/
30: //
31:
1.1 www 32: -->
33: <head>
34: <title>LON-CAPA Remote</title>
35: </head>
36:
1.23 www 37: <body bgcolor="#BBBBBB"
1.46 www 38: background="remotebg.gif"
1.49 matthew 39: onUnload="logout();"
1.85 ! www 40: onLoad="activate();"
1.49 matthew 41: >
1.62 www 42: <font size="1">
1.19 albertel 43: <script type="text/javascript">
1.22 harris41 44: <!--
1.44 matthew 45: var statustop = '';
46: var statusbot = '';
47: var active = 0;
1.55 www 48: var dislocked = 1;
1.71 www 49: var statuslocked = 0;
1.1 www 50:
1.73 www 51: var imgpath=':8080/res/adm/pages/';
52: var fontpath=':8080/adm/lonLCDfont/';
1.27 harris41 53: var currentURL='';
1.59 www 54: var reloadURL='';
1.68 www 55: var currentSymb='';
56: var reloadSymb='';
1.28 www 57: var currentStale=1;
1.33 www 58: var menucltim;
1.60 www 59:
60: var clockdelta=0;
1.55 www 61:
1.77 www 62: var w_extdisp_flag=-1;
63: var extdisp;
64:
1.84 www 65: var autologout=1;
66:
1.25 harris41 67: // not used (yet)
68: // var w_Annotator;
69: // var w_bmquery;
70: // var w_BookmarkPal;
71: // var w_LONcatInfo;
72:
73: //////////////////////////////////////
74: var w_Annotator_flag=-1;
75: var w_bmquery_flag=-1;
76: var w_BookmarkPal_flag=-1;
77: var w_LONcatInfo_flag=-1;
78: // 1 means currently open
79: // 0 means closed (but has been open)
80: // -1 means never yet opened/defined
81: ///////////////////////////////////////
82:
1.44 matthew 83: var hr = new Array;
84: var db = new Array;
85: var dt = new Array;
1.74 www 86: var ds = new Array;
1.44 matthew 87:
88: for (var i=1;i<=3;i++) {
89: for (var j=1;j<=10;j++) {
90: var index = 10*j+i;
1.49 matthew 91: hr[index]='';
92: db[index]='';
93: dt[index]='';
1.74 www 94: ds[index]='';
1.44 matthew 95: }
96: }
1.31 www 97:
1.44 matthew 98: var clienthost=window.location.host;
99: var clientwindow=opener;
1.1 www 100:
1.60 www 101: function syncclock(servertime) {
102: var clientclock=new Date;
103: clockdelta=servertime-clientclock.getTime();
104: }
105:
1.55 www 106: function advanceclock() {
1.60 www 107: var clock=new Date();
108: clock.setTime(clock.getTime()+clockdelta);
1.71 www 109: if (!statuslocked) {
110: var days=""+clock.getDate();
111: if (days.length<2) { days="0"+days; }
112: var mons=""+(clock.getMonth()+1);
113: if (mons.length<2) { mons="0"+mons; }
114: var years=""+clock.getYear();
115:
116: if (years>1000) {
117: years=years.substring(2,4);
118: } else {
119: years=years.substring(1,3);
120: }
121: statustop=mons+'/'+days+'/'+years;
122:
123: var secs=""+clock.getSeconds();
124: if (secs.length<2) { secs="0"+secs; }
125: var mins=""+clock.getMinutes();
126: if (mins.length<2) { mins="0"+mins; }
127: var hours=""+clock.getHours();
128: if (hours.length<2) { hours=" "+hours; }
129: statusbot=hours+':'+mins+':'+secs;
1.58 www 130:
1.71 www 131: if (!dislocked) { showdisplay(); }
1.63 www 132: }
1.55 www 133: setTimeout('advanceclock();',1000);
134: }
135:
1.1 www 136: function windowcheck() {
1.45 www 137: if (clientwindow==null || clientwindow.closed) {
138: clientwindow=window.open("http://"+clienthost+"/",'',
139: "height=400,width=440,"+
140: "scrollbars=1,toolbar=1,status=1,resizable=1,location=1,"+
141: "left=190,top=15,screenX=190,screenY=15");
1.1 www 142: }
1.7 www 143: clientwindow.name='loncapaclient';
1.45 www 144: clientwindow.menuwindow=self;
1.77 www 145: extenddispclose();
1.1 www 146: }
147:
1.5 www 148: function logout () {
1.10 www 149: windowcheck();
1.41 www 150:
1.25 harris41 151: if (w_Annotator_flag!=-1 && annotator && !annotator.closed) {
152: annotator.close();
153: }
154: if (w_bmquery_flag!=-1 && bmquery && !bmquery.closed) {
155: bmquery.close();
156: }
157: if (w_BookmarkPal_flag!=-1 && bookmarkpal && !bookmarkpal.closed) {
158: bookmarkpal.close();
159: }
160: if (w_LONcatInfo_flag!=-1 && loncatinfo && !loncatinfo.closed) {
161: loncatinfo.close();
162: }
1.84 www 163: if (autologout) {
164: clientwindow.window.location.href="http://"+clienthost+"/adm/logout";
165: }
1.1 www 166: }
167:
1.23 www 168: function activate () {
1.85 ! www 169: setTimeout('opener.menuloaded=1;',3000);
1.23 www 170: setTimeout('active=1;',2000);
1.55 www 171: advanceclock();
1.23 www 172: }
173:
174: function deactivate () {
175: active=0;
176: }
177:
1.1 www 178: function display(utext,ltext) {
1.58 www 179: this.window.focus();
180: showdisplay(utext,ltext);
181: }
182:
183: function showdisplay(utext,ltext) {
1.23 www 184: var i; var ch;
1.55 www 185: dislocked=1;
1.47 matthew 186: if (utext == null) { utext = '';}
187: if (ltext == null) { ltext = '';}
1.49 matthew 188: if (typeof(utext)!="string") { utext=''; }
189: if (typeof(ltext)!="string") { ltext=''; }
1.31 www 190: if ((utext=='') && (ltext=='')) {
191: utext=statustop;
192: ltext=statusbot;
1.55 www 193: dislocked=0;
1.31 www 194: }
1.23 www 195: if (active) {
1.1 www 196: for (i=0;i<=7;i++) {
197: if (i<utext.length) {
198: ch=utext.charAt(i);
199: if (ch==' ') { ch='space'; }
200: if (ch=='-') { ch='hyphen'; }
1.55 www 201: if (ch==':') { ch='colon'; }
202: if (ch=='/') { ch='slash'; }
1.1 www 203: } else { ch='space'; }
1.73 www 204: this.document['i'+i].src="http://"+clienthost+fontpath+ch+'.gif';
1.1 www 205: }
206: for (i=0;i<=7;i++) {
207: if (i<ltext.length) {
208: ch=ltext.charAt(i);
209: if (ch==' ') { ch='space'; }
210: if (ch=='-') { ch='hyphen'; }
1.55 www 211: if (ch==':') { ch='colon'; }
212: if (ch=='/') { ch='slash'; }
1.1 www 213: } else { ch='space'; }
1.73 www 214: this.document['j'+i].src="http://"+clienthost+fontpath+ch+'.gif';
1.1 www 215: }
1.23 www 216: }
1.1 www 217: }
218:
219: function defdis() {
220: this.window.focus();
1.55 www 221: display();
1.1 www 222: }
223:
1.74 www 224: function switchbutton(row,col,imgsrc,texttop,textbot,action,desc) {
1.31 www 225: var idx=10*row+col;
1.39 www 226: this.document['b'+idx].src="http://"+clienthost+imgpath+imgsrc;
1.31 www 227: hr[idx]=action;
228: dt[idx]=texttop;
229: db[idx]=textbot;
1.74 www 230: ds[idx]=desc;
1.85 ! www 231: for (var k=0;k<document.links.length;k++) {
! 232: if (document.links[k].name=='link'+idx) {
! 233: document.links[k].title=desc;
! 234: }
! 235: }
1.39 www 236: }
1.31 www 237:
238: function clearbut(row,col) {
239: var idx=10*row+col;
1.39 www 240: this.document['b'+idx].src="http://"+clienthost+imgpath+'empty.gif';
1.31 www 241: hr[idx]='javascript:defdis();';
242: dt[idx]='';
243: db[idx]='';
1.74 www 244: ds[idx]='';
1.85 ! www 245: for (var k=0;k<document.links.length;k++) {
! 246: if (document.links[k].name=='link'+idx) {
! 247: document.links[k].title='';
! 248: }
! 249: }
1.31 www 250: }
251:
1.1 www 252: function setstatus(tp,bt) {
1.70 www 253: this.document['led'].src="http://"+clienthost+imgpath+"ledblink.gif";
1.1 www 254: statustop=tp;
255: statusbot=bt;
1.71 www 256: statuslocked=1;
1.1 www 257: defdis();
1.47 matthew 258: }
259:
1.1 www 260: function go(url) {
1.10 www 261: windowcheck();
1.71 www 262: statuslocked=0;
1.81 www 263: this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";
1.53 matthew 264: if (url!='' && url!= null) {
1.47 matthew 265: currentURL = null;
1.68 www 266: currentSymb= null;
1.7 www 267: clientwindow.window.location.href="http://"+clienthost+url;
268: }
269: }
270:
271: function gopost(url,postdata) {
1.10 www 272: windowcheck();
1.71 www 273: statuslocked=0;
274: this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";
1.7 www 275: if (url!='') {
276: this.document.server.action="http://"+clienthost+url;
1.8 www 277: this.document.server.postdata.value=postdata;
1.34 www 278: this.document.server.command.value='';
279: this.document.server.url.value='';
1.68 www 280: this.document.server.symb.value='';
1.34 www 281: this.document.server.submit();
282: }
283: }
284:
285: function gocmd(url,cmd) {
286: windowcheck();
1.71 www 287: statuslocked=0;
288: this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";
1.34 www 289: if (url!='') {
290: this.document.server.action="http://"+clienthost+url;
291: this.document.server.postdata.value='';
292: this.document.server.command.value=cmd;
293: this.document.server.url.value=currentURL;
1.68 www 294: this.document.server.symb.value=currentSymb;
1.7 www 295: this.document.server.submit();
1.1 www 296: }
297: }
298:
1.2 tyszkabe 299: function annotate() {
1.25 harris41 300: w_Annotator_flag=1;
1.11 tyszkabe 301: annotator=window.open('','Annotator','width=365,height=265,scrollbars=0');
1.14 www 302: annotator.document.write(
303: "<html><body onload='Javascript:document.goannotate.submit();'>"
304: +"<form name='goannotate' target='Annotator' method='post' "
305: +"action='/adm/annotations'>"
1.36 www 306: +"<input type='hidden' name='urlnew' value='"+currentURL+"'>"
1.14 www 307: +"</form></body></html>");
308: annotator.document.close();
1.2 tyszkabe 309: }
310:
311: function set_bookmark() {
312: go('');
1.36 www 313: if (currentStale) {
314: clienttitle="Enter Title";
315: clienthref=currentURL;
316: } else {
317: clienttitle=clientwindow.document.title;
318: clienthref=clientwindow.location.pathname;
319: }
1.25 harris41 320: w_bmquery_flag=1;
1.24 tyszkabe 321: bmquery=window.open('','bmquery','width=365,height=165,scrollbars=0');
322: bmquery.document.write(
323: "<html><body bgcolor='bbbbbb'><center><form method='post'"
324: +" name='newlink' action='/adm/bookmarks' target='bmquery' "
325: +">\n <table width=340 height=150 "
326: +"bgcolor='ffffff' align=center><tr><td>Link Name:<br><input "
327: +"type='text' name='title' size=45 value='"+clienttitle+"'>"
328: +"<br>Address:<br><input type='text' name='address' size='45' "
329: +"value='"+clienthref+"'><br><center><input type='submit' "
330: +"value='Save'> <input type='button' value='Close (no save)' "
331: +"onclick='javascript:window.close();'></center></td>"
332: +"</tr></table></form></center></body></html>");
333: bmquery.document.close();
1.2 tyszkabe 334: }
335:
1.77 www 336: function extenddispclose() {
337: if (w_extdisp_flag>0) {
338: if (extdisp!=null && !extdisp.closed) {
339: extdisp.close();
340: }
341: w_extdisp_flag=-1;
342: }
343: }
344:
1.75 www 345: function extenddisp() {
1.74 www 346: go('');
1.77 www 347: w_extdisp_flag=1;
1.74 www 348: extdisp=window.open("http://"+clienthost+"/adm/rat/empty.html",
1.82 albertel 349: "ExtDisp", "scrollbars=1,width=400,height=450");
1.74 www 350: extdisp.document.clear();
351: extdisp.document.writeln(
1.78 www 352: '<html><body bgcolor="#666666" text="#DDDDDD" link="#EEEEEE" '+
1.77 www 353: 'onUnload="opener.w_extdisp_flag=-1;">'+
1.74 www 354: '<h2>LON-CAPA Extended Display Remote Control</h2>'+
355: '<script>var currentURL="'+currentURL+'";self.focus();</script>'+
1.76 www 356: '<table border="2"><tr><th>Select Functionality from Below</th>'+
357: '<th>Description</th></tr>');
1.74 www 358: for (var i=0; i<=ds.length; i++) {
359: if (typeof(ds[i])!='undefined') {
360: if (ds[i]!='') {
361: extdisp.document.writeln(
1.78 www 362: '<tr><td align="center"><a href="javascript:opener.'+
363: hr[i]+';">>>><img align="absmiddle" border="0" src="'+
364: this.document['b'+i].src+'" /><<<</a><br /> <br />'+
1.74 www 365: '<table hspace="0" border="0" cellspacing="1" cellpadding="0"><tr>');
366: for (var j=0;j<=7;j++) {
367: if (j<dt[i].length) {
368: ch=dt[i].charAt(j);
369: if (ch==' ') { ch='space'; }
370: if (ch=='-') { ch='hyphen'; }
371: if (ch==':') { ch='colon'; }
372: if (ch=='/') { ch='slash'; }
373: } else { ch='space'; }
374: extdisp.document.writeln('<td><img border="0" src="http://'
375: +clienthost+fontpath+ch+'.gif" /></td>');
376: }
377: extdisp.document.writeln('</tr><tr>');
378: for (var j=0;j<=7;j++) {
379: if (j<db[i].length) {
380: ch=db[i].charAt(j);
381: if (ch==' ') { ch='space'; }
382: if (ch=='-') { ch='hyphen'; }
383: if (ch==':') { ch='colon'; }
384: if (ch=='/') { ch='slash'; }
385: } else { ch='space'; }
386: extdisp.document.writeln('<td><img border="0" src="http://'
387: +clienthost+fontpath+ch+'.gif" /></td>');
388: }
389: extdisp.document.writeln(
390: '</tr></table></td><td>'+ds[i]+'</td></tr>');
391: }
392: }
393: }
394: extdisp.document.writeln('</table></body></html>');
395: extdisp.document.close();
396: }
1.2 tyszkabe 397: function edit_bookmarks() {
398: go('');
1.25 harris41 399: w_BookmarkPal_flag=1;
400: bookmarkpal=window.open("http://"+clienthost+"/adm/bookmarks",
1.6 www 401: "BookmarkPal", "width=400,height=505,scrollbars=0");
1.2 tyszkabe 402: }
403:
1.14 www 404: function catalog_info() {
405: go('');
1.25 harris41 406: w_LONcatInfo_flag=1;
1.67 bowersj2 407: loncatinfo=window.open(clientwindow.window.location.pathname+'.meta',"LONcatInfo");
1.14 www 408: }
1.22 harris41 409: // -->
1.1 www 410: </script>
411: <center>
1.54 matthew 412: <table hspace="0" border="0" cellspacing="0" cellpadding="0">
1.1 www 413: <tr><td>
414: <a href="javascript:defdis();"
415: onMouseOver="defdis();"
1.80 albertel 416: ><img border="0" width="80" height="50" src="title.gif" /></a>
1.1 www 417: </td><td>
1.80 albertel 418: <img border="0" width="50" height="50" name="led" src="ledoff.gif" />
1.1 www 419: </td></tr>
420: </table>
1.54 matthew 421: </center>
422:
423: <center>
1.75 www 424: <a href="javascript:extenddisp();"
1.54 matthew 425: onMouseOver="defdis();"
1.74 www 426: ><img width="104" height="10" border="0" src="spacer.gif" /></a>
1.54 matthew 427: </center>
428:
429: <center>
430: <table hspace="1" border="0" cellspacing="0" cellpadding="1">
1.1 www 431: <tr><td bgcolor="#666666">
1.54 matthew 432: <table hspace="0" border="0" cellspacing="1" cellpadding="0">
1.1 www 433: <tr>
1.66 www 434: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="i0" width="15" height="19" src="/adm/lonLCDfont/l.gif" /></a></td>
435: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="i1" width="15" height="19" src="/adm/lonLCDfont/o.gif" /></a></td>
436: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="i2" width="15" height="19" src="/adm/lonLCDfont/n.gif" /></a></td>
1.80 albertel 437: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="i3" width="15" height="19" src="/adm/lonLCDfont/hyphen.gif" /></a></td>
1.66 www 438: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="i4" width="15" height="19" src="/adm/lonLCDfont/c.gif" /></a></td>
439: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="i5" width="15" height="19" src="/adm/lonLCDfont/a.gif" /></a></td>
440: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="i6" width="15" height="19" src="/adm/lonLCDfont/p.gif" /></a></td>
441: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="i7" width="15" height="19" src="/adm/lonLCDfont/a.gif" /></a></td>
1.62 www 442: </tr>
443: <tr>
1.66 www 444: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="j0" width="15" height="19" src="/adm/lonLCDfont/space.gif" /></a></td>
445: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="j1" width="15" height="19" src="/adm/lonLCDfont/space.gif" /></a></td>
446: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="j2" width="15" height="19" src="/adm/lonLCDfont/space.gif" /></a></td>
447: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="j3" width="15" height="19" src="/adm/lonLCDfont/space.gif" /></a></td>
448: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="j4" width="15" height="19" src="/adm/lonLCDfont/space.gif" /></a></td>
449: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="j5" width="15" height="19" src="/adm/lonLCDfont/space.gif" /></a></td>
450: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="j6" width="15" height="19" src="/adm/lonLCDfont/space.gif" /></a></td>
451: <td><a href="javascript:defdis();" onMouseOver="defdis();"><img border="0" name="j7" width="15" height="19" src="/adm/lonLCDfont/space.gif" /></a></td>
1.1 www 452: </tr>
453: </table>
1.54 matthew 454: </td></tr>
455: </table>
456: </center>
1.1 www 457:
1.54 matthew 458: <center>
459: <table hspace="0" border="0" cellspacing="0" cellpadding="0">
1.31 www 460:
461: <tr>
1.83 www 462: <td colspan="2"><a name="link11" href="javascript:eval(hr[11]);" onMouseOver="display(dt[11],db[11]);"><img width="86" height="20" border="0" name="b11" src="dempty.gif" /></a></td>
463: <td><a name="link12" href="javascript:eval(hr[12]);" onMouseOver="display(dt[12],db[12]);"><img width="43" height="20" border="0" name="b12" src="empty.gif" /></a></td>
1.31 www 464: </tr>
465:
466: <tr>
1.83 www 467: <td rowspan="2"><a name="link21" href="javascript:eval(hr[21]);" onMouseOver="display(dt[21],db[21]);"><img width="43" height="40" border="0" name="b21" src="qempty.gif" /></a></td>
468: <td><a name="link22" href="javascript:eval(hr[22]);" onMouseOver="display(dt[22],db[22]);"><img width="43" height="20" border="0" name="b22" src="empty.gif" /></a></td>
469: <td rowspan="2"><a name="link23" href="javascript:eval(hr[23]);" onMouseOver="display(dt[23],db[23]);"><img width="43" height="40" border="0" name="b23" src="qempty.gif" /></a></td>
1.31 www 470: </tr>
471:
472: <tr>
1.83 www 473: <td><a name="link31" href="javascript:eval(hr[31]);" onMouseOver="display(dt[31],db[31]);"><img width="43" height="20" border="0" name="b31" src="empty.gif" /></a></td>
1.31 www 474: </tr>
475:
476: <tr>
1.83 www 477: <td><a name="link41" href="javascript:eval(hr[41]);" onMouseOver="display(dt[41],db[41]);"><img width="43" height="20" border="0" name="b41" src="empty.gif" /></a></td>
478: <td><a name="link42" href="javascript:eval(hr[42]);" onMouseOver="display(dt[42],db[42]);"><img width="43" height="20" border="0" name="b42" src="empty.gif" /></a></td>
479: <td><a name="link43" href="javascript:eval(hr[43]);" onMouseOver="display(dt[43],db[43]);"><img width="43" height="20" border="0" name="b43" src="empty.gif" /></a></td>
1.31 www 480: </tr>
481:
482: <tr>
1.83 www 483: <td><a name="link51" href="javascript:eval(hr[51]);" onMouseOver="display(dt[51],db[51]);"><img width="43" height="20" border="0" name="b51" src="empty.gif" /></a></td>
484: <td><a name="link52" href="javascript:eval(hr[52]);" onMouseOver="display(dt[52],db[52]);"><img width="43" height="20" border="0" name="b52" src="empty.gif" /></a></td>
485: <td><a name="link53" href="javascript:eval(hr[53]);" onMouseOver="display(dt[53],db[53]);"><img width="43" height="20" border="0" name="b53" src="empty.gif" /></a></td>
1.31 www 486: </tr>
487:
488: <tr>
1.83 www 489: <td><a name="link61" href="javascript:eval(hr[61]);" onMouseOver="display(dt[61],db[61]);"><img width="43" height="20" border="0" name="b61" src="empty.gif" /></a></td>
490: <td><a name="link62" href="javascript:eval(hr[62]);" onMouseOver="display(dt[62],db[62]);"><img width="43" height="20" border="0" name="b62" src="empty.gif" /></a></td>
491: <td><a name="link63" href="javascript:eval(hr[63]);" onMouseOver="display(dt[63],db[63]);"><img width="43" height="20" border="0" name="b63" src="empty.gif" /></a></td>
1.31 www 492: </tr>
493:
494: <tr>
1.83 www 495: <td><a name="link71" href="javascript:eval(hr[71]);" onMouseOver="display(dt[71],db[71]);"><img width="43" height="20" border="0" name="b71" src="empty.gif" /></a></td>
496: <td><a name="link72" href="javascript:eval(hr[72]);" onMouseOver="display(dt[72],db[72]);"><img width="43" height="20" border="0" name="b72" src="empty.gif" /></a></td>
497: <td><a name="link73" href="javascript:eval(hr[73]);" onMouseOver="display(dt[73],db[73]);"><img width="43" height="20" border="0" name="b73" src="empty.gif" /></a></td>
1.31 www 498: </tr>
499:
500: <tr>
1.83 www 501: <td><a name="link81" href="javascript:eval(hr[81]);" onMouseOver="display(dt[81],db[81]);"><img width="43" height="20" border="0" name="b81" src="empty.gif" /></a></td>
502: <td><a name="link82" href="javascript:eval(hr[82]);" onMouseOver="display(dt[82],db[82]);"><img width="43" height="20" border="0" name="b82" src="empty.gif" /></a></td>
503: <td><a name="link83" href="javascript:eval(hr[83]);" onMouseOver="display(dt[83],db[83]);"><img width="43" height="20" border="0" name="b83" src="empty.gif" /></a></td>
1.31 www 504: </tr>
1.1 www 505:
1.31 www 506: <tr>
1.83 www 507: <td><a name="link91" href="javascript:eval(hr[91]);" onMouseOver="display(dt[91],db[91]);"><img width="43" height="20" border="0" name="b91" src="empty.gif" /></a></td>
508: <td><a name="link92" href="javascript:eval(hr[92]);" onMouseOver="display(dt[92],db[92]);"><img width="43" height="20" border="0" name="b92" src="empty.gif" /></a></td>
509: <td><a name="link93" href="javascript:eval(hr[93]);" onMouseOver="display(dt[93],db[93]);"><img width="43" height="20" border="0" name="b93" src="empty.gif" /></a></td>
1.35 www 510: </tr>
511:
512: <tr>
1.83 www 513: <td><a name="link101" href="javascript:eval(hr[101]);" onMouseOver="display(dt[101],db[101]);"><img width="43" height="20" border="0" name="b101" src="empty.gif" /></a></td>
514: <td><a name="link102" href="javascript:eval(hr[102]);" onMouseOver="display(dt[102],db[102]);"><img width="43" height="20" border="0" name="b102" src="empty.gif" /></a></td>
515: <td><a name="link103" href="javascript:eval(hr[103]);" onMouseOver="display(dt[103],db[103]);"><img width="43" height="20" border="0" name="b103" src="empty.gif" /></a></td>
1.31 www 516: </tr>
1.1 www 517:
1.62 www 518: <tr>
1.83 www 519: <td><a name="link111" href="javascript:eval(hr[111]);" onMouseOver="display(dt[111],db[111]);"><img width="43" height="20" border="0" name="b111" src="empty.gif" /></a></td>
520: <td><a name="link112" href="javascript:eval(hr[112]);" onMouseOver="display(dt[112],db[112]);"><img width="43" height="20" border="0" name="b112" src="empty.gif" /></a></td>
521: <td><a name="link113" href="javascript:eval(hr[113]);" onMouseOver="display(dt[113],db[113]);"><img width="43" height="20" border="0" name="b113" src="empty.gif" /></a></td>
1.62 www 522: </tr>
523:
1.31 www 524: </table>
1.54 matthew 525: </center>
1.1 www 526:
1.54 matthew 527: <form name="server" action="/adm/logout" method="post" target="loncapaclient">
528: <input type="hidden" name="postdata" value="none" />
1.34 www 529: <input type="hidden" name="command" value="none" />
530: <input type="hidden" name="url" value="none" />
1.68 www 531: <input type="hidden" name="symb" value="none" />
1.54 matthew 532: </form>
1.62 www 533: </font>
1.1 www 534: </body>
1.20 www 535: </html>
1.42 matthew 536:
537:
538:
539:
540:
541:
542:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>