[ 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/blog/ -> posting_attachments_list.tpl (source)

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


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