]> git.sesse.net Git - pr0n/blob - templates/default/fullscreen-footer
Make the IE hack only kick in for IE older than IE7. This makes the new box
[pr0n] / templates / default / fullscreen-footer
1 ];
2 var global_vhost = "%VHOST%";
3 var global_infobox = "%INFOBOX%";
4 var global_return_url = "%RETURNURL%";
5 var global_image_num = parse_image_num(window.location, %START%);
6 var global_select = %SEL%;
7 // end generated
8     </script>
9   </head>
10   <body onresize="relayout();" onload="init_ajax(); relayout();" onkeydown="key_down(event.keyCode);" onkeyup="key_up(event.keyCode);">
11     <div>
12       <div class="container" id="main"><div id="iehack"></div></div>
13       <img id="previous" src="/previous.png" alt="&lt;-" onmousedown="if (can_go_previous()) set_opacity('previous', 1.0)" onmouseup="if (can_go_previous()) { set_opacity('previous', 0.7); go_previous(); }" onmouseout="if (can_go_previous()) { set_opacity('previous', 0.7); }" />
14       <img id="next" src="/next.png" alt="-&gt;" onmousedown="if (can_go_next()) set_opacity('next', 1.0)" onmouseup="if (can_go_next()) { set_opacity('next', 0.7); go_next(); }" onmouseout="if (can_go_next()) { set_opacity('next', 0.7); }" />
15       <img id="close" src="/close.png" alt="x" onmousedown="set_opacity('close', 1.0)" onmouseup="set_opacity('close', 0.7); do_close();" onmouseout="set_opacity('close', 0.7);" />
16     </div>
17   </body>
18 </html>
19