egroupware/calendar/templates/default/link_pict.tpl

17 lines
451 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="{description}" border="0">
<!-- END pict -->
<!-- BEGIN link_text -->
{text}
<!-- END link_text -->
<!-- BEGIN link_close -->
</a>
<!-- END link_close -->