source: trunk/template/yoga/picture_content.tpl @ 2387

Last change on this file since 2387 was 2225, checked in by rvelices, 16 years ago

2 templates migrated

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 321 bytes
Line 
1{* $Id: picture_content.tpl 2225 2008-02-28 12:07:00Z rvelices $ *}
2{if isset($high) }
3<a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
4{/if}
5  <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}">
6{if isset($high) }
7</a>
8  <p>{'picture_high'|@translate}</p>
9{/if}
Note: See TracBrowser for help on using the repository browser.