Last change
on this file since 2745 was
2225,
checked in by rvelices, 17 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
|
Rev | Line | |
---|
[2225] | 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) } |
---|
[1590] | 7 | </a> |
---|
[2225] | 8 | <p>{'picture_high'|@translate}</p> |
---|
| 9 | {/if} |
---|
Note: See
TracBrowser
for help on using the repository browser.