Sha256: 25668a76b11b17399ccbde5d65a1f4da80abd6941dcb5b597d8c3e4268926ed6
Contents?: true
Size: 955 Bytes
Versions: 52
Compression:
Stored size: 955 Bytes
Contents
# Japanese resource of comment_key.rb # # Copyright (c) 2005 Hahahaha <rin_ne@big.or.jp> # Distributed under the GPL # @comment_key_label_conf = 'コメントキーフィルタ' def comment_key_conf_html <<-"HTML" <h3 class="subtitle">#{@comment_key_label_conf}</h3> <p><input type="checkbox" name="comment_key_enable" value="true" #{'checked' if @conf['comment_key.enable']}>コメントキーフィルタを有効にする</p> <p>コメントキーフィルタのために使用される鍵の先頭文字列を指定します。なお、この文字列はMD5にてエンコードされるため、出力HTML内に直接表現されることはありません。</p> <p><input name="comment_key_prefix" value="#{h( @conf['comment_key.prefix'] || 'tdiary' )}" size="40"></p> <p><input type="checkbox" name="comment_key_nodate" value="true" #{'checked' if @conf['comment_key.nodate']}>常に同一の鍵文字列を生成する</p> HTML end
Version data entries
52 entries across 46 versions & 2 rubygems