mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
improve user profile ui
This commit is contained in:
parent
4b51e69e53
commit
2ab7e15656
5 changed files with 283 additions and 235 deletions
|
@ -1302,3 +1302,19 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
.tapHoldMenu li a, .playFlyout li a {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.userProfileSettingsForm {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
.userProfileSettingsForm .detailSectionContent {
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
@media all and (max-width: 700px) {
|
||||
|
||||
.userProfileSettingsForm .detailSection {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,20 +14,21 @@
|
|||
</div>
|
||||
|
||||
<br />
|
||||
<form class="displayPreferencesForm" style="margin: 0 auto;">
|
||||
<form class="displayPreferencesForm userProfileSettingsForm" style="margin: 0 auto;">
|
||||
|
||||
<div class="detailSectionHeader" style="margin: 0 .5em;">
|
||||
<div class="detailSection">
|
||||
<div class="detailSectionHeader">
|
||||
${HeaderMyViews}
|
||||
</div>
|
||||
<div style="margin: 0 1em;">
|
||||
<div class="detailSectionContent">
|
||||
<div>
|
||||
<p>${LabelSelectFolderGroups}</p>
|
||||
<div class="folderGroupList"></div>
|
||||
<div class="fieldDescription">${LabelSelectFolderGroupsHelp}</div>
|
||||
</div>
|
||||
<br />
|
||||
|
||||
<br />
|
||||
<div style="margin: 0 1em;" data-role="controlgroup">
|
||||
<div data-role="controlgroup">
|
||||
<label for="chkDisplayCollectionView">${LabelDisplayCollectionsView}</label>
|
||||
<input id="chkDisplayCollectionView" type="checkbox" />
|
||||
<label for="chkDisplayFolderView">${LabelDisplayFoldersView}</label>
|
||||
|
@ -35,8 +36,7 @@
|
|||
</div>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<div data-role="collapsible" style="margin: 0 1em;">
|
||||
<div data-role="collapsible">
|
||||
<h2>${HeaderChannels}</h2>
|
||||
<div>
|
||||
<p>${LabelGroupChannelsIntoViews}</p>
|
||||
|
@ -44,57 +44,72 @@
|
|||
<div class="fieldDescription">${LabelGroupChannelsIntoViewsHelp}</div>
|
||||
</div>
|
||||
</div>
|
||||
<br /><br />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="detailSectionHeader" style="margin: 0 .5em;">
|
||||
<div class="detailSection">
|
||||
<div class="detailSectionHeader">
|
||||
${HeaderViewOrder}
|
||||
</div>
|
||||
<div style="margin: 0 1em;">
|
||||
<div class="detailSectionContent">
|
||||
<p>${LabelSelectUserViewOrder}</p>
|
||||
<div class="viewOrderList">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
|
||||
<div class="detailSectionHeader" style="margin: 0 .5em;">
|
||||
<div class="detailSection">
|
||||
<div class="detailSectionHeader">
|
||||
${HeaderLatestItems}
|
||||
</div>
|
||||
<div style="margin: 0 1em;">
|
||||
<div class="detailSectionContent">
|
||||
<p>${LabelSelectLastestItemsFolders}</p>
|
||||
<div class="latestItemsList">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
|
||||
<div class="detailSectionHeader" style="margin: 0 .5em;">
|
||||
<div class="detailSection">
|
||||
<div class="detailSectionHeader">
|
||||
${HeaderOtherDisplaySettings}
|
||||
</div>
|
||||
<div class="detailSectionContent">
|
||||
<br />
|
||||
<div data-role="controlgroup">
|
||||
<div>
|
||||
<input type="checkbox" id="chkDisplayMissingEpisodes" />
|
||||
<label for="chkDisplayMissingEpisodes">${LabelDisplayMissingEpisodesWithinSeasons}</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="chkDisplayUnairedEpisodes" />
|
||||
<label for="chkDisplayUnairedEpisodes">${LabelUnairedMissingEpisodesWithinSeasons}</label>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<div data-role="controlgroup">
|
||||
<input type="checkbox" id="chkDisplayTrailersWithinMovieSuggestions" />
|
||||
<label for="chkDisplayTrailersWithinMovieSuggestions">${LabelDisplayTrailersWithinMovieSuggestions}</label>
|
||||
</div>
|
||||
<div class="fieldDescription">${LabelDisplayTrailersWithinMovieSuggestionsHelp}</div>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<div data-role="controlgroup">
|
||||
<input type="checkbox" id="chkGroupMoviesIntoCollections" />
|
||||
<label for="chkGroupMoviesIntoCollections">${LabelGroupMoviesIntoCollections}</label>
|
||||
</div>
|
||||
<div class="fieldDescription">${LabelGroupMoviesIntoCollectionsHelp}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<input type="checkbox" id="chkDisplayMissingEpisodes" data-mini="true" />
|
||||
<label for="chkDisplayMissingEpisodes">${LabelDisplayMissingEpisodesWithinSeasons}</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" id="chkDisplayUnairedEpisodes" data-mini="true" />
|
||||
<label for="chkDisplayUnairedEpisodes">${LabelUnairedMissingEpisodesWithinSeasons}</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" id="chkDisplayTrailersWithinMovieSuggestions" data-mini="true" />
|
||||
<label for="chkDisplayTrailersWithinMovieSuggestions">${LabelDisplayTrailersWithinMovieSuggestions}</label>
|
||||
<div class="fieldDescription">${LabelDisplayTrailersWithinMovieSuggestionsHelp}</div>
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" id="chkGroupMoviesIntoCollections" data-mini="true" />
|
||||
<label for="chkGroupMoviesIntoCollections">${LabelGroupMoviesIntoCollections}</label>
|
||||
<div class="fieldDescription">${LabelGroupMoviesIntoCollectionsHelp}</div>
|
||||
</li>
|
||||
<li>
|
||||
<button type="submit" data-theme="a" data-icon="check" data-mini="true">
|
||||
${ButtonOk}
|
||||
|
|
|
@ -14,26 +14,31 @@
|
|||
</div>
|
||||
|
||||
<br />
|
||||
<form style="margin: 0 auto;" class="languagePreferencesForm">
|
||||
<div class="detailSectionHeader" style="margin: 0 .5em;">
|
||||
<form style="margin: 0 auto;" class="languagePreferencesForm userProfileSettingsForm">
|
||||
|
||||
|
||||
<div class="detailSection">
|
||||
<div class="detailSectionHeader">
|
||||
${HeaderLanguagePreferences}
|
||||
</div>
|
||||
|
||||
<div class="detailSectionContent">
|
||||
<br />
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<div>
|
||||
<label for="selectAudioLanguage">${LabelAudioLanguagePreference}</label>
|
||||
<select id="selectAudioLanguage" data-mini="true"></select>
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" id="chkPlayDefaultAudioTrack" data-mini="true" />
|
||||
</div>
|
||||
<br />
|
||||
<div data-role="controlgroup">
|
||||
<input type="checkbox" id="chkPlayDefaultAudioTrack" />
|
||||
<label for="chkPlayDefaultAudioTrack">${LabelPlayDefaultAudioTrack}</label>
|
||||
</li>
|
||||
<li>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<label for="selectSubtitleLanguage">${LabelSubtitleLanguagePreference}</label>
|
||||
<select id="selectSubtitleLanguage" data-mini="true"></select>
|
||||
</li>
|
||||
<li>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<label for="selectSubtitlePlaybackMode">${LabelSubtitlePlaybackMode}</label>
|
||||
<select id="selectSubtitlePlaybackMode" data-mini="true">
|
||||
<option value="Default">${OptionDefaultSubtitles}</option>
|
||||
|
@ -45,22 +50,26 @@
|
|||
<div class="fieldDescription subtitlesAlwaysHelp subtitlesHelp" style="display: none;">${OptionAlwaysPlaySubtitlesHelp}</div>
|
||||
<div class="fieldDescription subtitlesOnlyForcedHelp subtitlesHelp" style="display: none;">${OptionOnlyForcedSubtitlesHelp}</div>
|
||||
<div class="fieldDescription subtitlesNoneHelp subtitlesHelp" style="display: none;">${OptionNoSubtitlesHelp}</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="cinemaModeOptions" style="display:none;">
|
||||
<br />
|
||||
<div class="detailSectionHeader" style="margin: 0 .5em;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="detailSection cinemaModeOptions" style="display:none;">
|
||||
<div class="detailSectionHeader">
|
||||
${HeaderCinemaMode}
|
||||
</div>
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<input type="checkbox" id="chkEnableCinemaMode" data-mini="true" />
|
||||
<div class="detailSectionContent">
|
||||
<br />
|
||||
<div data-role="controlgroup">
|
||||
<input type="checkbox" id="chkEnableCinemaMode" />
|
||||
<label for="chkEnableCinemaMode">${LabelEnableCinemaMode}</label>
|
||||
</div>
|
||||
|
||||
<div class="fieldDescription">${CinemaModeConfigurationHelp}</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<button type="submit" data-theme="a" data-icon="check" data-mini="true">
|
||||
|
|
|
@ -14,15 +14,16 @@
|
|||
</div>
|
||||
|
||||
<br />
|
||||
<form class="webClientPreferencesForm" style="margin: 0 auto;">
|
||||
<form class="webClientPreferencesForm userProfileSettingsForm" style="margin: 0 auto;">
|
||||
|
||||
<div class="detailSectionHeader" style="margin: 0 .5em;">
|
||||
<div class="detailSection">
|
||||
<div class="detailSectionHeader">
|
||||
${HeaderHomePage}
|
||||
</div>
|
||||
|
||||
<div class="detailSectionContent">
|
||||
<br />
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<div>
|
||||
<label for="selectHomeSection1">${LabelHomePageSection1}</label>
|
||||
<select id="selectHomeSection1" data-mini="true">
|
||||
<option value="">${OptionAuto}</option>
|
||||
|
@ -35,8 +36,9 @@
|
|||
<option value="folders">${OptionLibraryFolders}</option>
|
||||
<option value="resume">${OptionResumablemedia}</option>
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<label for="selectHomeSection2">${LabelHomePageSection2}</label>
|
||||
<select id="selectHomeSection2" data-mini="true">
|
||||
<option value="">${OptionAuto}</option>
|
||||
|
@ -50,8 +52,9 @@
|
|||
<option value="resume">${OptionResumablemedia}</option>
|
||||
<option value="none">${OptionNone}</option>
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<label for="selectHomeSection3">${LabelHomePageSection3}</label>
|
||||
<select id="selectHomeSection3" data-mini="true">
|
||||
<option value="">${OptionAuto}</option>
|
||||
|
@ -65,8 +68,9 @@
|
|||
<option value="resume">${OptionResumablemedia}</option>
|
||||
<option value="none">${OptionNone}</option>
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<label for="selectHomeSection4">${LabelHomePageSection4}</label>
|
||||
<select id="selectHomeSection4" data-mini="true">
|
||||
<option value="">${OptionAuto}</option>
|
||||
|
@ -80,15 +84,17 @@
|
|||
<option value="resume">${OptionResumablemedia}</option>
|
||||
<option value="none">${OptionNone}</option>
|
||||
</select>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="detailSectionHeader" style="margin: 0 .5em;">
|
||||
<div class="detailSection">
|
||||
<div class="detailSectionHeader">
|
||||
${HeaderSettingsForThisDevice}
|
||||
</div>
|
||||
<div class="detailSectionContent">
|
||||
<br />
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<div>
|
||||
<label for="selectMaxBitrate">${LabelMaxStreamingBitrate}</label>
|
||||
<select id="selectMaxBitrate" data-mini="true">
|
||||
<option value="30000000">30Mbps</option>
|
||||
|
@ -110,8 +116,9 @@
|
|||
<option value="400000">400kbps</option>
|
||||
<option value="320000">320kbps</option>
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<label for="selectThemeSong">${LabelEnableThemeSongs}</label>
|
||||
<select id="selectThemeSong" data-mini="true">
|
||||
<option value="">${OptionAuto}</option>
|
||||
|
@ -119,8 +126,9 @@
|
|||
<option value="0">${OptionNo}</option>
|
||||
</select>
|
||||
<div class="fieldDescription">${LabelEnableThemeSongsHelp}</div>
|
||||
</li>
|
||||
<li class="fldEnableBackdrops" style="display:none;">
|
||||
</div>
|
||||
<br />
|
||||
<div class="fldEnableBackdrops" style="display:none;">
|
||||
<label for="selectBackdrop">${LabelEnableBackdrops}</label>
|
||||
<select id="selectBackdrop" data-mini="true">
|
||||
<option value="">${OptionAuto}</option>
|
||||
|
@ -128,10 +136,10 @@
|
|||
<option value="0">${OptionNo}</option>
|
||||
</select>
|
||||
<div class="fieldDescription">${LabelEnableBackdropsHelp}</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div style="margin: 0 1em;">
|
||||
<br />
|
||||
<div>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>${LabelExternalPlayers}</legend>
|
||||
<!--<input type="checkbox" id="chkGoodplayer" class="chkExternalPlayer" data-name="GoodPlayer" data-scheme="goodplayer://{0}" />
|
||||
|
@ -141,8 +149,8 @@
|
|||
</fieldset>
|
||||
<div style="padding: 0 2px;">${LabelExternalPlayersHelp}</div>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<div style="margin-top: .75em;"><a href="http://mediabrowser.tv/connect" target="_blank">${ButtonLearnMoreAboutMediaBrowserConnect}</a></div>
|
||||
</div>
|
||||
|
||||
<form class="newImageForm" style="display:none;margin: 1em auto 0;">
|
||||
<form class="newImageForm userProfileSettingsForm" style="display:none;margin: 1em auto 0;">
|
||||
|
||||
<div data-role="collapsible">
|
||||
<h2 id="headerUploadNewImage" style="display: none;">${HeaderUploadNewImage}</h2>
|
||||
|
@ -55,7 +55,7 @@
|
|||
|
||||
<br />
|
||||
|
||||
<form class="updatePasswordForm passwordSection" style="display:none;margin: 0 auto 2em;">
|
||||
<form class="updatePasswordForm passwordSection userProfileSettingsForm" style="display:none;margin: 0 auto 2em;">
|
||||
|
||||
<div data-role="collapsible" data-collapsed="false">
|
||||
<h2>${HeaderPassword}</h2>
|
||||
|
@ -88,7 +88,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<form class="localAccessForm localAccessSection" style="margin: 0 auto;">
|
||||
<form class="localAccessForm localAccessSection userProfileSettingsForm" style="margin: 0 auto;">
|
||||
<div data-role="collapsible">
|
||||
<h2>${HeaderLocalAccess}</h2>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue