Sha256: e81d4ea26eb6e1d995415c1e64dbc02c82c92b60dfd45bb1965a4f9b4fd0c48c
Contents?: true
Size: 1.63 KB
Versions: 28
Compression:
Stored size: 1.63 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" do='void' lang="#{v.lang}" xml:lang='en'> <head> <title do='show' attr='title' name='page_title'>Zena site</title> <r:stylesheets list='reset'/> <style> body { color:#666; background: #ddd url('/en/skin52.html') no-repeat; font:13px Verdana, Helvetica, sans-serif; } a { color:inherit; text-decoration:none;} a:hover { color:#04a;} .welcome { text-align:center; border-bottom:1px solid grey; padding:10px; background:#aaa; color:#333;} .cancel { float:right; color:#333;} table { margin:20px;} td { padding:5px; } #login_form { border:1px solid grey; background:#eee; width:400px; margin:120px auto; padding:0;} </style> </head> <body do='void' name='body'> <div id='login_form'> <p class='welcome' do='link'><r:t>Login for</r:t> <b do='title'/></p> <r:flash_messages/> <form action="/session" method="post"> <table> <tr> <td><label for='user_login' do='trans'>User name:</label></td> <td><input id='user_login' name="login" size="20" type="text" /></td> </tr> <tr> <td><label for='user_password' do='trans'>Password:</label></td> <td><input name="password" size="20" type="password" /></td> </tr> <tr><td></td><td><input name="commit" type="submit" value=" login " /> <p class='cancel' do='link' do='t'>cancel</p></td></tr> </table> </form> </div> <script type="text/javascript"> window.onload = document.getElementById('user_login').focus(); </script> </body> </html>
Version data entries
28 entries across 14 versions & 1 rubygems