[ 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/folders/ -> import.inc (source)

   1  <form name="fmanager" method="post" enctype="multipart/form-data" action="<?php
   2  echo $folders_url ?>">
   3  <input type="hidden" name="import_folder" value="<?php echo $folder_list[0] ?>" />
   4  <input type="hidden" name="actionID" value="" />
   5  
   6  <table width="100%" cellspacing="0" cellpading="0">
   7    <tr>
   8      <td class="header">
   9        <?php echo _("Import mbox File") ?>
  10        </td>
  11    </tr>
  12  
  13    <tr class="item">
  14      <td>
  15        <br />&nbsp;&nbsp;
  16        <?php printf(_("Import mbox file %s into folder %s."),
  17                     '&nbsp;&nbsp;<input name="mbox_upload" type="file" size="30" class="fixed" />&nbsp;&nbsp;',
  18                     '<strong>' . String::convertCharset($folder_list[0], 'UTF7-IMAP') . '</strong>') ?>
  19        &nbsp;&nbsp;
  20        <input type="button" class="button" value="<?php echo _("Import") ?>" onclick="submitAction('import_mbox')"/>
  21        <input type="button" class="button" value="<?php echo _("Cancel") ?>" onclick="submitAction(0)"/>
  22        <br /><br />
  23      </td>
  24    </tr>
  25  </table>
  26  
  27  </form>


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