instiki/app/views/wiki/login.rhtml
2005-01-15 20:26:54 +00:00

11 lines
251 B
Plaintext
Executable file

<% @title = "#{@web_name} Login" %><% @hide_navigation = true %><%= render 'top' %>
<form action="authenticate" method="post">
<p>
<b>Password</b><br />
<input type="password" name="password" />
</p>
</form>
<%= render 'bottom' %>