⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.rhtml

📁 用ruby on rails写的一个博客程序,还不错..ruby on rails的确是个好框架
💻 RHTML
字号:
 <% @page_heading = 'Sidebar' %><% content_for('tasks') do %>	<%= tab _("Choose a theme"), :controller=>"themes", :action=>"index" %>	<%= tab _("Manage Text Filters"), :controller=>"textfilters", :action=>"list" %><% end %>  <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>  <%= form_remote_tag(:url=>{:action=>'publish'},                      :loading => "new Element.show('update_spinner')")  %>  <input value="<%= _('Publish changes')%>" class="space" type="submit"/>  <div id="messages">&nbsp;</div>  <div id="sidebar-config">    <div id="available" class="dropbox">      <h3><%= _("Available Items")%></h3>      <div id="available_box">        <%= render :partial => 'availables', :object => @available %>      </div>    </div>    <div id="cnt-active">      <h3 id="hdr-active">        <%= _("Active Sidebar items")%>        <%= image_tag "spinner-blue.gif", :id => 'update_spinner',                      :style => 'display:none;' -%>      </h3>      <div id="active" class="dropbox">        <%= render :partial => 'actives', :object => @active %>      </div>    </div>    <br clear="all" />    <input value="<%= _('Publish changes')%>" class="space" type="submit"/>  </div>  <%= end_form_tag %>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -