Sha256: 817acd5ed1e17e771c8c56826e65574b1952a4028a72a8a5ed473a6276251803
Contents?: true
Size: 473 Bytes
Versions: 2
Compression:
Stored size: 473 Bytes
Contents
<% @title = "#{@web_name} Login" %><% @hide_navigation = true %> <p> <%= form_tag({ :controller => 'wiki', :action => 'authenticate', :web => @web.address}, { 'name' => 'loginForm', 'id' => 'loginForm', 'method' => 'post'}) %> <b>Password</b><br /> <input type="password" name="password" id="password" default="yes" /> <%= end_form_tag %> </p> <script language="JavaScript"> document.forms["loginForm"].elements["password"].focus(); </script>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
instiki-0.10.1 | app/views/wiki/login.rhtml |
instiki-0.10.2 | app/views/wiki/login.rhtml |