[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/templates/admin/ -> globalsettings_email.template (source)

   1    <div style="padding-left:10px;" id="email">
   2     <div class="field">
   3      <label for="config[check_email_address_validity]">check_email_address_validity</label>
   4      <div class="formHelp">{$locale->tr("help_check_email_address_validity")}</div>
   5      <input class="radio" type="radio" id="config[check_email_address_validity]" name="config[check_email_address_validity]" value="1" {if $check_email_address_validity == 1 } checked="checked" {/if} />{$locale->tr("yes")}
   6      <input class="radio" type="radio" id="config[check_email_address_validity]" name="config[check_email_address_validity]" value="0" {if $check_email_address_validity == 0 } checked="checked" {/if} />{$locale->tr("no")}
   7     </div>
   8     <!-- email_service_enabled -->
   9     <div class="field">
  10      <label for="config[email_service_enabled]">email_service_enabled</label>
  11      <div class="formHelp">{$locale->tr("help_email_service_enabled")}</div>
  12      <input class="radio" type="radio" id="config[email_service_enabled]" name="config[email_service_enabled]" value="1" {if $email_service_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
  13      <input class="radio" type="radio" id="config[email_service_enabled]" name="config[email_service_enabled]" value="0" {if $email_service_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
  14     </div>
  15     <!-- post_notification_source_address -->
  16     <div class="field">
  17      <label for="config[post_notification_source_address]">post_notification_source_address</label>
  18      <div class="formHelp">{$locale->tr("help_post_notification_source_address")}</div>
  19      <input style="width:100%" type="text" name="config[post_notification_source_address]" value="{$post_notification_source_address}"/>
  20     </div>
  21     <!-- email_service_type -->
  22     <div class="field">
  23      <label for="config[email_service_type]">email_service_type</label>
  24      <div class="formHelp">{$locale->tr("help_email_service_type")}</div>
  25      <select name="config[email_service_type]" id="config[email_service_type]">
  26        <option value="php" {if $email_service_type == "php"} selected="selected" {/if} />PHP mail()</option>
  27        <option value="smtp" {if $email_service_type == "smtp"} selected="selected" {/if} />SMTP</option>
  28        <option value="qmail" {if $email_service_type == "qmail"} selected="selected" {/if} />Qmail</option>
  29        <option value="sendmail" {if $email_service_type == "sendmail"} selected="selected" {/if} />Sendmail</option>
  30       </select>
  31     </div>     
  32     <!-- smtp_host -->
  33     <div class="field">
  34      <label for="config[smtp_host]">smtp_host</label>
  35      <div class="formHelp">{$locale->tr("help_smtp_host")}</div>
  36      <input style="width:100%" type="text" name="config[smtp_host]" id="config[smtp_host]" value="{$smtp_host}"/>
  37     </div>
  38     <!-- smtp_port -->
  39     <div class="field">
  40      <label for="config[smtp_post]">smtp_port</label>
  41      <div class="formHelp">{$locale->tr("help_smtp_port")}</div>
  42      <input style="width:100%" type="text" name="config[smtp_port]" id="config[smtp_port]" value="{$smtp_port}"/>
  43     </div>    
  44     <!-- smtp_use_authentication -->
  45     <div class="field">
  46      <label for="config[smtp_use_authentication]">smtp_use_authentication</label>
  47      <div class="formHelp">{$locale->tr("help_smtp_use_authentication")}</div>
  48      <input class="radio" type="radio" id="config[smtp_use_authentication]" name="config[smtp_use_authentication]" value="1" {if $smtp_use_authentication == 1 } checked="checked" {/if} />{$locale->tr("yes")}
  49      <input class="radio" type="radio" id="config[smtp_use_authentication]" name="config[smtp_use_authentication]" value="0" {if $smtp_use_authentication == 0 } checked="checked" {/if} />{$locale->tr("no")}
  50     </div>
  51     <!-- smtp_username -->
  52     <div class="field">
  53      <label for="config[smtp_username]">smtp_username</label>
  54      <div class="formHelp">{$locale->tr("help_smtp_username")}</div>
  55      <input style="width:100%" type="text" id="config[smtp_username]" name="config[smtp_username]" value="{$smtp_username}"/>
  56     </div>    
  57     <!-- smtp_password -->
  58     <div class="field">
  59      <label for="config[smtp_password]">smtp_password</label>
  60      <div class="formHelp">{$locale->tr("help_smtp_password")}</div>
  61      <input style="width:100%" type="text" id="config[smtp_password]" name="config[smtp_password]" value="{$smtp_password}"/>
  62     </div>    
  63   </div>


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics