jellyfin-web/dashboard-ui/myprofile.html

98 lines
5.1 KiB
HTML
Raw Normal View History

<div id="userImagePage" data-role="page" class="page libraryPage userPreferencesPage userPasswordPage noSecondaryNavPage" data-title="${HeaderProfile}" data-menubutton="false">
2014-10-15 20:26:39 -07:00
2017-04-18 10:48:27 -07:00
<div class="padded-left padded-right padded-bottom-page">
2016-03-15 22:33:31 -07:00
<br />
<div class="readOnlyContent" style="margin: 0 auto; padding: 0 1em;">
<div id="fldImage" style="display:inline-block;"></div>
2014-10-15 20:26:39 -07:00
2016-03-15 22:33:31 -07:00
<div style="vertical-align:top;margin: .5em 0 0 1em;display:inline-block;">
<h2 class="username" style="margin: 0;"></h2>
<br />
2016-09-08 23:59:23 -07:00
<button is="emby-button" type="button" class="raised hide" id="btnDeleteImage">
2016-08-10 20:55:44 -07:00
<span>${ButtonDeleteImage}</span>
</button>
2014-10-15 20:26:39 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>
2014-10-15 20:26:39 -07:00
2016-06-21 21:39:47 -07:00
<div class="connectMessage readOnlyContent hide" style="margin: 0 auto; padding: 0 1em; text-align:center;">
2016-03-15 22:33:31 -07:00
<p>${MessageProfileInfoSynced}</p>
2017-04-23 14:24:43 -07:00
<div style="margin-top: .75em;"><a is="emby-linkbutton" class="button-link" href="http://emby.media/connect" target="_blank">${ButtonLearnMoreAboutEmbyConnect}</a></div>
2016-03-15 22:33:31 -07:00
</div>
2014-10-16 21:52:41 -07:00
2016-06-21 21:39:47 -07:00
<form class="newImageForm userProfileSettingsForm hide" style="margin: 1em auto 0;">
2014-10-15 20:26:39 -07:00
2017-09-19 13:07:18 -07:00
<div class="flex align-items-center" style="margin:1.5em 0;">
<h1 style="margin:0;">${HeaderUploadNewImage}</h1>
2018-09-12 10:26:21 -07:00
<button is="emby-button" type="button" class="fab btnBrowse" style="margin-left:1em;" title="${Browse}">
<i class="md-icon">add</i>
2017-09-19 13:07:18 -07:00
</button>
</div>
2017-09-18 09:46:03 -07:00
<div id="fldNewImage">
<div id="userImageDropZone" class="imageDropZone squareImageDropZone fieldDescription">
<div>${LabelDropImageHere}</div>
<output id="userImageOutput" class="flex align-items-center justify-content-center" style="position: absolute;top:0;left:0;right:0;bottom:0;width:100%;"></output>
<input type="file" accept="image/*" id="uploadUserImage" name="uploadUserImage" style="position: absolute;top:0;left:0;right:0;bottom:0;width:100%;opacity:0;" />
2014-10-15 20:26:39 -07:00
</div>
2016-07-02 11:05:40 -07:00
</div>
2014-10-15 20:26:39 -07:00
2017-09-18 09:46:03 -07:00
<div id="fldUpload" class="hide" style="margin-top:1em;">
<button is="emby-button" type="submit" class="raised button-submit block">${ButtonUpload}</button>
</div>
2016-03-15 22:33:31 -07:00
</form>
2014-10-15 20:26:39 -07:00
2017-10-17 12:48:17 -07:00
<form class="updatePasswordForm passwordSection userProfileSettingsForm hide" style="margin: 3em auto 0;">
2014-10-22 21:26:01 -07:00
2017-10-17 12:48:17 -07:00
<div class="verticalSection">
<h2 class="sectionTitle">
2016-03-15 22:33:31 -07:00
${HeaderPassword}
2017-10-17 12:48:17 -07:00
</h2>
2016-06-21 21:39:47 -07:00
<div id="fldCurrentPassword" class="inputContainer hide">
2016-06-11 08:56:15 -07:00
<input is="emby-input" type="password" id="txtCurrentPassword" label="${LabelCurrentPassword}" autocomplete="off" />
</div>
<div class="inputContainer">
<input is="emby-input" type="password" id="txtNewPassword" label="${LabelNewPassword}" autocomplete="off" />
</div>
<div class="inputContainer">
<input is="emby-input" type="password" id="txtNewPasswordConfirm" label="${LabelNewPasswordConfirm}" autocomplete="off" />
</div>
<div>
2016-09-17 22:52:10 -07:00
<button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button>
2016-08-10 20:55:44 -07:00
<button is="emby-button" type="button" id="btnResetPassword" class="raised cancel block hide">
<span>${ButtonResetPassword}</span>
</button>
2014-10-22 21:26:01 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>
</form>
2017-10-17 12:48:17 -07:00
<form class="localAccessForm localAccessSection userProfileSettingsForm hide" style="margin: 3em auto 0;">
<div class="verticalSection">
<h2 class="sectionTitle">
2016-03-15 22:33:31 -07:00
${HeaderEasyPinCode}
2017-10-17 12:48:17 -07:00
</h2>
2016-06-11 08:56:15 -07:00
<div>${EasyPasswordHelp}</div>
<br />
<div class="inputContainer">
<input is="emby-input" type="number" id="txtEasyPassword" label="${LabelEasyPinCode}" autocomplete="off" pattern="[0-9]*" step="1" maxlength="5" />
</div>
2016-08-05 12:34:10 -07:00
<div class="checkboxContainer checkboxContainer-withDescription">
2016-06-11 08:56:15 -07:00
<label>
<input type="checkbox" is="emby-checkbox" class="chkEnableLocalEasyPassword" />
<span>${LabelInNetworkSignInWithEasyPassword}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${LabelInNetworkSignInWithEasyPasswordHelp}</div>
</div>
<div>
2016-09-08 23:59:23 -07:00
<button is="emby-button" type="submit" class="raised button-submit block">
2016-09-18 09:08:32 -07:00
<span>${ButtonSave}</span>
2016-08-10 20:55:44 -07:00
</button>
<button is="emby-button" type="button" id="btnResetEasyPassword" class="raised cancel block hide">
<span>${ButtonResetEasyPassword}</span>
</button>
2014-10-22 21:26:01 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>
</form>
2014-10-15 20:26:39 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>