blob: 20d111f966a970a98f82431e2be621441cc8a82f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?% head = abbr | replace ('<br />',' ') %?>
<?% short = chop(head,32) %?>
<?% IF short != head %?>
<td style="vertical-align: top;" onMouseover="ttp(this,'<?% escape(short) %?>','<?% escape(abbr) %?>');">
<?% short %?>
<?% ELSE %?>
<td style="vertical-align: top;">
<?% head %?>
<?% END %?>
</td>
|