egroupware_official/calendar/templates/default/link_pict.tpl
2002-09-17 02:25:40 +00:00

17 lines
459 B
Smarty
Executable File

<!-- $Id$ link_pict -->
<!-- BEGIN link_pict -->
{picture}
<!-- END link_pict -->
<!-- BEGIN link_open -->
<a href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;">
<!-- END link_open -->
<!-- BEGIN pict -->
<img src="{pic_image}" width="{width}" height="{height}" alt="{alt}" title="{title}" border="0">
<!-- END pict -->
<!-- BEGIN link_text -->
{text}
<!-- END link_text -->
<!-- BEGIN link_close -->
</a>
<!-- END link_close -->