2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-02 14:55:19 -07:00
|
|
|
|
<title>${PluginsTitle}</title>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="pluginCatalogPage" data-role="page" class="page type-interior pluginConfigurationPage">
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2013-04-03 21:24:52 -07:00
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" data-mini="true">
|
2014-04-02 14:55:19 -07:00
|
|
|
|
<a href="plugins.html" data-role="button">${TabMyPlugins}</a>
|
2014-05-07 11:38:50 -07:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabCatalog}</a>
|
2014-07-10 21:27:46 -07:00
|
|
|
|
<a href="channelsettings.html" data-role="button">${TabChannels}</a>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
2014-06-07 14:06:01 -07:00
|
|
|
|
|
2014-05-09 12:43:06 -07:00
|
|
|
|
<br />
|
2014-01-02 14:21:06 -07:00
|
|
|
|
<fieldset data-role="controlgroup" data-type="horizontal">
|
2014-05-09 12:43:06 -07:00
|
|
|
|
<legend>${LabelDisplayPluginsFor}</legend>
|
2014-01-02 14:21:06 -07:00
|
|
|
|
<input type="radio" name="radioPackageTypes" class="radioPackageTypes" id="radioServer" value="Server" data-mini="true">
|
2014-05-09 12:43:06 -07:00
|
|
|
|
<label for="radioServer">${TabServer}</label>
|
2014-01-02 14:21:06 -07:00
|
|
|
|
<input type="radio" name="radioPackageTypes" class="radioPackageTypes" id="radioClassic" value="MBClassic" data-mini="true">
|
2014-05-09 12:43:06 -07:00
|
|
|
|
<label for="radioClassic">${PluginTabMediaBrowserClassic}</label>
|
2014-01-02 14:21:06 -07:00
|
|
|
|
<input type="radio" name="radioPackageTypes" class="radioPackageTypes" id="radopTheater" value="MBTheater" data-mini="true">
|
2014-05-09 12:43:06 -07:00
|
|
|
|
<label for="radopTheater">${PluginTabMediaBrowserTheater}</label>
|
2014-01-02 14:21:06 -07:00
|
|
|
|
</fieldset>
|
|
|
|
|
|
2014-01-17 11:43:07 -07:00
|
|
|
|
<p style="display: none;">
|
2014-01-02 14:21:06 -07:00
|
|
|
|
<input class="chkPremiumFilter" type="checkbox" data-mini="true" data-inline="true" name="chkPremium" id="chkPremium" data-filter="IsPremium" />
|
2013-10-01 16:33:24 -07:00
|
|
|
|
<label for="chkPremium">Free Only</label>
|
2014-01-02 14:21:06 -07:00
|
|
|
|
</p>
|
2014-01-17 11:43:07 -07:00
|
|
|
|
<br />
|
2014-06-07 14:06:01 -07:00
|
|
|
|
<p style="max-width: 300px;">
|
|
|
|
|
<label for="chkAdult">${OptionDisplayAdultContent}</label>
|
|
|
|
|
<input id="chkAdult" type="checkbox" data-mini="true" />
|
|
|
|
|
</p>
|
|
|
|
|
<br />
|
2013-07-29 08:27:43 -07:00
|
|
|
|
<div id="noPlugins" class="hide">
|
2014-05-09 12:43:06 -07:00
|
|
|
|
<div style="text-align: center; margin: 10px;">${MessageNoAvailablePlugins}</div>
|
2013-07-29 08:27:43 -07:00
|
|
|
|
</div>
|
2013-04-11 17:58:30 -07:00
|
|
|
|
|
2014-07-26 10:30:15 -07:00
|
|
|
|
<div id="pluginTiles" class="itemsContainer" style="text-align:left;"></div>
|
2013-04-03 19:25:14 -07:00
|
|
|
|
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|