2014-03-10 10:38:53 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-22 10:25:54 -07:00
|
|
|
|
<title>${TitleDlna}</title>
|
2014-03-10 10:38:53 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-06-07 18:23:56 -07:00
|
|
|
|
<div id="dlnaSettingsPage" data-role="page" class="page type-interior dlnaPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Play%20to" data-require="scripts/dlnasettings">
|
2014-03-10 10:38:53 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2014-04-19 22:21:08 -07:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabPlayTo}</a>
|
|
|
|
|
<a href="dlnaserversettings.html" data-role="button">${TabServer}</a>
|
2014-04-08 19:12:17 -07:00
|
|
|
|
<a href="dlnaprofiles.html" data-role="button">${TabProfiles}</a>
|
2014-03-10 10:38:53 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<form class="dlnaSettingsForm">
|
|
|
|
|
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
2014-04-08 19:12:17 -07:00
|
|
|
|
<label for="chkEnablePlayTo">${LabelEnableDlnaPlayTo}</label>
|
2014-03-10 10:38:53 -07:00
|
|
|
|
<input type="checkbox" id="chkEnablePlayTo" data-mini="true" />
|
2014-04-08 19:12:17 -07:00
|
|
|
|
<div class="fieldDescription">${LabelEnableDlnaPlayToHelp}</div>
|
2014-03-10 10:38:53 -07:00
|
|
|
|
</li>
|
2014-03-23 13:49:05 -07:00
|
|
|
|
<li>
|
2014-04-08 19:12:17 -07:00
|
|
|
|
<label for="chkEnableDlnaDebugLogging">${LabelEnableDlnaDebugLogging}</label>
|
2014-03-23 13:49:05 -07:00
|
|
|
|
<input type="checkbox" id="chkEnableDlnaDebugLogging" data-mini="true" />
|
2014-04-08 19:12:17 -07:00
|
|
|
|
<div class="fieldDescription">${LabelEnableDlnaDebugLoggingHelp}</div>
|
2014-03-23 13:49:05 -07:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2014-04-08 19:12:17 -07:00
|
|
|
|
<label for="txtClientDiscoveryInterval">${LabelEnableDlnaClientDiscoveryInterval}</label>
|
2015-01-01 22:36:27 -07:00
|
|
|
|
<input type="number" id="txtClientDiscoveryInterval" min="1" max="300" />
|
2014-04-08 19:12:17 -07:00
|
|
|
|
<div class="fieldDescription">${LabelEnableDlnaClientDiscoveryIntervalHelp}</div>
|
2014-03-23 13:49:05 -07:00
|
|
|
|
</li>
|
2014-04-19 22:21:08 -07:00
|
|
|
|
</ul>
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
2014-03-10 10:38:53 -07:00
|
|
|
|
<li>
|
2015-06-25 18:10:56 -07:00
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
2014-03-10 10:38:53 -07:00
|
|
|
|
</button>
|
2015-06-25 18:10:56 -07:00
|
|
|
|
|
|
|
|
|
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
2014-03-10 10:38:53 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|