moderation table management tests
[brisk.git] / web / moderation.php
1 <html>
2 <head>
3 <title>Moderation</title>
4 <script type="text/javascript"><!--
5 window.is_loaded = false;
6 window.onload = function() {
7     window.is_loaded = true;     
8 }
9
10 window.onbeforeunload = function() {
11     if (typeof(window.anc) != 'undefined') {
12         window.anc.onunload();
13     }
14 }
15 // -->
16 </script>
17 <link rel="stylesheet" type="text/css" href="moderation.css">
18 </head>
19 <body>
20 <?php
21   // sleep(10);
22 ?>
23 <div id="mainbody">
24     <div class="moder_tabanc">
25         <table id="moder_tab"></table>
26     </div>
27 </div>
28 </body>
29 </html>