index.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:2k
源码类别:

Ajax

开发平台:

Others

  1. <% @page_heading = _('Sidebar') %>
  2. <% subtabs_for(:themes) %>
  3.   <p><%= _("Drag and drop to change the sidebar items displayed on this blog.  To remove items from the sidebar just click remove  Changes are saved immediately, but not activated until you click the 'Publish' button")%>.</p>
  4.   <%= form_remote_tag(:url=>{:action=>'publish'},
  5.                       :loading => "new Element.show('update_spinner')",
  6.                       :success => "var g = new k.Growler({location : 'br'}); 
  7.                  g.info('Sidebar was successfully saved', {life: 3});",
  8.                  :failure => "var g = new k.Growler({location : 'br'}); 
  9.                  g.error('Oops, something wrong happened', {life: 3});
  10.                  ")  %>
  11.   <div>
  12.     <%= save(_('Publish changes'))%>
  13.   </div>
  14.   <div id="messages">&nbsp;</div>
  15.   <div id="sidebar-config">
  16.     <div id="available" class='ui-accordion ui-widget ui-helper-reset ui-accordion-icons'>
  17.       <h3 class='ui-accordion-header ui-helper-reset ui-state-active ui-corner-top'><%= _("Available Items")%></h3>
  18.       <div id="available_box" class='ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active'>
  19.         <%= render :partial => 'availables', :object => @available %>
  20.       </div>
  21.     </div>
  22.     <div id="cnt-active" class='ui-accordion ui-widget ui-helper-reset ui-accordion-icons'>
  23.       <h3 id="hdr-active" class='ui-accordion-header ui-helper-reset ui-state-active ui-corner-top'>
  24.         <%= _("Active Sidebar items")%>
  25.         <%= image_tag "spinner-blue.gif", :id => 'update_spinner',
  26.                       :style => 'display:none;' -%>
  27.       </h3>
  28.       <div id="active" class='ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active'>
  29.         <%= render :partial => 'actives', :object => @active %>
  30.       </div>
  31.     </div>
  32.     <br class='clear' />
  33.   <div>
  34.     <%= save(_('Publish changes'))%>
  35.   </div>
  36.   </div>
  37.   
  38. <h2><%= _("Get more plugins") %></h2>
  39.   <p>You can download and install sidebar plugins from our official <a href="http://wiki.github.com/fdv/typo/typo-plugins-list">plugin repository</a>. All you have to do is upload the theme directory in your vendor/plugins directory. You can aso run</p> 
  40.   
  41.   <p><code>script/plugins install http://svn.typosphere.org/plugins/myplugin.</code></p>
  42.