blob: a42a41479e896b56fe17eeb2492f0a071511d1fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?% IF cmd;
link="?cmd=${cmd}&data=${linkid}";
END;
IF !ttp_offset;
ttp_offset = 0;
END;
IF !ttp_offset;ttp_offset = 0;END %?>
<a href="<?% IF link;link;ELSE;"#";END %?>"<?% IF eventid %?>
onmouseover="ttpreq(this, '<?% escape(title) %?>
<?% IF subtitle && subtitle.length > 0 %?>~<?% escape(subtitle) %?>
<?% END %?>',<?% eventid %?>, <?% ttp_offset %?>);"
<?% END %?> >
|