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

Ajax

开发平台:

Others

  1. <% @page_heading = _('Manage pages') %>
  2. <% @link_to_new = link_to(_("New Page"), {:controller => 'contents', :action => 'new'}, :id => 'dialog-link', :class => 'ui-state-default ui-corner-all') %>
  3. <% subtabs_for(:content) %>
  4. <table cellspacing="1" cellpadding="0">
  5.   <tr>
  6.     <th><%= _("Title") %></th>
  7.     <th><%= _("Permalink")%></th>
  8.     <th><%= _("Author")%></th>
  9.     <th><%= _("Date") %></th>
  10.   </tr>
  11.   <%= render :partial => 'pages' %>
  12. </table>