source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/views/default.mobile/user.html

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 605 bytes
Line 
1{{extend 'default.mobile/layout.html'}}
2<h2>{{=T( request.args(0).replace('_',' ').capitalize() )}}</h2>
3<div id="web2py_user_form">
4{{=form}}
5{{if request.args(0)=='login':}}
6{{if not 'register' in auth.settings.actions_disabled:}}
7<br/><a href="{{=URL(r=request,args='register')}}">register</a>
8{{pass}}
9{{if not 'request_reset_password' in auth.settings.actions_disabled:}}
10<br/><a href="{{=URL(r=request,args='request_reset_password')}}">lost password</a>
11{{pass}}
12{{pass}}
13</div>
14
15<script language="javascript">
16<!--
17 jQuery("#web2py_user_form input:visible:enabled:first").focus();
18//-->
19</script>
20
Note: See TracBrowser for help on using the repository browser.