Sha256: 0bc4f0aeb1087f3178effeb646601a36e7eabbf1a3cdd6adfaad19bd32bf3c80

Contents?: true

Size: 845 Bytes

Versions: 89

Compression:

Stored size: 845 Bytes

Contents

<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>

<div id="sitemap-wrapper">
</div>

<script id="sitemap-template" type="text/x-handlebars-template">
  <ul id="sitemap" class="list">
    {{> 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.currentSitemap = new Alchemy.Sitemap({
     url: '<%= alchemy.tree_admin_pages_path %>',
     page_root_id: <%= @page_root.id %>
   });
   Alchemy.PagePublicationFields();
 });
</script>

Version data entries

89 entries across 89 versions & 1 rubygems

Version Path
alchemy_cms-7.3.6 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.2.9 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.3.5 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.2.8 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.1.13 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.0.16 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.3.4 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.1.12 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.0.15 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-6.1.10 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.1.11 app/views/alchemy/admin/pages/_sitemap.html.erb
alchemy_cms-7.2.3 app/views/alchemy/admin/pages/_sitemap.html.erb