<@20> <@local(h,id)> <$ifbreak(! Auth.isadmin)> <$h = validator(begin_hash, Form)> VERSION = データVersion VERSION:type = num VERSION:min = 2.90 VERSION:max = <@v.VERSION> mainte_mode = flag mainte_txt = メンテナンスメッセージ mainte_txt:max_chars = 2048 mainte_txt:filter0 = reg_rep:[\r?\n] mainte_txt:filter0_opt =
mainte_txt:filter1 = file:<@v.allow_tags_head>description.txt mainte_txt:filter1_opt = <@v.trust_mode> ping_servers_txt = Pingサーバーの設定 ping_servers_txt:filter0 = tag ping_servers_txt:filter1 = trim http_timeout = 更新通知/TBのタイムアウト http_timeout:type = int http_timeout:default = 3 http_timeout:min = 1 http_timeout:max = 60 reload_time = リロードタイム reload_time:type = int reload_time:default = 3 reload_time:min = 0 reload_time:max = 60 edit_lock_interval = 同時編集の確認間隔 edit_lock_interval:type = int edit_lock_interval:default = 60 edit_lock_interval:min = 0 edit_lock_interval:max = 300 blogs_allow = ブログ一覧の表示範囲 blogs_allow:enum = ,users,admin create_blog_only_admin = flag dir_postfix_len = 公開ディレクト付加文字列長 dir_postfix_len:type = int dir_postfix_len:default = 6 dir_postfix_len:min = 2 dir_postfix_len:max = 32 clip_append = 文末省略時の付加文字列 clip_append:default = ... clip_append:max_chars = 20 clip_append:filter0 = trim clip_append:filter1 = tag html_cache = flag search_cache = flag html_cache_max = キャッシュ件数 html_cache_max:type = int html_cache_max:min = 4 html_cache_max:max = 256 html_cache_timeout = タイムアウト html_cache_timeout:type = int html_cache_timeout:min = 60 html_cache_timeout:max = 3600 <$end> <$id = if(v.subdomain_mode, '', Form.default_blogid)> <$ifform_error( id ne '' && !v.find_blog(id), 'default_blogid', "指定のブログが見つかりません" )> <$ifbreak(form_error())> <$ifset(h.edit_lock_interval < 10, h.edit_lock_interval, 0)> <@> デフォルトblog idを反映 <$call('_sub/set_default_blog', id)> <@> 設定更新 <$v.update_sysdat(h)> <$action_return = 0> POST成功時の処理 <$ifexec(action_return eq '0', begin)> <$message("設定を保存しました")> <$url = v.myself .'?'. v.query0> <$jump('_sub/reload_message', url)> <$end>