Last change
on this file since 14182 was
4446,
checked in by grum, 15 years ago
|
[Template:Gally] Add template to subversion
|
-
Property svn:executable set to
*
|
File size:
322 bytes
|
Line | |
---|
1 | |
---|
2 | {foreach from=$datas item=data} |
---|
3 | <span class="{$data.classname}"> |
---|
4 | {if isset($data.url) and $data.url!=""} |
---|
5 | <a href="{$data.url}">{$data.label}</a> |
---|
6 | {else} |
---|
7 | {$data.label} |
---|
8 | {/if} |
---|
9 | {if isset($data.nb_images) and $data.nb_images!=""} |
---|
10 | <span class="calCalNbImg">[{$data.nb_images}]</span> |
---|
11 | {/if} |
---|
12 | </span> |
---|
13 | {/foreach} |
---|
Note: See
TracBrowser
for help on using the repository browser.