[ 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/smime/ -> passphrase.inc (source)

   1  <?php if (!is_a($secure_check, 'PEAR_Error')): ?>
   2  <form method="post" name="passphrase_dialog" action="<?php echo $submit_url ?>">
   3  <?php if (($reload = Util::getFormData('reload'))): ?>
   4  <input type="hidden" name="reload" value="<?php echo htmlspecialchars(html_entity_decode($reload)) ?>" />
   5  <?php endif; ?>
   6  <?php if (($action = Util::getFormData('passphrase_action'))): ?>
   7  <input type="hidden" name="passphrase_action" value="<?php echo $action ?>" />
   8  <?php endif; ?>
   9  
  10  <table border="0" cellspacing="0" cellpadding="2">
  11    <tr>
  12      <td class="smallheader leftAlign">
  13        <?php printf(_("Please enter the passphrase for your S/MIME private key. You will only need to enter this passphrase once per %s session."), _("Mail")) ?>
  14      </td>
  15    </tr>
  16    <tr>
  17      <td class="light leftAlign">
  18        <strong><?php echo _("Passphrase:") ?></strong>&nbsp;
  19        <input type="password" name="passphrase" size="15" maxlength="60" class="fixed" />&nbsp;
  20        <input type="submit" name="submit" class="button" value="<?php echo _("Submit") ?>" />&nbsp;
  21        <input type="button" class="button" onclick="window.close();" value="<?php echo _("Cancel") ?>" />
  22      </td>
  23    </tr>
  24  </table>
  25  
  26  </form>
  27  
  28  <script type="text/javascript">
  29  document.passphrase_dialog.passphrase.focus();
  30  </script>
  31  <?php endif; ?>
  32  
  33  </body>
  34  </html>


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