[ Index ] |
|
Code source de LifeType 1.2.4 |
1 {include file="$admintemplatepath/chooser/header.template"} 2 <div id="container"> 3 <table id="list" class="info" summary="{$locale->tr("template")}"> 4 <thead> 5 <th style="width:210px";>{$locale->tr("template")}</th> 6 <th style="width:210px";></th> 7 </thead> 8 <tbody> 9 {foreach name=template from=$templates item=template} 10 {if ($smarty.foreach.template.iteration % 2) != 0} 11 <tr> 12 {/if} 13 <td> 14 {assign var=templateName value=$template->getName()} 15 <b>{$templateName}</b> (<a href="javascript:blogTemplateSelector('{$templateName}')">{$locale->tr("select")}</a>)<br/> 16 <a href="javascript:blogTemplateSelector('{$templateName}')"><img src="{$template->getScreenshotUrl()}" alt="{$templateName}" height="150" width="200" /></a> 17 </td> 18 {if ($smarty.foreach.template.iteration % 2) == 0} 19 </tr> 20 {/if} 21 {/foreach} 22 </tbody> 23 </table> 24 <div id="list_action_bar"> 25 <a href="javascript:window.close()">{$locale->tr("close")}</a> 26 </div> 27 </div> 28 {include file="$admintemplatepath/chooser/footer.template"}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |