repo.or.cz
/
citadel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Added another conditional for presence/absence of Subject: header
[citadel.git]
/
webcit
/
static
/
t
/
important_msg.html
blob
cf11c7ed9648cc25c0d2127478d5d0cd20421280
1
<?!(
"COND:IMPMSG"
,
1
)
>
2
<div
id
=
"important_message"
>
3
<span
class
=
"imsg"
>
4
<?IMPORTANTMESSAGE>
5
</span><br />
6
</div>
7
<script
type
=
"text/javascript"
>
8
setTimeout
(
'hide_imsg_popup()'
,
5000
);
9
</script>
10
<?!(
"X"
,
1
)
>