]> code.citadel.org Git - citadel.git/blob - webcit/static/t/trailing.html
all ImportantMessage deliveries are now done through trailing.html
[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"><?TRAILING_JAVASCRIPT></script>
18 </body>
19 </html>