Changeset 540
- Timestamp:
- 11/08/10 02:01:01 (19 months ago)
- Location:
- branches/nightwing-backfire/nightwing/www/cgi-bin
- Files:
-
- 2 modified
-
nw_config/header_html (modified) (1 diff)
-
resetUsersSelected.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/nightwing-backfire/nightwing/www/cgi-bin/nw_config/header_html
r535 r540 15 15 Nifty("div#box","big"); 16 16 } 17 function delayed(){ 18 window.location = "/cgi-bin/nw_config/nw_conf_web.html" 19 window.location.replace(); 20 } 17 21 </script> 18 22 </head> 19 <body >23 <body onLoad="setTimeout('delayed()',5000)"> 20 24 <div id="menu"> 21 25 <ul id="nav"> -
branches/nightwing-backfire/nightwing/www/cgi-bin/resetUsersSelected.cgi
r535 r540 22 22 Nifty("div#box","big"); 23 23 } 24 function delayer(){ 25 window.location = "/cgi-bin/clientOnLine.html" 26 window.location.replace(); 27 } 24 28 </script> 25 29 </head> 26 <body >30 <body onLoad="setTimeout('delayer()',5000)"> 27 31 <div id="menu"> 28 32 <ul id="nav">