[ 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_summary.template (source)

   1   <div style="padding-left:10px;" id="summary">
   2     <!-- summary_service_name -->    
   3     <div class="field">
   4      <label for="config[summary_service_name]">summary_service_name</label>
   5      <div class="formHelp">{$locale->tr("help_summary_service_name")}</div>
   6      <input style="width:100%" type="text" name="config[summary_service_name]" id="config[summary_service_name]" value="{$summary_service_name}"/>
   7     </div>
   8     <!-- summary_page_show_max -->
   9     <div class="field">
  10      <label for="config[summary_page_show_max]">summary_page_show_max</label>
  11      <div class="formHelp">{$locale->tr("help_summary_page_show_max")}</div>
  12      <input style="width:100%" type="text" name="config[summary_page_show_max]" id="config[summary_page_show_max]" value="{$summary_page_show_max}"/>
  13     </div>   
  14     <!-- summary_items_per_page -->
  15     <div class="field">
  16      <label for="config[summary_items_per_page]">summary_items_per_page</label>
  17      <div class="formHelp">{$locale->tr("help_summary_items_per_page")}</div>
  18      <input style="width:100%" type="text" id="config[summary_items_per_page]" name="config[summary_items_per_page]" value="{$summary_items_per_page}"/>
  19     </div>
  20     <!-- summary_disable_registration -->
  21     <div class="field">
  22      <label for="config[summary_disable_registration]">summary_disable_registration</label>
  23      <div class="formHelp">{$locale->tr("help_summary_disable_registration")}</div>
  24      <input class="radio" type="radio" id="config[summary_disable_registration]" name="config[summary_disable_registration]" value="1" {if $summary_disable_registration == 1 } checked="checked" {/if} />{$locale->tr("yes")}
  25      <input class="radio" type="radio" id="config[summary_disable_registration]" name="config[summary_disable_registration]" value="0" {if $summary_disable_registration == 0 } checked="checked" {/if} />{$locale->tr("no")}
  26     </div>
  27     <!-- forbidden_usernames -->
  28     <div class="field">
  29      <label for="config[forbidden_usernames]">forbidden_usernames</label>
  30      <div class="formHelp">{$locale->tr("help_forbidden_usernames")}</div>
  31      <input style="width:100%" type="text" id="config[forbidden_usernames]" name="config[forbidden_usernames]" value="{$forbidden_usernames}"/>
  32     </div>
  33     <!-- forbidden_blognames -->
  34     <div class="field">
  35      <label for="config[forbidden_blognames]">forbidden_blognames</label>
  36      <div class="formHelp">{$locale->tr("help_forbidden_blognames")}</div>
  37      <input style="width:100%" type="text" id="config[forbidden_blognames]" name="config[forbidden_blognames]" value="{$forbidden_blognames}"/>
  38     </div>
  39     <!-- force_one_blog_per_email_account -->
  40     <div class="field">
  41      <label for="config[force_one_blog_per_email_account]">force_one_blog_per_email_account</label>
  42      <div class="formHelp">{$locale->tr("help_force_one_blog_per_email_account")}</div>
  43      <input class="radio" type="radio" id="config[forbidden_usernames]" name="config[force_one_blog_per_email_account]" value="1" {if $force_one_blog_per_email_account == 1 } checked="checked" {/if} />{$locale->tr("yes")}
  44      <input class="radio" type="radio" id="config[forbidden_usernames]" name="config[force_one_blog_per_email_account]" value="0" {if $force_one_blog_per_email_account == 0 } checked="checked" {/if} />{$locale->tr("no")}
  45     </div>     
  46     <!-- summary_show_agreement -->
  47     <div class="field">
  48      <label for="config[summary_show_agreement]">summary_show_agreement</label>
  49      <div class="formHelp">{$locale->tr("help_summary_show_agreement")}</div>
  50      <input class="radio" type="radio" id="config[summary_show_agreement]" name="config[summary_show_agreement]" value="1" {if $summary_show_agreement == 1 } checked="checked" {/if} />{$locale->tr("yes")}
  51      <input class="radio" type="radio" id="config[summary_show_agreement]" name="config[summary_show_agreement]" value="0" {if $summary_show_agreement == 0 } checked="checked" {/if} />{$locale->tr("no")}
  52     </div>    
  53     <!-- need_email_confirm_registration -->
  54     <div class="field">
  55      <label for="config[need_email_confirm_registration]">need_email_confirm_registration</label>
  56      <div class="formHelp">{$locale->tr("help_need_email_confirm_registration")}</div> 
  57      <input class="radio" type="radio" id="config[need_email_confirm_registration]" name="config[need_email_confirm_registration]" value="1" {if $need_email_confirm_registration == 1 } checked="checked" {/if} />{$locale->tr("yes")}
  58      <input class="radio" type="radio" id="config[need_email_confirm_registration]" name="config[need_email_confirm_registration]" value="0" {if $need_email_confirm_registration == 0 } checked="checked" {/if} />{$locale->tr("no")}
  59    </div>
  60     <!-- num_blogs_per_user -->
  61     <div class="field">
  62      <label for="config[num_blogs_per_user]">num_blogs_per_user</label>
  63      <div class="formHelp">{$locale->tr("help_num_blogs_per_user")}</div> 
  64      <input style="width:100%" type="text" id="config[num_blogs_per_user]" name="config[num_blogs_per_user]" value="{$num_blogs_per_user}"/>    
  65    </div>  
  66    <!-- use_captcha_auth -->
  67    <div class="field">
  68      <label for="config[use_captcha_auth]">use_captcha_auth</label>  
  69      <div class="formHelp">{$locale->tr("help_use_captcha_auth")}</div>
  70      <input class="radio" type="radio" id="config[use_captcha_auth]" name="config[use_captcha_auth]" value="1" {if $use_captcha_auth == 1 } checked="checked" {/if} />{$locale->tr("yes")}
  71      <input class="radio" type="radio" id="config[use_captcha_auth]" name="config[use_captcha_auth]" value="0" {if $use_captcha_auth == 0 } checked="checked" {/if} />{$locale->tr("no")}  
  72    </div>
  73    <!-- use_http_accept_language_detection -->
  74    <div class="field">
  75      <label for="config[use_http_accept_language_detection]">use_http_accept_language_detection</label>  
  76      <div class="formHelp">{$locale->tr("help_use_http_accept_language_detection")}</div>
  77      <input class="radio" type="radio" id="config[use_http_accept_language_detection]" name="config[use_http_accept_language_detection]" value="1" {if $use_http_accept_language_detection == 1 } checked="checked" {/if} />{$locale->tr("yes")}
  78      <input class="radio" type="radio" id="config[use_http_accept_language_detection]" name="config[use_http_accept_language_detection]" value="0" {if $use_http_accept_language_detection == 0 } checked="checked" {/if} />{$locale->tr("no")}  
  79    </div>
  80   </div> 


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