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

   1   <div style="padding-left:10px;" id="urls">
   2     <!-- request_format_mode -->
   3     <div class="field">
   4      <label for="config[request_format_mode]">request_format_mode</label>
   5      <div class="formHelp">{$locale->tr("help_request_format_mode")}</div>       
   6       <select id="config[request_format_mode]" name="config[request_format_mode]">
   7        <option value="1" {if $request_format_mode == 1 } selected="selected" {/if} />{$locale->tr("plain")}</option>
   8        <option value="2" {if $request_format_mode == 2 } selected="selected" {/if} />{$locale->tr("search_engine_friendly")}</option>
   9        <option value="3" {if $request_format_mode == 3 } selected="selected" {/if} />Apache ModRewrite</option>            
  10        <option value="4" {if $request_format_mode == 4 } selected="selected" {/if} />{$locale->tr("custom_url_format")}</option>                  
  11       </select>
  12     </div>
  13     <!-- urlize_word_separator -->
  14     <div class="field">
  15      <label for="config[urlize_word_separator]">urlize_word_separator</label>
  16      <div class="formHelp">{$locale->tr("help_urlize_word_separator")}</div>    
  17      <input style="width:100%" type="text" id="config[urlize_word_separator]" name="config[urlize_word_separator]" value="{$urlize_word_separator}"/>
  18     </div>   
  19     <!-- force posturl unique -->
  20     <div class="field">
  21      <label for="config[force_posturl_unique]">force_posturl_unique</label>
  22      <div class="formHelp">{$locale->tr("help_force_posturl_unique")}</div>    
  23      <input class="radio" type="radio" id="config[force_posturl_unique]" name="config[force_posturl_unique]" value="1" {if $force_posturl_unique == 1 } checked="checked" {/if} />{$locale->tr("yes")}
  24      <input class="radio" type="radio" id="config[force_posturl_unique]" name="config[force_posturl_unique]" value="0" {if $force_posturl_unique == 0 } checked="checked" {/if} />{$locale->tr("no")}
  25     </div>   
  26     <!-- permalink_format -->
  27     <div class="field">
  28      <label for="config[permalink_format]">permalink_format</label>
  29      <div class="formHelp">{$locale->tr("help_permalink_format")}</div>    
  30      <input style="width:100%" type="text" id="config[permalink_format]" name="config[permalink_format]" value="{$permalink_format}"/>
  31     </div>
  32     <!-- category_link_format -->
  33     <div class="field">
  34      <label for="config[category_link_format]">category_link_format</label>
  35      <div class="formHelp">{$locale->tr("help_category_link_format")}</div>    
  36      <input style="width:100%" type="text" id="config[category_link_format]" name="config[category_link_format]" value="{$category_link_format}" />
  37     </div>
  38     <!-- blog_link_format -->
  39     <div class="field">
  40      <label for="config[blog_link_format]">blog_link_format</label>
  41      <div class="formHelp">{$locale->tr("help_blog_link_format")}</div>    
  42      <input style="width:100%" type="text" id="config[blog_link_format]" name="config[blog_link_format]" value="{$blog_link_format}"/>
  43     </div>   
  44     <!-- archive_link_format -->
  45     <div class="field">
  46      <label for="config[archive_link_format]">archive_link_format</label> 
  47      <div class="formHelp">{$locale->tr("help_archive_link_format")}</div>    
  48      <input style="width:100%" type="text" id="config[archive_link_format]" name="config[archive_link_format]" value="{$archive_link_format}"/>
  49     </div>
  50     <!-- user_posts_link_format -->
  51     <div class="field">
  52      <label for="config[user_posts_link_format]">user_posts_link_format</label>
  53      <div class="formHelp">{$locale->tr("help_user_posts_link_format")}</div>    
  54      <input style="width:100%" type="text" id="config[user_posts_link_format]" name="config[user_posts_link_format]" value="{$user_posts_link_format}"/>    
  55     </div>       
  56     <!-- post_trackbacks_link_format -->
  57     <div class="field">
  58      <label for="config[post_trackbacks_link_format]">post_trackbacks_link_format</label>
  59      <div class="formHelp">{$locale->tr("help_post_trackbacks_link_format")}</div>    
  60      <input style="width:100%" type="text" id="config[post_trackbacks_link_format]" name="config[post_trackbacks_link_format]" value="{$post_trackbacks_link_format}"/>    
  61     </div>
  62     <!-- template_link_format -->
  63     <div class="field">
  64      <label for="config[template_link_format]">template_link_format</label>
  65      <div class="formHelp">{$locale->tr("help_template_link_format")}</div>    
  66      <input style="width:100%" type="text" id="config[template_link_format]" name="config[template_link_format]" value="{$template_link_format}"/>
  67     </div>   
  68     <!-- album_link_format -->
  69     <div class="field">
  70      <label for="config[album_link_format]">album_link_format</label>
  71      <div class="formHelp">{$locale->tr("help_album_link_format")}</div>    
  72      <input style="width:100%" type="text" id="config[album_link_format]" name="config[album_link_format]" value="{$album_link_format}"/>
  73     </div>
  74     <!-- resource_link_format -->
  75     <div class="field">
  76      <label for="config[resource_link_format]">resource_link_format</label>
  77      <div class="formHelp">{$locale->tr("help_resource_link_format")}</div>    
  78      <input style="width:100%" type="text" id="config[resource_link_format]" name="config[resource_link_format]" value="{$resource_link_format}"/>
  79     </div>
  80  <!--   
  81     <div class="field">
  82      <label for="config[resource_preview_link_format]">resource_preview_link_format</label>
  83      <div class="formHelp">{$locale->tr("help_resource_preview_link_format")}</div>    
  84      <input disabled="disabled" style="width:100%" type="text" id="config[resource_preview_link_format]" name="config[resource_preview_link_format]" value="{$resource_preview_link_format}"/>
  85     </div>
  86  
  87     <div class="field">
  88      <label for="config[resource_medium_size_preview_link_format]">resource_medium_size_preview_link_format</label>
  89      <div class="formHelp">{$locale->tr("help_resource_medium_size_preview_link_format")}</div>    
  90      <input disabled="disabled" style="width:100%" type="text" id="config[resource_medium_size_preview_link_format]" name="config[resource_medium_size_preview_link_format]" value="{$resource_medium_size_preview_link_format}"/>    
  91     </div>   
  92  
  93     <div class="field">
  94      <label for="config[resource_download_link_format]">resource_download_link_format</label>
  95      <div class="formHelp">{$locale->tr("help_resource_download_link_format")}</div>    
  96      <input disabled="disabled" style="width:100%" type="text" id="config[resource_download_link_format]" name="config[resource_download_link_format]" value="{$resource_download_link_format}"/>
  97     </div>
  98  -->
  99     <!-- page_suffix_format -->
 100     <div class="field">
 101      <label for="config[page_suffix_format]">page_suffix_format</label>
 102      <div class="formHelp">{$locale->tr("help_page_suffix_format")}</div>    
 103      <input style="width:100%" type="text" id="config[page_suffix_format]" name="config[page_suffix_format]" value="{$page_suffix_format}"/>
 104     </div>   
 105  </div>


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