mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
101 lines
5.6 KiB
HTML
101 lines
5.6 KiB
HTML
<div id="dashboardGeneralPage" data-role="page" class="page type-interior dashboardHomePage">
|
|
|
|
<div>
|
|
<div class="content-primary">
|
|
|
|
<form class="dashboardGeneralForm">
|
|
|
|
<div class="verticalSection">
|
|
<div class="sectionTitleContainer flex align-items-center">
|
|
<h2 class="sectionTitle">${TabSettings}</h2>
|
|
<a is="emby-linkbutton" class="raised button-alt headerHelpButton" target="_blank" href="https://jellyfin.readthedocs.io/en/latest/server/settings/">${Help}</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="verticalSection">
|
|
<div class="inputContainer">
|
|
<input is="emby-input" type="text" id="txtServerName" label="${LabelServerName}" />
|
|
<div class="fieldDescription">${LabelServerNameHelp}</div>
|
|
</div>
|
|
<div class="selectContainer">
|
|
<select is="emby-select" id="selectLocalizationLanguage" label="${LabelPreferredDisplayLanguage}"></select>
|
|
<div class="fieldDescription">
|
|
<div>${LabelPreferredDisplayLanguageHelp}</div>
|
|
<div style="margin-top: .25em;">
|
|
<a is="emby-linkbutton" class="button-link" href="https://jellyfin.readthedocs.io/en/latest/contributor-docs/contributing/" target="_blank">${LabelReadHowYouCanContribute}</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="fldRunWebAppAtStartup" class="checkboxContainer checkboxContainer-withDescription hide">
|
|
<label>
|
|
<input is="emby-checkbox" type="checkbox" id="chkRunWebAppAtStartup" />
|
|
<span>${LaunchWebAppOnStartup}</span>
|
|
</label>
|
|
<div class="fieldDescription checkboxFieldDescription">
|
|
${LaunchWebAppOnStartupHelp}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="verticalSection verticalSection-extrabottompadding">
|
|
<h2>${HeaderPaths}</h2>
|
|
<div class="inputContainer">
|
|
<div style="display: flex; align-items: center;">
|
|
<div style="flex-grow:1;">
|
|
<input is="emby-input" id="txtCachePath" label="${LabelCachePath}" autocomplete="off" />
|
|
</div>
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectCachePath" title="${ButtonSelectDirectory}" class="emby-input-iconbutton"><i class="md-icon">search</i></button>
|
|
</div>
|
|
<div class="fieldDescription">${LabelCachePathHelp}</div>
|
|
</div>
|
|
|
|
<div class="inputContainer">
|
|
<div style="display: flex; align-items: center;">
|
|
<div style="flex-grow:1;">
|
|
<input is="emby-input" id="txtMetadataPath" label="${LabelMetadataPath}" autocomplete="off" />
|
|
</div>
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectMetadataPath" title="${ButtonSelectDirectory}" class="emby-input-iconbutton"><i class="md-icon">search</i></button>
|
|
</div>
|
|
<div class="fieldDescription">${LabelMetadataPathHelp}</div>
|
|
<input type="hidden" id="txtMetadataNetworkPath" />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="verticalSection autoUpdatesContainer hide">
|
|
<h2>${HeaderAutomaticUpdates}</h2>
|
|
<label class="fldAutomaticUpdates checkboxContainer">
|
|
<input is="emby-checkbox" type="checkbox" id="chkEnableAutomaticServerUpdates" />
|
|
<span>${OptionEnableAutomaticServerUpdates}</span>
|
|
</label>
|
|
<div id="fldEnableAutomaticRestart" class="checkboxContainer checkboxContainer-withDescription hide">
|
|
<label>
|
|
<input is="emby-checkbox" type="checkbox" id="chkEnableAutomaticRestart" />
|
|
<span>${LabelAllowServerAutoRestart}</span>
|
|
</label>
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelAllowServerAutoRestartHelp}</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="verticalSection">
|
|
<h2>${HeaderBranding}</h2>
|
|
<div class="inputContainer">
|
|
<input is="emby-input" type="text" id="txtLoginDisclaimer" label="${LabelLoginDisclaimer}" />
|
|
<div class="fieldDescription">${LabelLoginDisclaimerHelp}</div>
|
|
</div>
|
|
<div class="inputContainer">
|
|
<textarea is="emby-textarea" id="txtCustomCss" label="${LabelCustomCss}" class="textarea-mono"></textarea>
|
|
<div class="fieldDescription">${LabelCustomCssHelp}</div>
|
|
</div>
|
|
</div>
|
|
<br />
|
|
<div>
|
|
<button is="emby-button" type="submit" class="raised button-submit block">
|
|
<span>${ButtonSave}</span>
|
|
</button>
|
|
</div>
|
|
</form>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|