[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <form method="post" action={"/section/list/"|ezurl}> 3 4 <div class="maincontentheader"> 5 <h1>{"Section list"|i18n("design/standard/section")}</h1> 6 </div> 7 8 <table class="list" width="100%" cellspacing="0" cellpadding="0" border="0"> 9 <tr> 10 <th>{"ID"|i18n("design/standard/section")}</th> 11 <th>{"Name"|i18n("design/standard/section")}</th> 12 <th width="1">{"Edit"|i18n("design/standard/section")}</th> 13 <th width="1">{"Assign"|i18n("design/standard/section")}</th> 14 <th width="1">{"Remove"|i18n("design/standard/section")}</th> 15 </tr> 16 {section name=Section loop=$section_array sequence=array(bglight,bgdark)} 17 <tr class="{$Section:sequence}"> 18 <td> 19 {$Section:item.id} 20 </td> 21 <td> 22 {$Section:item.name} 23 </td> 24 <td> 25 <a href={concat("/section/edit/",$Section:item.id,"/")|ezurl}><img src={"edit.gif"|ezimage} alt="{'Edit'|i18n('design/standard/section')}" /></a> 26 </td> 27 <td> 28 <a href={concat("/section/assign/",$Section:item.id,"/")|ezurl}><img src={"assign.gif"|ezimage} alt="{'Assign'|i18n('design/standard/section')}" /></a> 29 </td> 30 <td width="1" align="right"> 31 <input type="checkbox" name="SectionIDArray[]" value="{$Section:item.id}" /> 32 </td> 33 </tr> 34 {/section} 35 <tr> 36 <td colspan="4"> 37 <input class="defaultbutton" type="submit" name="CreateSectionButton" value="{'New'|i18n('design/standard/section')}" /> 38 </td> 39 <td width="1" align="right"> 40 <input type="image" name="RemoveSectionButton" value="{'Remove'|i18n('design/standard/section')}" title="{'Remove selected sections'|i18n('design/standard/section')}" src={"trash.png"|ezimage} /> 41 </td> 42 <tr> 43 </table> 44 45 {include name=navigator 46 uri='design:navigator/google.tpl' 47 page_uri='/section/list' 48 item_count=$section_count 49 view_parameters=$view_parameters 50 item_limit=$limit} 51 52 </form>
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 |