static_sidebar.rb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
源码类别:

Ajax

开发平台:

Others

  1. class StaticSidebar < Sidebar
  2.   DEFAULT_TEXT = %q{
  3. <ul>
  4.   <li><a href="http://www.typosphere.org" title="Typo">Typosphere</a></li>
  5.   <li><a href="http://typogarden.org">Typogarden</a></li>
  6.   <li><a href="http://www.bofh.org.uk" title="Just a Summary">Just A Summary</a></li>
  7.   <li><a href="http://fredericdevillamil.com" title="Frédéric de Villamil">Ergonomie, Rails et Architecture de l'information web</a></li>
  8.   <li><a href="/admin">Admin</a></li>
  9. </ul>
  10. }
  11.   description "Static content, like links to other sites, advertisements, or blog meta-information"
  12.   setting :title, 'Links'
  13.   setting :body,  DEFAULT_TEXT, :input_type => :text_area
  14. end