[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <h1>{"Template list"|i18n("design/standard/setup")}</h1> 3 4 <h2>{"Most common templates"|i18n("design/standard/setup")}</h2> 5 6 <table class="list" width="100%" cellpadding="2" cellspacing="0" border="0"> 7 <tr> 8 <th> 9 {"Template"|i18n("design/standard/setup")} 10 </th> 11 <th> 12 {"Design Resource"|i18n("design/standard/setup")} 13 </th> 14 </tr> 15 {section name=Template loop=$most_used_template_array sequence=array(bglight,bgdark)} 16 <tr class="{$:sequence}"> 17 <td> 18 <a href={concat('/setup/templateview',$Template:item.template)|ezurl}>{$Template:item.template}</a> 19 </td> 20 <td> 21 {$Template:item.base_dir} 22 </td> 23 </tr> 24 {/section} 25 </table> 26 27 <h2>{"Complete template list"|i18n("design/standard/setup")}</h2> 28 29 <table class="list" width="100%" cellpadding="2" cellspacing="0" border="0"> 30 <tr> 31 <th> 32 {"Template"|i18n("design/standard/setup")} 33 </th> 34 <th> 35 {"Design Resource"|i18n("design/standard/setup")} 36 </th> 37 </tr> 38 {section max=20 offset=$view_parameters.offset name=Template loop=$template_array sequence=array(bglight,bgdark)} 39 <tr class="{$:sequence}"> 40 <td> 41 <a href={concat('/setup/templateview',$Template:item.template)|ezurl}>{$Template:item.template}</a> 42 </td> 43 <td> 44 {$Template:item.base_dir} 45 </td> 46 </tr> 47 {/section} 48 </table> 49 50 {include name=navigator 51 uri='design:navigator/google.tpl' 52 page_uri='/setup/templatelist' 53 item_count=$template_count 54 view_parameters=$view_parameters 55 item_limit=20} 56
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |