2013-02-20 20:33:05 -05:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Plugins</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="pluginCatalogPage" data-role="page" class="page type-interior pluginConfigurationPage">
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2013-04-04 00:24:52 -04:00
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" data-mini="true">
|
2013-02-20 20:33:05 -05:00
|
|
|
|
<a href="plugins.html" data-role="button">Installed Plugins</a>
|
2013-03-28 20:10:15 -04:00
|
|
|
|
<a href="plugincatalog.html" data-role="button" class="ui-btn-active">Plugin Catalog</a>
|
|
|
|
|
<a href="pluginupdates.html" data-role="button">Automatic Updates</a>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
2013-04-08 18:38:18 -07:00
|
|
|
|
|
2013-04-11 12:11:04 -04:00
|
|
|
|
<div style="display: inline-block; margin: .75em 0;">
|
|
|
|
|
<fieldset data-role="controlgroup" data-type="horizontal" id="pluginTabs">
|
|
|
|
|
<a href="" data-role="button" data-mini="true" class="ui-btn-active" rel="Server">MB Server</a>
|
|
|
|
|
<a href="" data-role="button" data-mini="true" rel="MBTheater">MB Theatre</a>
|
|
|
|
|
<a href="" data-role="button" data-mini="true" rel="MBClassic">MB Classic</a>
|
|
|
|
|
</fieldset>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<button data-mini="true" data-icon="filter" data-inline="true" onclick="$('#filterPanel', $.mobile.activePage).panel( 'toggle' );">Filter</button>
|
2013-04-03 19:25:14 -07:00
|
|
|
|
|
2013-04-03 20:56:02 -07:00
|
|
|
|
<div id="pluginTiles"></div>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-04-03 20:56:02 -07:00
|
|
|
|
|
2013-04-04 00:24:52 -04:00
|
|
|
|
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
|
|
|
|
<form>
|
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>
|
2013-04-04 00:46:14 -04:00
|
|
|
|
<h3>Pricing:</h3>
|
2013-04-04 00:24:52 -04:00
|
|
|
|
</legend>
|
|
|
|
|
<input class="chkPremiumFilter" type="checkbox" name="chkPremium" id="chkPremium" data-theme="c" data-filter="IsPremium">
|
|
|
|
|
<label for="chkPremium">Premium</label>
|
|
|
|
|
</fieldset>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|