File: important_msg.html

package info (click to toggle)
webcit 7.83-dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,644 kB
  • ctags: 3,132
  • sloc: ansic: 31,479; sh: 4,259; makefile: 355; xml: 90; sed: 9
file content (10 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<?!("COND:IMPMSG", 1)>
<div id="important_message">
<span class="imsg">
<?IMPORTANTMESSAGE>
</span><br />
</div>
<script type="text/javascript">
  setTimeout('hide_imsg_popup()', 5000);
</script>
<?!("X", 1)>