[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages menu.html
www
lon-capa-cvs@mail.lon-capa.org
Wed, 13 Nov 2002 18:22:55 -0000
www Wed Nov 13 13:22:55 2002 EDT
Modified files:
/loncom/html/res/adm/pages menu.html
Log:
People did not realize that they could click on the buttons in the Extended
Remote.
Index: loncom/html/res/adm/pages/menu.html
diff -u loncom/html/res/adm/pages/menu.html:1.77 loncom/html/res/adm/pages/menu.html:1.78
--- loncom/html/res/adm/pages/menu.html:1.77 Wed Nov 13 11:55:29 2002
+++ loncom/html/res/adm/pages/menu.html Wed Nov 13 13:22:55 2002
@@ -4,7 +4,7 @@
Remote Control
//
-// $Id: menu.html,v 1.77 2002/11/13 16:55:29 www Exp $
+// $Id: menu.html,v 1.78 2002/11/13 18:22:55 www Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -371,7 +371,7 @@
"ExtDisp", "width=400,height=450");
extdisp.document.clear();
extdisp.document.writeln(
- '<html><body bgcolor="#666666" text="#DDDDDD" link="#666666" '+
+ '<html><body bgcolor="#666666" text="#DDDDDD" link="#EEEEEE" '+
'onUnload="opener.w_extdisp_flag=-1;">'+
'<h2>LON-CAPA Extended Display Remote Control</h2>'+
'<script>var currentURL="'+currentURL+'";self.focus();</script>'+
@@ -381,9 +381,9 @@
if (typeof(ds[i])!='undefined') {
if (ds[i]!='') {
extdisp.document.writeln(
- '<tr><td><a href="javascript:opener.'+
- hr[i]+';"><img border="0" src="'+
- this.document['b'+i].src+'" /></a><br />'+
+ '<tr><td align="center"><a href="javascript:opener.'+
+ hr[i]+';">>>><img align="absmiddle" border="0" src="'+
+ this.document['b'+i].src+'" /><<<</a><br /> <br />'+
'<table hspace="0" border="0" cellspacing="1" cellpadding="0"><tr>');
for (var j=0;j<=7;j++) {
if (j<dt[i].length) {