[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <div style="padding-left:10px;" id="general"> 2 <!-- enable or disable comments globally --> 3 <div class="field"> 4 <label for="config[comments_enabled]">comments_enabled</label> 5 <div class="formHelp">{$locale->tr("help_comments_enabled")}</div> 6 <input class="radio" type="radio" name="config[comments_enabled]" value="1" {if $comments_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")} 7 <input class="radio" type="radio" name="config[comments_enabled]" value="0" {if $comments_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")} 8 </div> 9 <!-- make comments look nicer by adding some paragraphs tags --> 10 <div class="field"> 11 <label for="config[comments_enabled"]>beautify_comments_text</label> 12 <div class="formHelp">{$locale->tr("help_beautify_comments_text")}</div> 13 <input class="radio" type="radio" name="config[beautify_comments_text]" value="1" {if $beautify_comments_text == 1 } checked="checked" {/if} />{$locale->tr("yes")} 14 <input class="radio" type="radio" name="config[beautify_comments_text]" value="0" {if $beautify_comments_text == 0 } checked="checked" {/if} />{$locale->tr("no")} 15 </div> 16 <!-- temp_folder --> 17 <div class="field"> 18 <label for="config[temp_folder]">temp_folder</label> 19 <div class="formHelp">{$locale->tr("help_temp_folder")}</div> 20 <input style="width:100%" type="text" name="config[temp_folder]" value="{$temp_folder}"/> 21 </div> 22 <!-- base_url --> 23 <div class="field"> 24 <label for="config[base_url"]>base_url</label> 25 <div class="formHelp">{$locale->tr("help_base_url")}</div> 26 <input style="width:100%" type="text" name="config[base_url]" value="{$base_url}"/> 27 </div> 28 <!-- subdomains_enabled --> 29 <div class="field"> 30 <label for="config[subdomains_enabled"]>subdomains_enabled</label> 31 <div class="formHelp">{$locale->tr("help_subdomains_enabled")}</div> 32 <input class="radio" type="radio" name="config[subdomains_enabled]" value="1" {if $subdomains_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")} 33 <input class="radio" type="radio" name="config[subdomains_enabled]" value="0" {if $subdomains_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")} 34 </div> 35 <!-- subdomains_base_url --> 36 <div class="field"> 37 <label for="config[subdomains_base_url]">subdomains_base_url</label> 38 <div class="formHelp">{$locale->tr("help_subdomains_base_url")}</div> 39 <input style="width:100%" type="text" name="config[subdomains_base_url]" value="{$subdomains_base_url}"/> 40 </div> 41 <!-- subdomains_available_domains --> 42 <div class="field"> 43 <label for="config[subdomains_available_domains]">subdomains_available_domains</label> 44 <div class="formHelp">{$locale->tr("help_subdomains_available_domains")}</div> 45 <input style="width:100%" type="text" name="config[subdomains_available_domains]" value="{$subdomains_available_domains}"/> 46 </div> 47 <!-- include_blog_id_in_url --> 48 <div class="field"> 49 <label for="config[include_blog_id_in_url]">include_blog_id_in_url</label> 50 <div class="formHelp">{$locale->tr("help_include_blog_id_in_url")}</div> 51 <input class="radio" type="radio" name="config[include_blog_id_in_url]" value="1" {if $include_blog_id_in_url == 1 } checked="checked" {/if} />{$locale->tr("yes")} 52 <input class="radio" type="radio" name="config[include_blog_id_in_url]" value="0" {if $include_blog_id_in_url == 0 } checked="checked" {/if} />{$locale->tr("no")} 53 </div> 54 <!-- script_name --> 55 <div class="field"> 56 <label for="config[script_name]">script_name</label> 57 <div class="formHelp">{$locale->tr("help_script_name")}</div> 58 <input style="width:100%" type="text" name="config[script_name]" value="{$script_name}"/> 59 </div> 60 <!-- show_posts_max --> 61 <div class="field"> 62 <label for="config[show_posts_max]">show_posts_max</label> 63 <div class="formHelp">{$locale->tr("help_show_posts_max")}</div> 64 <input style="width:100%" type="text" name="config[show_posts_max]" value="{$show_posts_max}"/> 65 </div> 66 <!-- hard_show_posts_max --> 67 <div class="field"> 68 <label for="config[hard_show_posts_max]">hard_show_posts_max</label> 69 <div class="formHelp">{$locale->tr("help_hard_show_posts_max")}</div> 70 <input style="width:100%" type="text" name="config[hard_show_posts_max]" value="{$hard_show_posts_max}"/> 71 </div> 72 <!-- recent_posts_max --> 73 <div class="field"> 74 <label for="config[recent_posts_max]">recent_posts_max</label> 75 <div class="formHelp">{$locale->tr("help_recent_posts_max")}</div> 76 <input style="width:100%" type="text" name="config[recent_posts_max]" value="{$recent_posts_max}"/> 77 </div> 78 <!-- hard_recent_posts_max --> 79 <div class="field"> 80 <label for="config[hard_recent_posts_max]">hard_recent_posts_max</label> 81 <div class="formHelp">{$locale->tr("help_hard_recent_posts_max")}</div> 82 <input style="width:100%" type="text" name="config[hard_recent_posts_max]" value="{$hard_recent_posts_max}"/> 83 </div> 84 <!-- show_comments_max --> 85 <div class="field"> 86 <label for="config[show_comments_max]">show_comments_max</label> 87 <div class="formHelp">{$locale->tr("show_comments_max_help")}</div> 88 <input style="width:100%" type="text" name="config[show_comments_max]" value="{$show_comments_max}"/> 89 </div> 90 <!-- hard_show_comments_max --> 91 <div class="field"> 92 <label for="config[hard_show_comments_max]">hard_show_comments_max</label> 93 <div class="formHelp">{$locale->tr("hard_show_comments_max_help")}</div> 94 <input style="width:100%" type="text" name="config[hard_show_comments_max]" value="{$hard_show_comments_max}"/> 95 </div> 96 <!-- save_drafts_via_xmlhttprequest_enabled --> 97 <div class="field"> 98 <label for="config[save_drafts_via_xmlhttprequest_enabled]">save_drafts_via_xmlhttprequest_enabled</label> 99 <div class="formHelp">{$locale->tr("help_save_drafts_via_xmlhttprequest_enabled")}</div> 100 <input class="radio" type="radio" name="config[save_drafts_via_xmlhttprequest_enabled]" value="1" {if $save_drafts_via_xmlhttprequest_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")} 101 <input class="radio" type="radio" name="config[save_drafts_via_xmlhttprequest_enabled]" value="0" {if $save_drafts_via_xmlhttprequest_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")} 102 </div> 103 <!-- locale_folder --> 104 <div class="field"> 105 <label for="config[locale_folder]">locale_folder</label> 106 <div class="formHelp">{$locale->tr("help_locale_folder")}</div> 107 <input style="width:100%" type="text" name="config[locale_folder]" value="{$locale_folder}"/> 108 </div> 109 <!-- defaut locale --> 110 <div class="field"> 111 <label for="config[default_locale]">default_locale</label> 112 <div class="formHelp">{$locale->tr("help_default_locale")}</div> 113 <select name="config[default_locale]"> 114 {foreach from=$locales item=locale_item} 115 <option value="{$locale_item}" {if $locale_item == $default_locale} selected="selected" {/if} />{$locale_item}</option> 116 {/foreach} 117 </select> 118 </div> 119 <!-- default_blog_id --> 120 <div class="field"> 121 <label for="config[default_blog_id]">default_blog_id</label> 122 <div class="formHelp">{$locale->tr("help_default_blog_id")}</div> 123 <input type="hidden" class="text" id="blogName" /> 124 <input type="text" name="config[default_blog_id]" id="blogId" value="{$default_blog_id}" readonly="readonly" /> 125 <a href="#" onclick="window.open('?op=siteBlogsChooser','BlogChooser','scrollbars=yes,resizable=yes,toolbar=no,height=450,width=600');"> 126 {$locale->tr("select")} 127 </a> 128 <a href="javascript:resetBlogId();">{$locale->tr("reset")}</a> 129 </div> 130 <!-- default_global_article_category_id --> 131 <div class="field"> 132 <label for="config[default_global_article_category_id]">default_global_article_category_id</label> 133 <div class="formHelp">{$locale->tr("help_default_global_article_category_id")}</div> 134 <input style="width:100%" type="text" name="config[default_global_article_category_id]" value="{$default_global_article_category_id}"/> 135 </div> 136 <!-- blog_does_not_exist_url --> 137 <div class="field"> 138 <label for="config[blog_does_not_exist_url]">blog_does_not_exist_url</label> 139 <div class="formHelp">{$locale->tr("help_blog_does_not_exist_url")}</div> 140 <input style="width:100%" type="text" name="config[blog_does_not_exist_url]" value="{$blog_does_not_exist_url}"/> 141 </div> 142 <!-- default_time_offset --> 143 <div class="field"> 144 <label for="config[default_time_offset]">default_time_offset</label> 145 <div class="formHelp">{$locale->tr("help_default_time_offset")}</div> 146 <select name="config[default_time_offset]" id="config[default_time_offset]"> 147 <option {if $default_time_offset == -20} selected="selected"{/if} value="-20">-20 {$locale->tr("hours")}</option> 148 <option {if $default_time_offset == -19} selected="selected"{/if} value="-19">-19 {$locale->tr("hours")}</option> 149 <option {if $default_time_offset == -18} selected="selected"{/if} value="-18">-18 {$locale->tr("hours")}</option> 150 <option {if $default_time_offset == -17} selected="selected"{/if} value="-17">-17 {$locale->tr("hours")}</option> 151 <option {if $default_time_offset == -16} selected="selected"{/if} value="-16">-16 {$locale->tr("hours")}</option> 152 <option {if $default_time_offset == -15} selected="selected"{/if} value="-15">-15 {$locale->tr("hours")}</option> 153 <option {if $default_time_offset == -14} selected="selected"{/if} value="-14">-14 {$locale->tr("hours")}</option> 154 <option {if $default_time_offset == -13} selected="selected"{/if} value="-13">-13 {$locale->tr("hours")}</option> 155 <option {if $default_time_offset == -12} selected="selected"{/if} value="-12">-12 {$locale->tr("hours")}</option> 156 <option {if $default_time_offset == -11} selected="selected"{/if}value="-11">-11 {$locale->tr("hours")}</option> 157 <option {if $default_time_offset == -10} selected="selected"{/if}value="-10">-10 {$locale->tr("hours")}</option> 158 <option {if $default_time_offset == -9} selected="selected"{/if}value="-9">-9 {$locale->tr("hours")}</option> 159 <option {if $default_time_offset == -8} selected="selected"{/if}value="-8">-8 {$locale->tr("hours")}</option> 160 <option {if $default_time_offset == -7} selected="selected"{/if}value="-7">-7 {$locale->tr("hours")}</option> 161 <option {if $default_time_offset == -6} selected="selected"{/if}value="-6">-6 {$locale->tr("hours")}</option> 162 <option {if $default_time_offset == -5} selected="selected"{/if}value="-5">-5 {$locale->tr("hours")}</option> 163 <option {if $default_time_offset == -4} selected="selected"{/if}value="-4">-4 {$locale->tr("hours")}</option> 164 <option {if $default_time_offset == -3} selected="selected"{/if}value="-3">-3 {$locale->tr("hours")}</option> 165 <option {if $default_time_offset == -2} selected="selected"{/if}value="-2">-2 {$locale->tr("hours")}</option> 166 <option {if $default_time_offset == -1} selected="selected"{/if}value="-1">-1 {$locale->tr("hours")}</option> 167 <option {if $default_time_offset == 0} selected="selected"{/if}value="0">0 {$locale->tr("hours")}</option> 168 <option {if $default_time_offset == 1} selected="selected"{/if}value="1">+1 {$locale->tr("hours")}</option> 169 <option {if $default_time_offset == 2} selected="selected"{/if}value="2">+2 {$locale->tr("hours")}</option> 170 <option {if $default_time_offset == 3} selected="selected"{/if}value="3">+3 {$locale->tr("hours")}</option> 171 <option {if $default_time_offset == 4} selected="selected"{/if}value="4">+4 {$locale->tr("hours")}</option> 172 <option {if $default_time_offset == 5} selected="selected"{/if}value="5">+5 {$locale->tr("hours")}</option> 173 <option {if $default_time_offset == 6} selected="selected"{/if}value="6">+6 {$locale->tr("hours")}</option> 174 <option {if $default_time_offset == 7} selected="selected"{/if}value="7">+7 {$locale->tr("hours")}</option> 175 <option {if $default_time_offset == 8} selected="selected"{/if}value="8">+8 {$locale->tr("hours")}</option> 176 <option {if $default_time_offset == 9} selected="selected"{/if}value="9">+9 {$locale->tr("hours")}</option> 177 <option {if $default_time_offset == 10} selected="selected"{/if}value="10">+10 {$locale->tr("hours")}</option> 178 <option {if $default_time_offset == 11} selected="selected"{/if}value="11">+11 {$locale->tr("hours")}</option> 179 <option {if $default_time_offset == 12} selected="selected"{/if}value="12">+12 {$locale->tr("hours")}</option> 180 <option {if $default_time_offset == 13} selected="selected"{/if} value="13">+13 {$locale->tr("hours")}</option> 181 <option {if $default_time_offset == 14} selected="selected"{/if} value="14">+14 {$locale->tr("hours")}</option> 182 <option {if $default_time_offset == 15} selected="selected"{/if} value="15">+15 {$locale->tr("hours")}</option> 183 <option {if $default_time_offset == 16} selected="selected"{/if} value="16">+16 {$locale->tr("hours")}</option> 184 <option {if $default_time_offset == 17} selected="selected"{/if} value="17">+17 {$locale->tr("hours")}</option> 185 <option {if $default_time_offset == 18} selected="selected"{/if} value="18">+18 {$locale->tr("hours")}</option> 186 <option {if $default_time_offset == 19} selected="selected"{/if} value="19">+19 {$locale->tr("hours")}</option> 187 <option {if $default_time_offset == 20} selected="selected"{/if} value="20">+20 {$locale->tr("hours")}</option> 188 </select> 189 </div> 190 <!-- html_allowed_tags_in_comments --> 191 <div class="field"> 192 <label for="config[html_allowed_tags_in_comments]">html_allowed_tags_in_comments</label> 193 <div class="formHelp">{$locale->tr("help_html_allowed_tags_in_comments")}</div> 194 <input style="width:100%" type="text" name="config[html_allowed_tags_in_comments]" value="{$html_allowed_tags_in_comments}"/> 195 </div> 196 <!-- referer_tracker_enabled --> 197 <div class="field"> 198 <label for="config[referer_tracker_enabled]">referer_tracker_enabled</label> 199 <div class="formHelp">{$locale->tr("help_referer_tracker_enabled")}</div> 200 <input class="radio" type="radio" name="config[referer_tracker_enabled]" value="1" {if $referer_tracker_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")} 201 <input class="radio" type="radio" name="config[referer_tracker_enabled]" value="0" {if $referer_tracker_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")} 202 </div> 203 <!-- show_more_enabled --> 204 <div class="field"> 205 <label for="config[show_more_enabled]">show_more_enabled</label> 206 <div class="formHelp">{$locale->tr("help_show_more_enabled")}</div> 207 <input class="radio" type="radio" name="config[show_more_enabled]" value="1" {if $show_more_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")} 208 <input class="radio" type="radio" name="config[show_more_enabled]" value="0" {if $show_more_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")} 209 </div> 210 <!-- update_article_reads --> 211 <div class="field"> 212 <label for="config[update_article_reads]">update_article_reads</label> 213 <div class="formHelp">{$locale->tr("help_update_article_reads")}</div> 214 <input class="radio" type="radio" name="config[update_article_reads]" value="1" {if $update_article_reads == 1 } checked="checked" {/if} />{$locale->tr("yes")} 215 <input class="radio" type="radio" name="config[update_article_reads]" value="0" {if $update_article_reads == 0 } checked="checked" {/if} />{$locale->tr("no")} 216 </div> 217 <!-- update_cached_article_reads --> 218 <div class="field"> 219 <label for="config[update_cached_article_reads]">update_cached_article_reads</label> 220 <div class="formHelp">{$locale->tr("help_update_cached_article_reads")}</div> 221 <input class="radio" type="radio" name="config[update_cached_article_reads]" value="1" {if $update_cached_article_reads == 1 } checked="checked" {/if} />{$locale->tr("yes")} 222 <input class="radio" type="radio" name="config[update_cached_article_reads]" value="0" {if $update_cached_article_reads == 0 } checked="checked" {/if} />{$locale->tr("no")} 223 </div> 224 <!-- xmlrpc_ping_enabled --> 225 <div class="field"> 226 <label for="config[xmlrpc_ping_enabled]">xmlrpc_ping_enabled</label> 227 <div class="formHelp">{$locale->tr("help_xmlrpc_ping_enabled")}</div> 228 <input class="radio" type="radio" name="config[xmlrpc_ping_enabled]" value="1" {if $xmlrpc_ping_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")} 229 <input class="radio" type="radio" name="config[xmlrpc_ping_enabled]" value="0" {if $xmlrpc_ping_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")} 230 </div> 231 <!-- send_xmlrpc_pings_enabled_by_default --> 232 <div class="field"> 233 <label for="config[send_xmlrpc_pings_enabled_by_default]">send_xmlrpc_pings_enabled_by_default</label> 234 <div class="formHelp">{$locale->tr("help_send_xmlrpc_pings_enabled_by_default")}</div> 235 <input class="radio" type="radio" name="config[send_xmlrpc_pings_enabled_by_default]" value="1" {if $send_xmlrpc_pings_enabled_by_default == 1 } checked="checked" {/if} />{$locale->tr("yes")} 236 <input class="radio" type="radio" name="config[send_xmlrpc_pings_enabled_by_default]" value="0" {if $send_xmlrpc_pings_enabled_by_default == 0 } checked="checked" {/if} />{$locale->tr("no")} 237 </div> 238 <!-- xmlrpc_ping_hosts --> 239 <div class="field"> 240 <label for="config[xmlrpc_ping_hosts]">xmlrpc_ping_hosts</label> 241 <div class="formHelp">{$locale->tr("help_xmlrpc_ping_hosts")}</div> 242 {* we have to do it like this... otherwise it doesn't look nice on the browser textbox *} 243 <textarea name="config[xmlrpc_ping_hosts]" cols="50" rows="5">{foreach from=$xmlrpc_ping_hosts item=xmlrpc_host} 244 {$xmlrpc_host} 245 {/foreach}</textarea> 246 </div> 247 <!-- trackback_server_enabled --> 248 <div class="field"> 249 <label for="config[trackback_server_enabled]">trackback_server_enabled</label> 250 <div class="formHelp">{$locale->tr("help_trackback_server_enabled")}</div> 251 <input class="radio" type="radio" name="config[trackback_server_enabled]" value="1" {if $trackback_server_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")} 252 <input class="radio" type="radio" name="config[trackback_server_enabled]" value="0" {if $trackback_server_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")} 253 </div> 254 <!-- htmlarea_enabled --> 255 <div class="field"> 256 <label for="config[htmlarea_enabled]">htmlarea_enabled</label> 257 <div class="formHelp">{$locale->tr("help_htmlarea_enabled")}</div> 258 <input class="radio" type="radio" name="config[htmlarea_enabled]" value="1" {if $htmlarea_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")} 259 <input class="radio" type="radio" name="config[htmlarea_enabled]" value="0" {if $htmlarea_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")} 260 </div> 261 <!-- pull_down_menu_enabled --> 262 <div class="field"> 263 <label for="config[pull_down_menu_enabled]">pull_down_menu_enabled</label> 264 <div class="formHelp">{$locale->tr("enable_pull_down_menu_help")}</div> 265 <input class="radio" type="radio" name="config[pull_down_menu_enabled]" value="1" {if $pull_down_menu_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")} 266 <input class="radio" type="radio" name="config[pull_down_menu_enabled]" value="0" {if $pull_down_menu_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")} 267 </div> 268 <!-- plugin_manager_enabled --> 269 <div class="field"> 270 <label for="config[plugin_manager_enabled]">plugin_manager_enabled</label> 271 <div class="formHelp">{$locale->tr("help_plugin_manager_enabled")}</div> 272 <input class="radio" type="radio" name="config[plugin_manager_enabled]" value="1" {if $plugin_manager_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")} 273 <input class="radio" type="radio" name="config[plugin_manager_enabled]" value="0" {if $plugin_manager_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")} 274 </div> 275 <!-- minimum_password_length --> 276 <div class="field"> 277 <label for="config[minimum_password_length]">minimum_password_length</label> 278 <div class="formHelp">{$locale->tr("help_minimum_password_length")}</div> 279 <input style="width:100%" type="text" name="config[minimum_password_length]" value="{$minimum_password_length}"/> 280 </div> 281 <!-- xhtml_converter_enabled --> 282 <div class="field"> 283 <label for="config[xhtml_converter_enabled]">xhtml_converter_enabled</label> 284 <div class="formHelp">{$locale->tr("help_xhtml_converter_enabled")}</div> 285 <input class="radio" type="radio" name="config[xhtml_converter_enabled]" value="1" {if $xhtml_converter_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")} 286 <input class="radio" type="radio" name="config[xhtml_converter_enabled]" value="0" {if $xhtml_converter_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")} 287 </div> 288 <!-- xhtml_converter_aggresive_mode_enabled --> 289 <div class="field"> 290 <label for="config[xhtml_converter_aggresive_mode_enabled]">xhtml_converter_aggresive_mode_enabled</label> 291 <div class="formHelp">{$locale->tr("help_xhtml_converter_aggressive_mode_enabled")}</div> 292 <input class="radio" type="radio" name="config[xhtml_converter_aggresive_mode_enabled]" value="1" {if $xhtml_converter_aggresive_mode_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")} 293 <input class="radio" type="radio" name="config[xhtml_converter_aggresive_mode_enabled]" value="0" {if $xhtml_converter_aggresive_mode_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")} 294 </div> 295 <!-- session_save_path --> 296 <div class="field"> 297 <label for="config[session_save_path]">session_save_path</label> 298 <div class="formHelp">{$locale->tr("help_session_save_path")}</div> 299 <input style="width:100%" type="text" name="config[session_save_path]" value="{$session_save_path}"/> 300 </div> 301 <!-- skip_dashboard --> 302 <div class="field"> 303 <label for="config[skip_dashboard]">skip_dashboard</label> 304 <div class="formHelp">{$locale->tr("help_skip_dashboard")}</div> 305 <input class="radio" type="radio" name="config[skip_dashboard]" value="1" {if $skip_dashboard == 1 } checked="checked" {/if} />{$locale->tr("yes")} 306 <input class="radio" type="radio" name="config[skip_dashboard]" value="0" {if $skip_dashboard == 0 } checked="checked" {/if} />{$locale->tr("no")} 307 </div> 308 <!-- logout_destination_url --> 309 <div class="field"> 310 <label for="config[logout_destination_url]">logout_destination_url</label> 311 <div class="formHelp">{$locale->tr("help_logout_destination_url")}</div> 312 <input style="width:100%" type="text" name="config[logout_destination_url]" value="{$logout_destination_url}"/> 313 </div> 314 </div>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |