]> git.sesse.net Git - pr0n/blob - templates/default/fullscreen-footer
Add a note in the footer what's generated and what's not.
[pr0n] / templates / default / fullscreen-footer
1 ];
2
3 // the following code snippet is generated by the server
4 var global_vhost = "%VHOST%";
5 var global_evt = "%EVENT%";
6 var global_return_url = "%RETURNURL%";
7 var global_image_num = %START%;
8 var global_select = %SEL%;
9 // end generated
10
11 //-->
12     </script>
13     <script type="text/JavaScript" src="/pr0n-fullscreen.js"></script>
14   </head>
15   <body onresize="relayout();" onload="init_ajax(); relayout();" onkeydown="key_down(event.which);" onkeyup="key_up(event.which);">
16     <div class="container" id="main"></div>
17     <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); }" />
18     <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); }" />
19     <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);" />
20   </body>
21 </html>
22