diff --git a/pylons_app/templates/login.html b/pylons_app/templates/login.html --- a/pylons_app/templates/login.html +++ b/pylons_app/templates/login.html @@ -1,38 +1,76 @@ ## -*- coding: utf-8 -*- -<%inherit file="base/base.html"/> -<%def name="title()"> - ${c.repos_prefix} - -<%def name="breadcrumbs()"> - ${c.repos_prefix} - -<%def name="page_nav()"> -   - - -<%def name="main()"> -
-
-

${_('Login to hg app')}

- ${h.form(h.url.current())} - - - - - - - - - - - - - - - -
${_('Username')}${h.text('username')}${self.get_form_error('username')}
${_('Password')}${h.password('password')}${self.get_form_error('password')}
${h.submit('login','login')}
- ${h.end_form()} + + + + ${_('Sign In to hg-app')} + + + + + + + + + + + + + +
+ +
+
${_('Sign In to hg-app')}
+
+
+
+
+ ${h.form(h.url.current())} +
+ + +
+
+
+ +
+
+ ${h.text('username',class_='focus',size=40)} +
+ +
+
+
+ +
+
+ ${h.password('password',class_='focus',size=40)} +
+ +
+ ##
+ ##
+ ## + ## + ##
+ ##
+
+ ${h.submit('sign_in','Sign In',class_="ui-button ui-widget ui-state-default ui-corner-all")} +
+
+ + + + + +
+ ${h.end_form()} +
+
- + + -