Login

secure client access

<%= render :partial => 'messages' %>

<% if @pageblocked.nil? %>
<%= hidden_field_tag "user_password", "" %>
<%= text_field "user", "company", :size => 20, :class => "text" %>
<%= text_field "user", "login", :size => 20, :class => "text" %>
<%= password_field "user", "textpassword", :size => 20, :class=>"text" %>
<%= submit_tag "Log In", :class => "login-button" %>
<% else %>

You have exceeded the maximum attempts to log in.

If you have forgotten your user name or password, please contact your system administrator and try again.
<% end %>