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-5.2.7 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.2.6 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.1.10 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.0.10 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-6.0.0.pre.rc5 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-4.6.7 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-6.0.0.pre.rc4 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-6.0.0.pre.rc3 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.2.5 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.1.9 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.0.9 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-4.6.6 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.2.4 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.1.8 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.0.8 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-4.6.5 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-4.6.4 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.0.7 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.1.7 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-5.2.3 app/views/alchemy/admin/pages/_sitemap.html.erb