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-06-16 00:52:01 -04:00
|
|
|
|
<div id="loginPage" data-role="page" class="page standalonePage" data-theme="b" data-require="scripts/loginpage,css!thirdparty/paper-button/paper-button-style">
|
2013-02-20 20:33:05 -05:00
|
|
|
|
|
2015-06-16 00:52:01 -04:00
|
|
|
|
<link rel="import" href="thirdparty/iron-icons/iron-icons.html">
|
|
|
|
|
<link rel="import" href="thirdparty/paper-button/paper-button.html">
|
2013-02-20 20:33:05 -05:00
|
|
|
|
<div data-role="content">
|
2013-07-08 12:13:21 -04:00
|
|
|
|
|
2015-05-19 15:15:40 -04:00
|
|
|
|
<form class="manualLoginForm" style="display: none; text-align: center; 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
|
|
|
|
|
2014-04-05 11:02:50 -04:00
|
|
|
|
<label for="txtManualName" style="text-align: left;">${LabelUser}</label>
|
2013-07-08 15:31:45 -04:00
|
|
|
|
<input type="text" name="txtManualName" id="txtManualName" required="required" />
|
2013-07-08 12:13:21 -04:00
|
|
|
|
|
2014-04-05 11:02:50 -04:00
|
|
|
|
<label for="txtManualPassword" style="text-align: left;">${LabelPassword}</label>
|
2013-07-08 12:13:21 -04:00
|
|
|
|
<input type="password" name="txtManualPassword" id="txtManualPassword" placeholder="password" />
|
2015-06-16 00:52:01 -04:00
|
|
|
|
<button type="submit" data-icon="check" style="display:none;" class="btnSubmitLoginForm">
|
|
|
|
|
${ButtonSignIn}
|
|
|
|
|
</button>
|
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSignIn}</span></paper-button>
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
<paper-button raised class="cancel block btnCancel" onclick="LoginPage.cancelLogin();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
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>
|
|
|
|
|
|
|
|
|
|
<div class="readOnlyContent" style="margin: 0 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
|
|
|
|
<p class="disclaimer" style="text-align: center; margin-top: 2em;"></p>
|
|
|
|
|
|
|
|
|
|
<div class="connectButtons" style="display:none;">
|
|
|
|
|
<br />
|
|
|
|
|
<a href="selectserver.html" data-role="button" data-icon="action">
|
|
|
|
|
${ButtonChangeServer}
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
2013-08-24 00:10:50 -04:00
|
|
|
|
</div>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|