1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/wizardimagesettings.html

44 lines
1.9 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2014-03-31 17:04:22 -04:00
<title>${LabelMediaBrowser}</title>
</head>
<body>
<div id="wizardImageSettingsPage" data-role="page" class="page standalonePage wizardPage mediaLibraryPage">
<div data-role="content">
<div class="ui-corner-all ui-shadow wizardContent">
<h2>
2014-03-31 17:04:22 -04:00
<img src="css/images/mblogoicon.png" />${LabelConfigureSettings}</h2>
<br />
2014-03-06 00:17:13 -05:00
<div style="margin: 1em 0 2em;">
2014-03-31 17:04:22 -04:00
<label for="chkVideoImages">${LabelEnableVideoImageExtraction}</label>
2014-02-19 13:50:37 -05:00
<input id="chkVideoImages" name="chkVideoImages" type="checkbox" checked="checked" />
2014-03-31 17:04:22 -04:00
<div class="fieldDescription">${VideoImageExtractionHelp}</div>
</div>
<div style="margin: 2em 0;">
2014-03-31 17:04:22 -04:00
<label for="chkMovies">${LabelEnableChapterImageExtractionForMovies}</label>
2014-01-16 17:49:31 -05:00
<input id="chkMovies" name="chkMovies" type="checkbox" checked="checked" />
2014-03-31 17:04:22 -04:00
<div class="fieldDescription">${LabelChapterImageExtractionForMoviesHelp}</div>
</div>
2014-03-06 00:17:13 -05:00
<div style="margin: 2em 0;">
2014-03-31 17:04:22 -04:00
<label for="chkEnableUpnp">${LabelEnableAutomaticPortMapping}</label>
2014-03-06 00:17:13 -05:00
<input type="checkbox" id="chkEnableUpnp" checked="checked" />
2014-03-31 17:04:22 -04:00
<div class="fieldDescription">${LabelEnableAutomaticPortMappingHelp}</div>
2014-03-06 00:17:13 -05:00
</div>
<div class="wizardNavigation">
2014-03-31 17:04:22 -04:00
<button type="button" data-iconpos="left" data-icon="arrow-l" data-inline="true" onclick="history.back();">${LabelPrevious}</button>
<button id="btnNextPage" type="button" data-iconpos="right" data-icon="arrow-r" data-inline="true">${LabelNext}</button>
</div>
</div>
</div>
</div>
</body>
</html>