Skip to content

Commit

Permalink
Disabled the timeout wwwoption; added script to the inserttag_inhead …
Browse files Browse the repository at this point in the history
…wwwoption that would accomplish the timeout
  • Loading branch information
unknown committed Jul 29, 2010
1 parent 45e1573 commit 20224ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wwwoptions
Expand Up @@ -55,7 +55,7 @@ ICON_CLEAR_FORM=<div onmousedown="this.className='pressedState';" onmouseout="th
ICON_DELETE_SELECTED=<div onmousedown="this.className='pressedState';" onmouseout="this.className='';" onmouseup="this.className='';"><div class="buttonSpriteDiv"><span class="buttonSpriteSpan1"><span class="buttonSpriteSpan2">Delete Selected</span></span></div></div>
ICON_SELECT_ALL=<div onmousedown="this.className='pressedState';" onmouseout="this.className='';" onmouseup="this.className='';"><div class="buttonSpriteDiv"><span class="buttonSpriteSpan1"><span class="buttonSpriteSpan2">Save All</span></span></div></div>
#RESOURCETABLE=valign="top"|cellpadding="0" cellspacing="0" border="0"||Resources
INSERTTAG_INHEAD=<meta http-equiv="X-UA-Compatible" content="IE=8;FF=3;OtherUA=4"><meta http-equiv="Content-type" content="text/html;charset=UTF-8" ><link rel="stylesheet" type="text/css" href="/screens/styles_print.css" media="print"><script type="text/javascript" src="/screens/bibdisplay.js"></script>
INSERTTAG_INHEAD=<meta http-equiv="X-UA-Compatible" content="IE=8;FF=3;OtherUA=4"><meta http-equiv="Content-type" content="text/html;charset=UTF-8" ><link rel="stylesheet" type="text/css" href="/screens/styles_print.css" media="print"><script type="text/javascript" src="/screens/bibdisplay.js"></script><script type="text/javascript">function delayedRedirect(){window.location = "/"}window.onload = setTimeout(delayedRedirect,120000)</script>
INSERTTAG_HTML=<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en">
RIGHT_CELL_WIDTH=18|25
#SSLPORT=80:443|2082:444
Expand All @@ -64,7 +64,7 @@ STARTOVER=/search
STATGROUP=login
STYLESHEET=/screens/styles.css
SUPPRESS_OPTION=STARTOVER,ANOTHER,NEWSRCH,MYLISTS_RECORD,MYLISTSRECORD
TIMEOUT=600;URL=/
#TIMEOUT=600;URL=/
TOPLOGO=@screens/toplogo.html
UPDATECIRC=true
XSTARTOVER=/search
Expand Down

0 comments on commit 20224ea

Please sign in to comment.