[ Index ] |
|
Code source de IMP H3 (4.1.5) |
1 <tr> 2 <td class="leftAlign"><img src="<?php echo $viewer->getIcon($mime->getType()) ?>" height="16" width="16" border="0" alt="[Icon]" /> </td> 3 <td class="leftAlign"><strong><?php echo ($file_num) ?>. <?php echo $mime->getName(true, true) ?></strong> (<?php echo $mime->getType() ?>) <strong><?php echo _("Size") ?>:</strong> <?php echo $mime->getSize() ?> KB<?php if (isset($preview_url)): ?> [<?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> </td> 8 <td> 9 <table border="0" width="100%" cellpadding="0"> 10 <tr> 11 <td class="leftAlign" valign="middle"><strong><?php echo _("Disposition") ?>:</strong> </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> </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> </td> 29 <td class="leftAlign"><input type="checkbox" name="delattachments[]" value="<?php echo $file_num ?>" /></td> 30 </tr> 31 </table> 32 </td> 33 </tr>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Thu Nov 29 12:30:07 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |