[ Index ]
 

Code source de IMP H3 (4.1.5)

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/templates/compose/ -> attachments.inc (source)

   1  <tr>
   2    <td class="leftAlign"><img src="<?php echo $viewer->getIcon($mime->getType()) ?>" height="16" width="16" border="0" alt="[Icon]" />&nbsp;</td>
   3    <td class="leftAlign"><strong><?php echo ($file_num) ?>. <?php echo $mime->getName(true, true) ?></strong>&nbsp;&nbsp;(<?php echo $mime->getType() ?>)&nbsp;&nbsp;&nbsp;<strong><?php echo _("Size") ?>:</strong>&nbsp;<?php echo $mime->getSize() ?> KB<?php if (isset($preview_url)): ?>&nbsp;&nbsp;&nbsp;[<?php echo Horde::link($preview_url, _("Preview") . ' ' . $mime->getName(), 'link', 'compose_preview_window') . _("Preview") ?></a>]<?php endif; ?></td>
   4  </tr>
   5  
   6  <tr>
   7    <td>&nbsp;</td>
   8    <td>
   9      <table border="0" width="100%" cellpadding="0">
  10        <tr>
  11          <td class="leftAlign" valign="middle"><strong><?php echo _("Disposition") ?>:</strong>&nbsp;</td>
  12          <td class="leftAlign">
  13            <select name="file_disposition_<?php echo $file_num ?>">
  14              <option value="attachment"<?php if ($disposition == 'attachment') echo ' selected="selected"' ?>><?php echo _("Attachment") ?></option>
  15              <option value="inline"<?php if ($disposition == 'inline') echo ' selected="selected"' ?>><?php echo _("Inline") ?></option>
  16            </select>
  17          </td>
  18        </tr>
  19  
  20        <tr>
  21          <td class="leftAlign" valign="middle"><strong><?php echo _("Description") ?>:</strong>&nbsp;</td>
  22          <td class="leftAlign">
  23            <input type="text" size="40" name="file_description_<?php echo $file_num ?>" value="<?php echo $mime->getDescription() ?>" />
  24          </td>
  25        </tr>
  26  
  27        <tr>
  28          <td class="leftAlign" valign="middle"><strong><?php echo _("Delete") ?>?</strong>&nbsp;</td>
  29          <td class="leftAlign"><input type="checkbox" name="delattachments[]" value="<?php echo $file_num ?>" /></td>
  30        </tr>
  31      </table>
  32    </td>
  33  </tr>


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