<% @title = "#{@web_name} Login" %><% @hide_navigation = true %>

<%= form_tag({ :controller => 'wiki', :action => 'authenticate', :web => @web.address}, { 'name' => 'loginForm', 'id' => 'loginForm', 'method' => 'post', 'accept-charset' => 'utf-8' }) %>

This web is password-protected. Please enter the password. <% if @web.published? %> If you don't have the password, you can view this wiki as a <%= link_to 'read-only version', :action => 'published', :id => 'HomePage' %>. <% end %>

Password:

<%= end_form_tag %>