Reworked the summary page to flow through the main header/footer logic. NOTE: you...
[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   alert('you have an important message');
10   setTimeout('hide_imsg_popup()', 5000);
11 </script>
12 <?!("X", 1)>
13
14 <noscript><div id="noscript_warning">
15         <?_("WARNING: You have JavaScript disabled in your web browser.  Many functions of this system will not work properly.")>
16         </div></noscript>
17         <script type="text/javascript">
18                 <?TRAILING_JAVASCRIPT>
19                 if ( $("room_banner_override") && $("room_banner") ) {
20                         $("room_banner").innerHTML = $("room_banner_override").innerHTML;
21                 }
22         </script>
23 </body>
24 </html>