[ Index ] |
|
Code source de IMP H3 (4.1.5) |
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> 13 <table width="100%" cellspacing="0" cellpadding="2"> 14 <tr> 15 <td class="smallheader leftAlign"> 16 <?php echo Horde::img('locked.png', _("PGP"), null, $registry->getImageDir('horde')) ?> 17 </td> 18 <td class="smallheader leftAlign"> 19 <?php printf(_("Please enter the passphrase for your PGP private key. You will only need to enter this passphrase once per %s session."), 20 $registry->get('name')) ?> 21 </td> 22 </tr> 23 </table> 24 </td> 25 </tr> 26 27 <tr> 28 <td class="light leftAlign"> 29 <strong><?php echo _("Passphrase:") ?></strong> 30 <input type="password" name="passphrase" size="15" maxlength="60" class="fixed" /> 31 <input type="submit" name="submit" class="button" value="<?php echo _("Submit") ?>" /> 32 <input type="button" class="button" onclick="window.close();" value="<?php echo _("Cancel") ?>" /> 33 </td> 34 </tr> 35 </table> 36 37 </form> 38 39 <script type="text/javascript"> 40 document.passphrase_dialog.passphrase.focus(); 41 </script> 42 <?php endif; ?> 43 44 </body> 45 </html>
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 |
![]() |