[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {let subscribed_nodes=$handler.rules} 3 4 <div class="contentheader"> 5 <h2>{"Node notification"|i18n("design/standard/notification")}</h2> 6 </div> 7 8 <table class="list" width="100%" border="0" cellspacing="0" cellpadding="0"> 9 <tr> 10 <th width="69%"> 11 {"Name"|i18n("design/standard/notification")} 12 </th> 13 <th width="30%"> 14 {"Class"|i18n("design/standard/notification")} 15 </th> 16 <th width="30%"> 17 {"Section"|i18n("design/standard/notification")} 18 </th> 19 <th width="1%"> 20 {"Select"|i18n("design/standard/notification")} 21 </th> 22 </tr> 23 24 {section name=Rules loop=$subscribed_nodes sequence=array(bgdark,bglight)} 25 <tr> 26 27 <td class="{$Rules:sequence}"> 28 <a href={concat("/content/view/full/",$Rules:item.node.node_id,"/")|ezurl}> 29 {$Rules:item.node.name|wash} 30 </a> 31 </td> 32 33 <td class="{$Rules:sequence}"> 34 {$Rules:item.node.object.content_class.name|wash} 35 </td> 36 <td class="{$Rules:sequence}"> 37 {$Rules:item.node.object.section_id} 38 </td> 39 40 <td class="{$Rules:sequence}"> 41 <input type="checkbox" name="SelectedRuleIDArray_{$handler.id_string}[]" value="{$Rules:item.id}" /> 42 </td> 43 44 45 </tr> 46 {/section} 47 </table> 48 <div class="buttonblock"> 49 <input class="button" type="submit" name="NewRule_{$handler.id_string}" value="{'New'|i18n('design/standard/notification')}" /> 50 <input class="button" type="submit" name="RemoveRule_{$handler.id_string}" value="{'Remove'|i18n('design/standard/notification')}" /> 51 </div> 52 53 {/let}
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 |