[ 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/fetchmail/ -> driver_select.inc (source)

   1  <script type="text/javascript">
   2  <!--
   3  var loading;
   4  function driverSubmit()
   5  {
   6      if (document.fm_driver.fm_driver[document.fm_driver.fm_driver.selectedIndex].value != '') {
   7          if (loading == null) {
   8              loading = true;
   9              document.fm_driver.submit();
  10          }
  11      }
  12  }
  13  // -->
  14  </script>
  15  
  16  <?php echo _("Mail server type to connect to:") ?>&nbsp;<br />
  17  <form name="fm_driver" action="<?php echo $fetch_url ?>">
  18  <?php Util::pformInput() ?>
  19  <input type="hidden" name="actionID" value="fetchmail_create" />
  20  <select name="fm_driver" onchange="javascript:driverSubmit()">
  21    <option value=""><?php echo _("Select the mail server type") ?></option>
  22  <?php foreach (IMP_Fetchmail::listDrivers() as $key => $val): ?>
  23    <option value="<?php echo $key ?>"><?php echo htmlspecialchars($val) ?></option>
  24  <?php endforeach; ?>
  25  </select>
  26  </form>
  27  </td></tr></table></td></tr></table>
  28  
  29  <br />
  30  <table border="0" align="center" width="100%" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap">
  31  <input type="button" name="back" class="button" onclick="document.location.href='<?php echo $prefs_url ?>'" value="<?php echo _("Return to Fetch Mail") ?>" />
  32  </td></tr></table>


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