X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/mobile_webpages/login_screen/user_login.html diff --git a/templates/mobile_webpages/login_screen/user_login.html b/templates/mobile_webpages/login_screen/user_login.html new file mode 100644 index 000000000..6fb5671c4 --- /dev/null +++ b/templates/mobile_webpages/login_screen/user_login.html @@ -0,0 +1,49 @@ +[%- USE T8 %] +[%- USE P %] +[%- USE HTML %][%- USE L -%][%- USE LxERP -%] + +
+ + + +
+
[% LxERP.t8('kivitendo v#1', version) %]
+ +
+
+[% IF error %] +
[% error | html %]
+[% END %] +[% IF warning %] +
[% warning | html %]
+[% END %] +[% IF info %] +
[% ok | html %]
+[% END %] +
+
+ +
+
+
+ +
+
+ [% P.M.input_tag('{AUTH}login', FORM.$auth_login, id='auth_login', class='initial_focus validate col s12', label=LxERP.t8('Login Name')) %] +
+
+ [% P.M.input_tag('{AUTH}password', '', type='password', id='auth_password', class='validate col s12', label=LxERP.t8('Password')) %] +
+
+ [% P.M.select_tag('{AUTH}client_id', SELF.clients, id='auth_client_id', class='col s12', title_key='name', default=SELF.default_client_id) %] +
+ +
+ [% L.hidden_tag("action", "LoginScreen/login") %] + [% P.M.submit_tag("btn_login", "Login", class="col s12", large=1) %] +
+
+ +
+
+