Sha256: 9d21832f94f92a9632e95cd8083ee7910160cfcb2962ad01f75bf08ec39f5b61
Contents?: true
Size: 1.28 KB
Versions: 8
Compression:
Stored size: 1.28 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="en" set_lang='[v_lang]' xml:lang='en'> <head> <title do='title_for_layout' do='trans'>login</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Language" do='void' content='fr-fr' tset_content='[v_lang]_content'/> <r:stylesheets name='stylesheets' list='reset,zena,default'/> </head> <body> <!-- There was a problem with the rendering of the original zafu code. Using default '+login' template. --> <div id='login_form'><div> <form action="/session" method="post"> <table> <tr> <td><label for='user_login' do='trans'>User name:</label></td> <td><input 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 " /></td></tr> </table> </form></div> </div> <script type="text/javascript"> window.onload = document.getElementById('user_login').focus(); </script> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems