summaryrefslogtreecommitdiff
path: root/skins/stone/widgets/link.tmpl
blob: fd3aba56185e1646ecf59bad3fbe0864b4918ba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- Link -->
<?% IF ! global.bodyinc.defined;global.bodyinc = 1 %?>
<body class="hilfsframed">
<div>
<?% END %?>
<table class="editortable" summary="">
    <tr><td class="editorhead"><div class="editorhead">&nbsp;</div><?% INCLUDE shutter.inc %?></td></tr>
    <tr>  
        <td class="editortext" align="left">
            <a target="_parent" href="<?% reentities(data.url) %?>"><img src="images/forward.<?% global.imagetyp %?>" alt="<?% data.text %?>" title="<?% data.text %?>" /></a>&nbsp;
            <a target="_parent" href="<?% reentities(data.url) %?>"><?% data.text %?></a>
        </td>
    </tr>
    <tr><td class="editorbottom"></td></tr>
</table>