%- @title = "Edit Web" -%> <% form_tag({ :controller => 'admin', :action => 'edit_web', :web => @web.address }, { 'id' => 'setup', 'method' => 'post', 'onsubmit' => 'cleanAddress(); return validateSetup()', 'accept-charset' => 'utf-8' }) do %>
/>
/>
/>
/>
Allow uploads of no more than
kbytes
-
allow users to upload pictures and other files and include them on wiki pages
and
...or forget changes and <%= link_to 'create a new web', :action => 'create_web' %>
Clean up this web (<%= @web.name %>) by entering the system password and
<%- end -%> <%- categories = WikiReference.list_categories(@web).sort if categories.length > 0 -%> <% form_tag({:controller => 'admin', :web => @web.address, :action => 'remove_orphaned_pages_in_category'}, { :id => 'remove_orphaned_pages_in_category', :onsubmit => "return checkSystemPassword(document.getElementById('system_password_orphaned_in_category').value)", 'accept-charset' => 'utf-8' }) do %>Clean up selected category: Enter system password and
<%- end -%> <%- end -%>Delete this web (<%= @web.name %>), and all its pages. Enter system password and
<%- end %>