moderation table management tests
[brisk.git] / web / moderation.php
index 482d4ea..cddc0d8 100644 (file)
@@ -6,13 +6,24 @@ window.is_loaded = false;
 window.onload = function() {
     window.is_loaded = true;     
 }
+
+window.onbeforeunload = function() {
+    if (typeof(window.anc) != 'undefined') {
+        window.anc.onunload();
+    }
+}
 // -->
 </script>
+<link rel="stylesheet" type="text/css" href="moderation.css">
 </head>
 <body>
 <?php
   // sleep(10);
 ?>
-<div id="mainbody"/>
+<div id="mainbody">
+    <div class="moder_tabanc">
+        <table id="moder_tab"></table>
+    </div>
+</div>
 </body>
 </html>