jellyfin-web/dashboard-ui/myprofile.html

102 lines
5.0 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
<i class="md-icon">delete</i>
<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
2016-07-02 11:05:40 -07:00
<div is="emby-collapse" title="${HeaderUploadNewImage}">
<div class="collapseContent">
<div id="fldNewImage">
<p>${ImageUploadAspectRatioHelp}</p>
<input type="file" accept="image/*" id="uploadUserImage" name="uploadUserImage" />
<div id="userImageDropZone" class="imageDropZone">
<h3>${LabelDropImageHere}</h3>
<output id="userImageOutput"></output>
</div>
</div>
<div id="fldNewImagePreview"></div>
<div id="fldUpload" class="hide">
2017-07-30 10:53:49 -07:00
<button type="submit" data-icon="check">${ButtonUpload}</button>
2016-03-15 22:33:31 -07:00
</div>
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
2016-03-15 22:33:31 -07:00
</form>
2014-10-15 20:26:39 -07:00
2016-03-15 22:33:31 -07:00
<br />
2014-10-22 21:26:01 -07:00
2016-06-21 21:39:47 -07:00
<form class="updatePasswordForm passwordSection userProfileSettingsForm hide" style="margin: 0 auto 2em;">
2014-10-22 21:26:01 -07:00
2016-03-15 22:33:31 -07:00
<div class="detailSection">
<h1>
${HeaderPassword}
</h1>
2016-06-11 08:56:15 -07:00
<br />
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">
<i class="md-icon">lock</i>
<span>${ButtonResetPassword}</span>
</button>
2014-10-22 21:26:01 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>
</form>
2016-06-21 21:39:47 -07:00
<form class="localAccessForm localAccessSection userProfileSettingsForm hide" style="margin: 0 auto;">
2016-03-15 22:33:31 -07:00
<div class="detailSection">
<h1>
${HeaderEasyPinCode}
</h1>
2016-06-11 08:56:15 -07:00
<br />
<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">
<i class="md-icon">lock</i>
<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>