mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5387 Beta
This commit is contained in:
parent
b89eafa799
commit
064140efd4
2 changed files with 167 additions and 159 deletions
|
@ -14,24 +14,25 @@
|
|||
|
||||
<br />
|
||||
<form style="margin: 0 auto;" class="languagePreferencesForm">
|
||||
<div class="detailSectionHeader">
|
||||
<div class="detailSectionHeader" style="margin: 0 .5em;">
|
||||
${HeaderLanguagePreferences}
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div>
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<label for="selectAudioLanguage">${LabelAudioLanguagePreference}</label>
|
||||
<select id="selectAudioLanguage" data-mini="true"></select>
|
||||
</div><br />
|
||||
<div>
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" id="chkPlayDefaultAudioTrack" data-mini="true" />
|
||||
<label for="chkPlayDefaultAudioTrack">${LabelPlayDefaultAudioTrack}</label>
|
||||
</div><br />
|
||||
<div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="selectSubtitleLanguage">${LabelSubtitleLanguagePreference}</label>
|
||||
<select id="selectSubtitleLanguage" data-mini="true"></select>
|
||||
</div><br />
|
||||
<div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="selectSubtitlePlaybackMode">${LabelSubtitlePlaybackMode}</label>
|
||||
<select id="selectSubtitlePlaybackMode" data-mini="true">
|
||||
<option value="Default">${OptionDefaultSubtitles}</option>
|
||||
|
@ -43,31 +44,32 @@
|
|||
<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>
|
||||
</div>
|
||||
|
||||
<br /><br />
|
||||
</li>
|
||||
</ul>
|
||||
<div class="cinemaModeOptions" style="display:none;">
|
||||
<br />
|
||||
<div class="detailSectionHeader">
|
||||
<div class="detailSectionHeader" style="margin: 0 .5em;">
|
||||
${HeaderCinemaMode}
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<input type="checkbox" id="chkEnableCinemaMode" data-mini="true" />
|
||||
<label for="chkEnableCinemaMode">${LabelEnableCinemaMode}</label>
|
||||
|
||||
<div class="fieldDescription">${CinemaModeConfigurationHelp}</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<br /><br />
|
||||
</div>
|
||||
<div>
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<button type="submit" data-theme="a" data-icon="check" data-mini="true">
|
||||
${ButtonOk}
|
||||
</button>
|
||||
<button type="button" onclick="history.back();" data-icon="delete" data-mini="true">
|
||||
${ButtonCancel}
|
||||
</button>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
$('.languagePreferencesForm').off('submit', LanguagePreferencesPage.onSubmit).on('submit', LanguagePreferencesPage.onSubmit);
|
||||
|
|
|
@ -12,15 +12,17 @@
|
|||
<a href="#" class="ui-btn-active lnkWebClientPreferences">${TabWebClient}</a>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<form class="webClientPreferencesForm" style="margin: 0 auto;">
|
||||
|
||||
<div class="detailSectionHeader">
|
||||
<div class="detailSectionHeader" style="margin: 0 .5em;">
|
||||
${HeaderHomePage}
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div>
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<label for="selectHomeSection1">${LabelHomePageSection1}</label>
|
||||
<select id="selectHomeSection1" data-mini="true">
|
||||
<option value="">${OptionAuto}</option>
|
||||
|
@ -33,8 +35,8 @@
|
|||
<option value="folders">${OptionLibraryFolders}</option>
|
||||
<option value="resume">${OptionResumablemedia}</option>
|
||||
</select>
|
||||
</div><br />
|
||||
<div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="selectHomeSection2">${LabelHomePageSection2}</label>
|
||||
<select id="selectHomeSection2" data-mini="true">
|
||||
<option value="">${OptionAuto}</option>
|
||||
|
@ -48,9 +50,8 @@
|
|||
<option value="resume">${OptionResumablemedia}</option>
|
||||
<option value="none">${OptionNone}</option>
|
||||
</select>
|
||||
|
||||
</div><br />
|
||||
<div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="selectHomeSection3">${LabelHomePageSection3}</label>
|
||||
<select id="selectHomeSection3" data-mini="true">
|
||||
<option value="">${OptionAuto}</option>
|
||||
|
@ -64,8 +65,8 @@
|
|||
<option value="resume">${OptionResumablemedia}</option>
|
||||
<option value="none">${OptionNone}</option>
|
||||
</select>
|
||||
</div><br />
|
||||
<div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="selectHomeSection4">${LabelHomePageSection4}</label>
|
||||
<select id="selectHomeSection4" data-mini="true">
|
||||
<option value="">${OptionAuto}</option>
|
||||
|
@ -79,13 +80,15 @@
|
|||
<option value="resume">${OptionResumablemedia}</option>
|
||||
<option value="none">${OptionNone}</option>
|
||||
</select>
|
||||
</div><br />
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="detailSectionHeader">
|
||||
<div class="detailSectionHeader" style="margin: 0 .5em;">
|
||||
${HeaderSettingsForThisDevice}
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<label for="selectMaxBitrate">${LabelMaxStreamingBitrate}</label>
|
||||
<select id="selectMaxBitrate" data-mini="true">
|
||||
<option value="30000000">30Mbps</option>
|
||||
|
@ -107,8 +110,8 @@
|
|||
<option value="400000">400kbps</option>
|
||||
<option value="320000">320kbps</option>
|
||||
</select>
|
||||
</div><br />
|
||||
<div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="selectThemeSong">${LabelEnableThemeSongs}</label>
|
||||
<select id="selectThemeSong" data-mini="true">
|
||||
<option value="">${OptionAuto}</option>
|
||||
|
@ -116,8 +119,8 @@
|
|||
<option value="0">${OptionNo}</option>
|
||||
</select>
|
||||
<div class="fieldDescription">${LabelEnableThemeSongsHelp}</div>
|
||||
</div><br />
|
||||
<div class="fldEnableBackdrops" style="display:none;">
|
||||
</li>
|
||||
<li class="fldEnableBackdrops" style="display:none;">
|
||||
<label for="selectBackdrop">${LabelEnableBackdrops}</label>
|
||||
<select id="selectBackdrop" data-mini="true">
|
||||
<option value="">${OptionAuto}</option>
|
||||
|
@ -125,9 +128,10 @@
|
|||
<option value="0">${OptionNo}</option>
|
||||
</select>
|
||||
<div class="fieldDescription">${LabelEnableBackdropsHelp}</div>
|
||||
</div><br />
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div>
|
||||
<div style="margin: 0 1em;">
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>${LabelExternalPlayers}</legend>
|
||||
<!--<input type="checkbox" id="chkGoodplayer" class="chkExternalPlayer" data-name="GoodPlayer" data-scheme="goodplayer://{0}" />
|
||||
|
@ -138,16 +142,18 @@
|
|||
<div style="padding: 0 2px;">${LabelExternalPlayersHelp}</div>
|
||||
</div>
|
||||
|
||||
<br /><br />
|
||||
<br />
|
||||
|
||||
<div>
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<button type="submit" data-theme="a" data-icon="check" data-mini="true">
|
||||
${ButtonOk}
|
||||
</button>
|
||||
<button type="button" onclick="history.back();" data-icon="delete" data-mini="true">
|
||||
${ButtonCancel}
|
||||
</button>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
$('.webClientPreferencesForm').off('submit', WebClientPreferencesPage.onSubmit).on('submit', WebClientPreferencesPage.onSubmit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue