source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/views/default.mobile/index.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: 757 bytes
Line 
1{{extend 'default.mobile/layout.html'}}
2
3<h2>web2py&trade; {{=T('Web Framework')}}</h2>
4<h3>{{=T('Login to the Administrative Interface')}}</h3>
5
6{{if request.is_https or request.is_local:}}
7<div class="form">
8  <form action="{{=URL(r=request)}}" method="post">
9    <div><input type="hidden" name="send" value="{{=send}}"/></div>
10    <table>
11      <tr><td>{{=T('Administrator Password:')}}</td><td><input type="password" name="password" id="password"/></td></tr>
12      <tr><td></td><td><button name="login">{{=T('Login')}}</button></td></tr>
13    </table>
14    <input type="hidden" name="is_mobile" value="true"/>
15  </form>
16</div>
17{{else:}}
18<p class="help">{{=T('ATTENTION: Login requires a secure (HTTPS) connection or running on localhost.')}}</p>
19{{pass}}
Note: See TracBrowser for help on using the repository browser.