Removed the 'room=' parameter from the wiki view. This functionality is provided...
[citadel.git] / webcit / static / t / trailing.html
1 <!-- start trailing.html -->
2 <?!("COND:IMPMSG", 1)>
3 <div id="important_message">
4 <span class="imsg">
5 <?IMPORTANTMESSAGE>
6 </span><br>
7 </div>
8 <script type="text/javascript">
9   setTimeout('hide_imsg_popup()', 5000);
10 </script>
11 <?!("X", 1)>
12
13 <noscript><div id="noscript_warning">
14         <?_("WARNING: You have JavaScript disabled in your web browser.  Many functions of this system will not work properly.")>
15         </div></noscript>
16         <script type="text/javascript">
17                 <?TRAILING_JAVASCRIPT>
18                 if ( $("room_banner_override") && $("room_banner") ) {
19                         $("room_banner").innerHTML = $("room_banner_override").innerHTML;
20                 }
21         </script>
22 </body>
23 </html>