]> git.sesse.net Git - pr0n/blob - templates/default/fullscreen-footer
Fix a few validation errors.
[pr0n] / templates / default / fullscreen-footer
1 ];
2 var global_vhost = "%VHOST%";
3 var global_evt = "%EVENT%";
4 var global_image_num = %START%;
5 //-->
6     </script>
7     <script type="text/JavaScript" src="/pr0n-fullscreen.js"></script>
8   </head>
9   <body onresize="relayout();" onload="relayout();" onkeydown="key_down(event.which);" onkeyup="key_up(event.which);">
10     <div class="container" id="main"></div>
11     <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); }" />
12     <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); }" />
13   </body>
14 </html>
15