[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <div class="maincontentheader"> 3 <h1>{"RSS Feeds"|i18n("design/standard/rss/list")}</h1> 4 </div> 5 6 <div class="maincontentheader"> 7 <h2>{"RSS Exports"|i18n("design/standard/rss/list")}</h2> 8 </div> 9 10 <form action={"rss/list"|ezurl} method="post" name="RSSExport"> 11 12 <table class="list" width="100%" cellpadding="0" cellspacing="0" border="0"> 13 <tr> 14 <th>{"Name"|i18n("design/standard/rss/list")}</th> 15 <th>{"Version"|i18n("design/standard/rss/list")}</th> 16 <th>{"Active"|i18n("design/standard/rss/list")}</th> 17 <th>{"Modifier"|i18n("design/standard/rss/list")}</th> 18 <th>{"Modified"|i18n("design/standard/rss/list")}</th> 19 <th>{"Edit"|i18n("design/standard/rss/list")}</th> 20 <th>{"Remove"|i18n("design/standard/rss/list")}</th> 21 </tr> 22 23 {section name=RSSExport loop=$rssexport_list sequence=array(bglight,bgdark)} 24 <tr> 25 <td class="{$RSSExport:sequence}"><a href={concat("rss/feed/",$RSSExport:item.access_url)|ezurl}>{$RSSExport:item.title|wash}</a></td> 26 <td class="{$RSSExport:sequence}">{$RSSExport:item.rss_version|wash}</td> 27 <td class="{$RSSExport:sequence}">{section show=$RSSExport:item.active|eq(1)}{"Yes"|i18n("design/standard/rss/list")}{section-else}{"No"|i18n("design/standard/rss/list")}{/section}</td> 28 <td class="{$RSSExport:sequence}">{content_view_gui view=text_linked content_object=$RSSExport:item.modifier.contentobject}</td> 29 <td class="{$RSSExport:sequence}"><span class="small">{$RSSExport:item.modified|l10n(shortdatetime)}</span></td> 30 <td class="{$RSSExport:sequence}" width="1"><div class="listbutton"><a href={concat("rss/edit_export/",$RSSExport:item.id)|ezurl}><img class="button" src={"edit.gif"|ezimage} width="16" height="16" alt="Edit" /></a></div></td> 31 <td class="{$RSSExport:sequence}" width="1" align="right"><input type="checkbox" name="DeleteIDArray[]" value="{$RSSExport:item.id}"></td> 32 </tr> 33 {/section} 34 <tr> 35 <td colspan="6"> 36 {include uri="design:gui/button.tpl" name=newgroup id_name=NewExportButton value="New Export"|i18n("design/standard/rss/list")} 37 </td> 38 <td align="right"> 39 <input type="image" name="RemoveExportButton" value="{'Remove'|i18n('design/standard/rss/list')}" src={"trash.png"|ezimage} /> 40 </td> 41 </tr> 42 </table> 43 44 </form> 45 46 <div class="maincontentheader"> 47 <h2>{"RSS Imports"|i18n("design/standard/rss/list")}</h2> 48 </div> 49 50 <form action={"rss/list"|ezurl} method="post" name="RSSImport"> 51 52 <table class="list" width="100%" cellpadding="0" cellspacing="0" border="0"> 53 <tr> 54 <th>{"Name"|i18n("design/standard/rss/list")}</th> 55 <th>{"Active"|i18n("design/standard/rss/list")}</th> 56 <th>{"Modifier"|i18n("design/standard/rss/list")}</th> 57 <th>{"Modified"|i18n("design/standard/rss/list")}</th> 58 <th>{"Edit"|i18n("design/standard/rss/list")}</th> 59 <th>{"Remove"|i18n("design/standard/rss/list")}</th> 60 </tr> 61 62 {section name=RSSImport loop=$rssimport_list sequence=array(bglight,bgdark)} 63 <tr> 64 <td class="{$RSSImport:sequence}"><a href={concat("rss/edit_import/",$RSSImport:item.id)|ezurl}>{$RSSImport:item.name|wash}</a></td> 65 <td class="{$RSSImport:sequence}">{section show=$RSSImport:item.active|eq(1)}{"Yes"|i18n("design/standard/rss/list")}{section-else}{"No"|i18n("design/standard/rss/list")}{/section}</td> 66 <td class="{$RSSImport:sequence}">{content_view_gui view=text_linked content_object=$RSSImport:item.modifier.contentobject}</td> 67 <td class="{$RSSImport:sequence}"><span class="small">{$RSSImport:item.modified|l10n(shortdatetime)}</span></td> 68 <td class="{$RSSImport:sequence}" width="1"><div class="listbutton"><a href={concat("rss/edit_import/",$RSSImport:item.id)|ezurl}><img class="button" src={"edit.gif"|ezimage} width="16" height="16" alt="Edit" /></a></div></td> 69 <td class="{$RSSImport:sequence}" width="1" align="right"><input type="checkbox" name="DeleteIDArrayImport[]" value="{$RSSImport:item.id}"></td> 70 </tr> 71 {/section} 72 <tr> 73 <td colspan="5"> 74 {include uri="design:gui/button.tpl" name=newgroup id_name=NewImportButton value="New Import"|i18n("design/standard/rss/list")} 75 </td> 76 <td align="right"> 77 <input type="image" name="RemoveImportButton" value="{'Remove'|i18n('design/standard/rss/list')}" src={"trash.png"|ezimage} /> 78 </td> 79 </tr> 80 </table> 81 82 </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 |