2013-12-22 22:45:51 -05:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-03-31 17:04:22 -04:00
|
|
|
|
<title>${LabelMediaBrowser}</title>
|
2013-12-22 22:45:51 -05:00
|
|
|
|
</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>
|
2013-12-22 22:45:51 -05:00
|
|
|
|
|
|
|
|
|
<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>
|
2013-12-22 22:45:51 -05:00
|
|
|
|
</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>
|
2013-12-22 22:45:51 -05:00
|
|
|
|
</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>
|
|
|
|
|
|
2013-12-22 22:45:51 -05:00
|
|
|
|
<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>
|
2013-12-22 22:45:51 -05:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|