Important message: remove debug blurb
[citadel.git] / webcit / static / t / trailing.html
index cf89837663dd507b3262a1fc468ce54edf7d06c2..e7ffa97049f451a394ca0dbd3aa64c6c50c5727d 100644 (file)
@@ -1,11 +1,27 @@
 <!-- start trailing.html -->
+<div id="important_message"
+<??("COND:IMPMSG", 1)>
+style="visibility: hidden;"
+<?!("X", 1)>
+>
+<span class="imsg">
+<?IMPORTANTMESSAGE>
+</span><br>
+</div>
+<?!("COND:IMPMSG", 2)>
 <script type="text/javascript">
- Rounded("div.box", "big transparent top bottom");
- Rounded("form.box", "big transparent top bottom");
- Rounded("div.boxlabel", "big transparent top");
- Rounded("li.tablabel", "small transparent top");
- Rounded("div.tabcontent_submit", "big transparent bottom");
- Rounded("div.tabcontent", "big transparent bottom");
+  setTimeout('hide_imsg_popup()', 5000);
 </script>
+<?!("X", 2)>
+
+<noscript><div id="noscript_warning">
+       <?_("WARNING: You have JavaScript disabled in your web browser.  Many functions of this system will not work properly.")>
+       </div></noscript>
+       <script type="text/javascript">
+               <?TRAILING_JAVASCRIPT>
+               if ( $("room_banner_override") && $("room_banner") ) {
+                       $("room_banner").innerHTML = $("room_banner_override").innerHTML;
+               }
+       </script>
 </body>
 </html>