blob: d007961927847d8dd9ed7899dcf95f42def9b1e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?% IF cmd && linkid;
link="javascript:popup('${cmd}','${linkid}',620,670,0)";
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>
|