[ Index ]
 

Code source de Phorum 5.1.25

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/templates/default/ -> posting_attachments_list.tpl (source)

   1  <b>{LANG->Attachments}:</b>
   2  <table id="phorum-attachment-list" class="PhorumFormTable" cellspacing="0" width="100%">
   3    {ASSIGN LIST POST->attachments}
   4    {LOOP LIST}
   5      {IF LIST->keep}
   6        <tr>
   7          <td>{LIST->name} ({LIST->size})</td>
   8          <td align="right">
   9            {HOOK tpl_editor_attachment_buttons LIST}
  10            <input type="submit" name="detach:{LIST->file_id}" value="{LANG->Detach}" class="PhorumSubmit" />
  11          </td>
  12        </tr>
  13      {/IF}
  14    {/LOOP LIST}
  15  </table>


Généré le : Thu Nov 29 12:22:27 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics