Sha256: c10c7a1eb1206614cda379b329b5c0bdc4532eb8865330041bfbbd350b2b00bf

Contents?: true

Size: 981 Bytes

Versions: 58

Compression:

Stored size: 981 Bytes

Contents

<div id="sitemap-wrapper">
  <h4 id="sitemap_heading">
    <span class="page_name"><%= Alchemy::Page.human_attribute_name(:name) %></span>
    <span class="page_urlname"><%= Alchemy::Page.human_attribute_name(:urlname) %></span>
    <span class="page_status"><%= Alchemy.t(:page_status) %></span>
  </h4>

  <p class="loading"></p>
</div>

<script id="sitemap-template" type="text/x-handlebars-template">
  <ul id="sitemap" class="list<%= @sorting ? ' sorting' : nil %>">
    {{> list}}
  </ul>
</script>

<script id="sitemap-list" type="text/x-handlebars-template">
  {{#each children}}
  <%= render partial: page_partial, object: @page_root %>
  {{/each}}
</script>

<script type="text/javascript">
 $(function() {
   Alchemy.Sitemap.init({
     url: '<%= alchemy.tree_admin_pages_path %>',
     page_root_id: <%= @page_root.id %>,
     full: <%= full %>
     <% if @sorting  %>
     ,ready: function () {
       Alchemy.PageSorter();
     }
     <% end %>
   });
 });
</script>

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
alchemy_cms-6.0.0.pre.rc2 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.1.6 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.0.6 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.2.2 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.1.5 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.0.5 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-6.0.0.pre.rc1 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-6.0.0.pre.b6 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-6.0.0.pre.b5 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-6.0.0.pre.b4 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-6.0.0.b3 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-6.0.0.b2 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-6.0.0.b1 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.2.1 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.1.4 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-4.6.3 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.0.4 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.1.3 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.2.0 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.2.0.rc1 app/views/alchemy/admin/pages/_sitemap.html.erb