2016-02-21 01:25:25 -05:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Emby</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2016-02-22 00:07:45 -05:00
|
|
|
|
<div id="pinEntryPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-contextname="${HeaderSettings}" data-require="scripts/pin,paper-input" data-backbutton="true">
|
2016-02-21 01:25:25 -05:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<form style="margin: auto;">
|
|
|
|
|
<h1>${HeaderEnterPinCode}</h1>
|
|
|
|
|
|
2016-02-21 09:52:53 -05:00
|
|
|
|
<p style="margin-top:2em;">${ButtonEnterPinCodeHelp}</p>
|
2016-02-21 01:25:25 -05:00
|
|
|
|
|
|
|
|
|
<paper-input type="number" id="txtPin" pattern="[0-9]*" required="required" min="0" max="999999" step="1" label="${LabelPinCode}"></paper-input>
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="accent block"><iron-icon icon="check"></iron-icon><span>${ButtonSignIn}</span></paper-button>
|
|
|
|
|
</button>
|
|
|
|
|
|
2016-02-21 09:52:53 -05:00
|
|
|
|
<paper-button raised class="cancel block btnCancel"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
2016-02-21 01:25:25 -05:00
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|