Sha256: 50b7c4cdbe604b93b4586653df78b5fa3eb659e56b61243dc733ae758758e512

Contents?: true

Size: 1.43 KB

Versions: 10

Compression:

Stored size: 1.43 KB

Contents

<%
  hidden = defined?(hidden) ? hidden : false
  access_icon = defined?(access_icon) ? access_icon : nil
  published_status_icon = defined?(published_status_icon) ? published_status_icon : nil
  published_status_label = defined?(published_status_label) ? published_status_label : nil
%>
<div class="roundedcorners">
  <table class="section_node <%= node_type %> <%= "movable" if current_user.able_to?(:publish_content) %>" width="100%" cellspacing="0" cellpadding="0">
    <tr><td colspan="4" class="drop-before"></td></tr>
    <tr<%= ' class="doubled"' if access_icon && hidden %>>
      <td id="<%= node_type %>_<%= node.id %>" class="<%= node_type == "section" && node.root? ? 'root' : '' %> <%= node_type %> node">
	      <%= icon %>
	      <div><%= h(node.name) %></div>
      </td>
      <td class="sitemap_hidden divided">
        <a href="#" class="hidden"><%= status_icon(:hidden) if hidden %><span>HIDDEN</span></a>
      </td>
      <td class="sitemap_access divided">
        <%= access_icon ? access_icon : "&nbsp;" %>
      </td>
      <td class="sitemap_published_status">
        <div>
          <%= published_status_icon ? published_status_icon : "&nbsp;" %>
          <div><%= published_status_label if published_status_label %></div>
        </div>
      </td>
    </tr>
    <tr><td colspan="4" class="drop-after"></td></tr>
  </table>
  <div class="stl"></div>
  <div class="str"></div>
  <div class="sbl"></div>
  <div class="sbr"></div>
</div>

Version data entries

10 entries across 10 versions & 6 rubygems

Version Path
SFEley-browsercms-3.0.2 app/views/cms/section_nodes/_node.html.erb
buzzware-browsercms-3.0.2 app/views/cms/section_nodes/_node.html.erb
coredumplings-browsercms-3.0.0 app/views/cms/section_nodes/_node.html.erb
nate-browsercms-3.0.210 app/views/cms/section_nodes/_node.html.erb
nate-browsercms-3.0.211 app/views/cms/section_nodes/_node.html.erb
we5-browsercms-3.0.1.1 app/views/cms/section_nodes/_node.html.erb
we5-browsercms-3.0.2 app/views/cms/section_nodes/_node.html.erb
browsercms-3.0.2 app/views/cms/section_nodes/_node.html.erb
browsercms-3.0.1 app/views/cms/section_nodes/_node.html.erb
browsercms-3.0.0 app/views/cms/section_nodes/_node.html.erb