11 lines
251 B
Plaintext
Executable file
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' %> |