[ 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>{"PDF Exports"|i18n("design/standard/pdf/list")}</h2> 4 </div> 5 6 <form action={"pdf/list"|ezurl} method="post" name="PDFList"> 7 8 <table class="list" width="100%" cellpadding="0" cellspacing="0" border="0"> 9 <tr> 10 <th>{"Name"|i18n("design/standard/pdf/list")}</th> 11 <th>{"Creator"|i18n("design/standard/pdf/list")}</th> 12 <th>{"Created"|i18n("design/standard/pdf/list")}</th> 13 <th>{"Edit"|i18n("design/standard/pdf/list")}</th> 14 <th>{"Remove"|i18n("design/standard/pdf/list")}</th> 15 </tr> 16 17 {section name=PDFExport loop=$pdfexport_list sequence=array(bglight,bgdark)} 18 <tr> 19 {* {$PDFExport:item|attribute(show)} *} 20 <td class="{$PDFExport:sequence}"> 21 {section show=$PDFExport:item.status|eq(1)} 22 <a href={$PDFExport:item.filepath|ezroot}>{$PDFExport:item.title|wash}</a></td> 23 {section-else show=$PDFExport:item.status|eq(2)} 24 <a href={concat("pdf/edit/", $PDFExport:item.id, "/generate")|ezurl}>{$PDFExport:item.title|wash}</a></td> 25 {/section} 26 <td class="{$PDFExport:sequence}">{content_view_gui view=text_linked content_object=$PDFExport:item.modifier.contentobject}</td> 27 <td class="{$PDFExport:sequence}"><span class="small">{$PDFExport:item.modified|l10n(shortdatetime)}</span></td> 28 <td class="{$PDFExport:sequence}" width="1"><div class="listbutton"><a href={concat("pdf/edit/",$PDFExport:item.id)|ezurl}><img class="button" src={"edit.gif"|ezimage} width="16" height="16" alt="Edit" /></a></div></td> 29 <td class="{$PDFExport:sequence}" width="1" align="right"><input type="checkbox" name="DeleteIDArray[]" value="{$PDFExport:item.id}"></td> 30 </tr> 31 {/section} 32 <tr> 33 <td colspan="4"> 34 {include uri="design:gui/button.tpl" name=newgroup id_name=NewPDFExport value="New Export"|i18n("design/standard/pdf/list")} 35 </td> 36 <td align="right"> 37 <input type="image" name="RemoveExportButton" value="{'Remove'|i18n('design/standard/pdf/list')}" src={"trash.png"|ezimage} /> 38 </td> 39 </tr> 40 </table> 41 42 </form> 43
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 |