2013-12-22 20:45:51 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
2013-12-22 20:45:51 -07: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 14:04:22 -07:00
|
|
|
|
<img src="css/images/mblogoicon.png" />${LabelConfigureSettings}</h2>
|
2013-12-22 20:45:51 -07:00
|
|
|
|
|
|
|
|
|
<br />
|
2014-03-05 22:17:13 -07:00
|
|
|
|
<div style="margin: 1em 0 2em;">
|
2014-03-31 14:04:22 -07:00
|
|
|
|
<label for="chkVideoImages">${LabelEnableVideoImageExtraction}</label>
|
2014-02-19 11:50:37 -07:00
|
|
|
|
<input id="chkVideoImages" name="chkVideoImages" type="checkbox" checked="checked" />
|
2014-03-31 14:04:22 -07:00
|
|
|
|
<div class="fieldDescription">${VideoImageExtractionHelp}</div>
|
2013-12-22 20:45:51 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="margin: 2em 0;">
|
2014-03-31 14:04:22 -07:00
|
|
|
|
<label for="chkMovies">${LabelEnableChapterImageExtractionForMovies}</label>
|
2014-01-16 15:49:31 -07:00
|
|
|
|
<input id="chkMovies" name="chkMovies" type="checkbox" checked="checked" />
|
2014-03-31 14:04:22 -07:00
|
|
|
|
<div class="fieldDescription">${LabelChapterImageExtractionForMoviesHelp}</div>
|
2013-12-22 20:45:51 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2014-03-05 22:17:13 -07:00
|
|
|
|
<div style="margin: 2em 0;">
|
2014-03-31 14:04:22 -07:00
|
|
|
|
<label for="chkEnableUpnp">${LabelEnableAutomaticPortMapping}</label>
|
2014-03-05 22:17:13 -07:00
|
|
|
|
<input type="checkbox" id="chkEnableUpnp" checked="checked" />
|
2014-03-31 14:04:22 -07:00
|
|
|
|
<div class="fieldDescription">${LabelEnableAutomaticPortMappingHelp}</div>
|
2014-03-05 22:17:13 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-12-22 20:45:51 -07:00
|
|
|
|
<div class="wizardNavigation">
|
2014-03-31 14:04:22 -07: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 20:45:51 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|