Sha256: a4bcef9b3157916e9f7ab1be01846282bd6364f91cecd1fafcf6135df491303e
Contents?: true
Size: 1010 Bytes
Versions: 27
Compression:
Stored size: 1010 Bytes
Contents
# English resource of pb-show.rb # def pingback_today; "Today's Pingbacks"; end def pingback_total( total ); "(Total: #{total})"; end def pb_show_conf_html <<-"HTML" <h3 class="subtitle">Pingback anchor</h3> #{"<p>Pingback anchor is inserted into begining of each Pingbacks from other weblogs. So You can specify '<span class=\"tanchor\">_</span>\">', image anchor will be shown Image anchor by themes.</p>" unless @cgi.mobile_agent?} <p><input name="trackback_anchor" value="#{ h(@conf['trackback_anchor'] || @conf.comment_anchor ) }" size="40"></p> <h3 class="subtitle">Number of Pingbacks</h3> #{"<p>In Latest or Month mode, you can specify number of visible Pingbacks. So in Dayly mode, all of Pingbacks are shown.</p>" unless @cgi.mobile_agent?} <p><input name="trackback_limit" value="#{ h( @conf['trackback_limit'] || @conf.comment_limit )}" size="3"> Pingbacks</p> HTML end # Local Variables: # mode: ruby # indent-tabs-mode: t # tab-width: 3 # ruby-indent-level: 3 # End:
Version data entries
27 entries across 27 versions & 1 rubygems