blob: 3e02065b4f2ae1243130a8af8ffbfa50c2948bed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?% IF cmd && linkid;
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.length > 0 %?>~<?% escape(subtitle) %?>
<?% END %?>',<?% eventid %?>, <?% ttp_offset %?>);"
<?% END %?> >
<img src="images/info.<?% global.imagetyp %?>" alt="" title="" />
</a>
|