Sha256: 575c81d05a4148973a868b05f6b054b70ba4a9233ee67552e44cdedd7209cf4f
Contents?: true
Size: 748 Bytes
Versions: 69
Compression:
Stored size: 748 Bytes
Contents
# Japanese resource of highlight.rb # def highlight_conf_label; 'Highlight'; end def highlight_conf_html <<-HTML <h3 class="subtitle">Color Settings of Highlight</h3> <p>Highlights subtitle jumped from other pages as <span style="color: #{h @conf['highlight.color']}; background: #{h @conf['highlight.background']}">THIS</span>.</p> <table> <tr> <th>Text color of highlight</th> <td><input name="highlight.color" value="#{h @conf['highlight.color']}"></td> </tr> <tr> <th>Background color of highlight</th> <td><input name="highlight.background" value="#{h @conf['highlight.background']}"></td> </tr> </table> HTML end # Local Variables: # mode: ruby # indent-tabs-mode: t # tab-width: 3 # ruby-indent-level: 3 # End:
Version data entries
69 entries across 58 versions & 1 rubygems