version 1.125, 2009/02/13 20:20:26
|
version 1.130, 2012/08/04 16:37:49
|
Line 39 Remote Control
|
Line 39 Remote Control
|
onUnload="collapse();" |
onUnload="collapse();" |
onLoad="activate();" |
onLoad="activate();" |
style="{background-repeat: no-repeat;}" |
style="{background-repeat: no-repeat;}" |
> |
id="LC_remote"> |
<script type="text/javascript"> |
<script type="text/javascript"> |
//<!-- |
//<!-- |
var statustop = ''; |
var statustop = ''; |
Line 203 function defdis() {
|
Line 203 function defdis() {
|
} |
} |
|
|
function switchbutton(row,col,imgsrc,texttop,textbot,action,desc) { |
function switchbutton(row,col,imgsrc,texttop,textbot,action,desc) { |
var idx=10*row+col; |
var idx=10*row+col; |
this.document['b'+idx].src=imgpath+imgsrc; |
if (typeof(this.document['b'+idx]) == 'object') { |
hr[idx]=action; |
this.document['b'+idx].src=imgpath+imgsrc; |
dt[idx]=texttop; |
hr[idx]=action; |
db[idx]=textbot; |
dt[idx]=texttop; |
ds[idx]=desc; |
db[idx]=textbot; |
for (var k=0;k<document.links.length;k++) { |
ds[idx]=desc; |
if (document.links[k].name=='link'+idx) { |
for (var k=0;k<document.links.length;k++) { |
document.links[k].title=desc; |
if (document.links[k].name=='link'+idx) { |
} |
document.links[k].title=desc; |
} |
} |
} |
} |
|
} |
|
} |
|
|
function clearbut(row,col) { |
function clearbut(row,col) { |
var idx=10*row+col; |
var idx=10*row+col; |
Line 324 function annotate() {
|
Line 326 function annotate() {
|
annotator.document.close(); |
annotator.document.close(); |
} |
} |
|
|
function set_bookmark() { |
function set_wishlistlink() { |
go(''); |
go(''); |
if (currentStale) { |
var title; |
clienttitle="Enter Title"; |
var path; |
clienthref=currentURL; |
if (currentStale) { |
} else { |
title="Enter Title"; |
clienttitle=clientwindow.document.title; |
path=currentURL; |
clienthref=clientwindow.location.pathname; |
} else { |
} |
title=clientwindow.document.title; |
w_bmquery_flag=1; |
path=clientwindow.location.pathname; |
bmquery=window.open('','bmquery','width=365,height=165,scrollbars=0'); |
} |
bmquery.document.write( |
Win = window.open('/adm/wishlist?mode=newLink&setTitle='+title+'&setPath='+path, |
"<html><body bgcolor='bbbbbb'><center><form method='post'" |
'wishlistNewLink','width=560,height=350,scrollbars=0'); |
+" name='newlink' action='/adm/bookmarks' target='bmquery' " |
|
+">\n <table width=340 height=150 " |
|
+"bgcolor='ffffff' align=center><tr><td>Link Name:<br /><input " |
|
+"type='text' name='title' size=45 value='"+clienttitle+"'>" |
|
+"<br />Address:<br /><input type='text' name='address' size='45' " |
|
+"value='"+clienthref+"' /><br /><center><input type='submit' " |
|
+"value='Save' /> <input type='button' value='Close' " |
|
+"onclick='javascript:window.close();' /><\/center><\/td>" |
|
+"<\/tr><\/table><\/form><\/center><\/body><\/html>"); |
|
bmquery.document.close(); |
|
} |
} |
|
|
function extenddispclose() { |
function extenddispclose() { |
Line 639 function showdisplay(utext,ltext) {
|
Line 631 function showdisplay(utext,ltext) {
|
<td><a name="link122" href="javascript:eval(hr[122]);" onmouseover="display(dt[122],db[122]);"><img width="43" height="20" border="0" name="b122" src="empty.gif" /></a></td> |
<td><a name="link122" href="javascript:eval(hr[122]);" onmouseover="display(dt[122],db[122]);"><img width="43" height="20" border="0" name="b122" src="empty.gif" /></a></td> |
<td><a name="link123" href="javascript:eval(hr[123]);" onmouseover="display(dt[123],db[123]);"><img width="43" height="20" border="0" name="b123" src="empty.gif" /></a></td></tr> |
<td><a name="link123" href="javascript:eval(hr[123]);" onmouseover="display(dt[123],db[123]);"><img width="43" height="20" border="0" name="b123" src="empty.gif" /></a></td></tr> |
|
|
|
<tr> |
|
<td><a name="link131" href="javascript:eval(hr[131]);" onmouseover="display(dt[131],db[131]);"><img width="43" height="20" border="0" name="b131" src="empty.gif" /></a></td> |
|
<td><a name="link132" href="javascript:eval(hr[132]);" onmouseover="display(dt[132],db[132]);"><img width="43" height="20" border="0" name="b132" src="empty.gif" /></a></td> |
|
<td><a name="link133" href="javascript:eval(hr[133]);" onmouseover="display(dt[133],db[133]);"><img width="43" height="20" border="0" name="b133" src="empty.gif" /></a></td></tr> |
|
|
</table> |
</table> |
</center> |
</center> |
|
|