[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <form action={concat('/role/assign/', $role_id, '/', $limit_ident )|ezurl} method="post"> 2 3 <table class="list" width="100%" cellspacing="0" cellpadding="0" border="0"> 4 <tr> 5 <th width="79%">{"Section"|i18n("design/standard/role")}</th> 6 <th width="20%">{"ID"|i18n("design/standard/role")}</th> 7 </tr> 8 {section loop=$section_array sequence=array(bglight,bgdark)} 9 <tr> 10 <td class="{$:sequence}"><input type="radio" name="SectionID" value="{$:item.id}" selected="selected" />{$:item.name|wash}</td> 11 <td class="{$:sequence}">{$:item.id}</td> 12 </tr> 13 {/section} 14 15 </table> 16 17 <input type="submit" class="button" name="AssignSectionID" value="{'Ok'|i18n( 'design/standard/role' )}" /> 18 19 </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 |