<% @title = "All Pages" %> <%= sub_template "top" %> <% unless @categories.empty? %>

Categories: <% if @params["category"].nil? %> [Any] <% else %> Any <% end %> <% if @params["category"] == 'none' %> [None] <% else %> None <% end %> <%= @category_links.join(', ') %>

<% end %>
<% unless @pages_that_are_orphaned.empty? && @page_names_that_are_wanted.empty? %>

All Pages
All pages in <%= @set_name %> listed alphabetically

<% end %> <% if @web.count_pages %> <% total_chars = @pages_in_category.characters %>

All content: <%= total_chars %> chars / <%= sprintf("%-.1f", (total_chars / 2275 )) %> pages

<% end %> <% unless @page_names_that_are_wanted.empty? %>

Wanted Pages
Unexisting pages that other pages in <%= @set_name %> reference

<% end %> <% unless @pages_that_are_orphaned.empty? %>

Orphaned Pages
Pages in <%= @set_name %> that no other page reference

<% end %>

Page Administration

<% if @web.check_pass_on_edit %> <% end %>
Enter edit Password and...
Delete page:
 
Rename:
To:
 
Create New Page:
 
<%= sub_template "bottom" %>