2013-02-20 20:33:05 -05:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-05 11:02:50 -04:00
|
|
|
|
<title>${TitleSignIn}</title>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-12-14 10:43:03 -05:00
|
|
|
|
<div id="loginPage" data-role="page" class="page standalonePage" data-theme="b" data-require="scripts/loginpage,humanedate,paper-input">
|
2013-02-20 20:33:05 -05:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
2013-07-08 12:13:21 -04:00
|
|
|
|
|
2015-07-28 23:42:03 -04:00
|
|
|
|
<form class="manualLoginForm" style="display: none; margin: 0 auto;">
|
2015-05-05 19:15:47 -04:00
|
|
|
|
|
2015-01-18 00:45:10 -05:00
|
|
|
|
<h1 style="text-align: left;">${HeaderPleaseSignIn}</h1>
|
2013-07-08 12:13:21 -04:00
|
|
|
|
|
2015-11-14 23:35:44 -05:00
|
|
|
|
<div style="display: none;">
|
|
|
|
|
<input type="text" id="PreventChromeAutocomplete" name="PreventChromeAutocomplete" autocomplete="address-level4" />
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-07-28 23:42:03 -04:00
|
|
|
|
<paper-input type="text" id="txtManualName" required="required" label="${LabelUser}" autocomplete="off"></paper-input>
|
2013-07-08 12:13:21 -04:00
|
|
|
|
|
2015-07-28 23:42:03 -04:00
|
|
|
|
<paper-input id="txtManualPassword" type="password" label="${LabelPassword}" autocomplete="off"></paper-input>
|
|
|
|
|
|
|
|
|
|
<br />
|
2015-06-16 00:52:01 -04:00
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
2015-06-23 18:13:06 -04:00
|
|
|
|
<paper-button raised class="accent block"><iron-icon icon="check"></iron-icon><span>${ButtonSignIn}</span></paper-button>
|
2015-06-16 00:52:01 -04:00
|
|
|
|
</button>
|
2016-02-23 11:25:17 -05:00
|
|
|
|
<div style="margin-top:.5em;">
|
|
|
|
|
<paper-button raised class="cancel block btnCancel" onclick="LoginPage.cancelLogin();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
|
|
|
|
</div>
|
2014-11-08 22:18:14 -05:00
|
|
|
|
<br />
|
2015-05-06 08:56:26 -04:00
|
|
|
|
<br />
|
2013-07-08 12:13:21 -04:00
|
|
|
|
</form>
|
|
|
|
|
|
2015-05-26 13:48:05 -04:00
|
|
|
|
<div class="visualLoginForm" style="text-align: center;">
|
2015-05-05 19:15:47 -04:00
|
|
|
|
<br />
|
2014-07-26 13:30:15 -04:00
|
|
|
|
<div id="divUsers" class="itemsContainer"></div>
|
2013-08-24 00:10:50 -04:00
|
|
|
|
|
2015-05-06 08:56:26 -04:00
|
|
|
|
<br />
|
|
|
|
|
|
2015-05-05 19:15:47 -04:00
|
|
|
|
<div class="readOnlyContent" style="margin: 2em auto 0;">
|
2015-06-16 00:52:01 -04:00
|
|
|
|
<paper-button raised class="cancel block" onclick="LoginPage.showManualForm(jQuery.mobile.activePage, true);"><iron-icon icon="lock"></iron-icon><span>${ButtonManualLogin}</span></paper-button>
|
2015-05-05 19:15:47 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-02-23 11:25:17 -05:00
|
|
|
|
<div class="readOnlyContent" style="margin: .5em auto 1em;">
|
2015-06-16 00:52:01 -04:00
|
|
|
|
<paper-button raised class="cancel block btnForgotPassword" onclick="LoginPage.cancelLogin();"><iron-icon icon="info"></iron-icon><span>${ButtonForgotPassword}</span></paper-button>
|
2014-02-08 15:02:35 -05:00
|
|
|
|
|
2015-05-05 19:15:47 -04:00
|
|
|
|
<div class="connectButtons" style="display:none;">
|
2015-06-17 11:39:46 -04:00
|
|
|
|
<a href="selectserver.html" class="clearLink">
|
|
|
|
|
<paper-button raised class="cancel block"><iron-icon icon="settings"></iron-icon><span>${ButtonChangeServer}</span></paper-button>
|
2015-05-05 19:15:47 -04:00
|
|
|
|
</a>
|
|
|
|
|
</div>
|
2015-06-17 11:39:46 -04:00
|
|
|
|
|
|
|
|
|
<p class="disclaimer" style="text-align: center; margin-top: 2em;"></p>
|
2013-08-24 00:10:50 -04:00
|
|
|
|
</div>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|