version 1.40, 2001/11/29 19:26:25
|
version 1.44, 2002/03/18 14:25:49
|
Line 48 Jan Guy Albertelli
|
Line 48 Jan Guy Albertelli
|
|
|
|
|
<body bgcolor="#BBBBBB" |
<body bgcolor="#BBBBBB" |
background="remotebg.gif" |
background="remotebg.gif"> |
onUnload="logout();"> |
|
<basefont size="1" /> |
<basefont size="1" /> |
|
|
<script type="text/javascript"> |
<script type="text/javascript"> |
<!-- |
<!-- |
statustop=''; |
var statustop = ''; |
statusbot=''; |
var statusbot = ''; |
active=0; |
var active = 0; |
|
|
imgpath='/res/adm/pages/'; |
var imgpath='/res/adm/pages/'; |
|
|
var currentURL=''; |
var currentURL=''; |
var currentStale=1; |
var currentStale=1; |
Line 80 var w_LONcatInfo_flag=-1;
|
Line 79 var w_LONcatInfo_flag=-1;
|
// -1 means never yet opened/defined |
// -1 means never yet opened/defined |
/////////////////////////////////////// |
/////////////////////////////////////// |
|
|
hr=new Array; |
var hr = new Array; |
db=new Array; |
var db = new Array; |
dt=new Array; |
var dt = new Array; |
|
|
|
for (var i=1;i<=3;i++) { |
|
for (var j=1;j<=10;j++) { |
|
var index = 10*j+i; |
|
hr[index]=null; |
|
db[index]=null; |
|
dt[index]=null; |
|
} |
|
} |
|
|
clienthost=window.location.host; |
var clienthost=window.location.host; |
clientwindow=opener; |
var clientwindow=opener; |
|
|
function windowcheck() { |
function windowcheck() { |
if (clientwindow.closed) { |
if (clientwindow.closed) { |
Line 96 function windowcheck() {
|
Line 104 function windowcheck() {
|
|
|
function logout () { |
function logout () { |
windowcheck(); |
windowcheck(); |
if (clientwindow.status!='MenuControl:nologout') |
|
{ |
|
if (w_Annotator_flag!=-1 && annotator && !annotator.closed) { |
if (w_Annotator_flag!=-1 && annotator && !annotator.closed) { |
annotator.close(); |
annotator.close(); |
} |
} |
Line 111 function logout () {
|
Line 118 function logout () {
|
loncatinfo.close(); |
loncatinfo.close(); |
} |
} |
clientwindow.window.location.href="http://"+clienthost+"/adm/logout"; |
clientwindow.window.location.href="http://"+clienthost+"/adm/logout"; |
} |
|
} |
} |
|
|
function activate () { |
function activate () { |
Line 359 function catalog_info() {
|
Line 366 function catalog_info() {
|
|
|
<tr> |
<tr> |
<td><a href="javascript:eval(hr[101]);" onMouseOver="display(dt[101],db[101]);"><img border="0" name="b101" src="empty.gif"></img></a></td> |
<td><a href="javascript:eval(hr[101]);" onMouseOver="display(dt[101],db[101]);"><img border="0" name="b101" src="empty.gif"></img></a></td> |
<td colspan="2"><a href="javascript:eval(hr[102]);" onMouseOver="display(dt[102],db[102]);"><img border="0" name="b102" src="dempty.gif"></img></a></td> |
<td><a href="javascript:eval(hr[102]);" onMouseOver="display(dt[102],db[102]);"><img border="0" name="b102" src="empty.gif"></img></a></td> |
|
<td><a href="javascript:eval(hr[103]);" onMouseOver="display(dt[103],db[103]);"><img border="0" name="b103" src="empty.gif"></img></a></td> |
</tr> |
</tr> |
|
|
</table> |
</table> |
Line 380 activate();
|
Line 388 activate();
|
</script> |
</script> |
</body> |
</body> |
</html> |
</html> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|