mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
43 lines
2.0 KiB
HTML
43 lines
2.0 KiB
HTML
<!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">
|
|
<div data-role="controlgroup" data-type="horizontal" data-mini="true">
|
|
<a href="plugins.html" data-role="button">Installed Plugins</a>
|
|
<a href="plugincatalog.html" data-role="button" class="ui-btn-active">Plugin Catalog</a>
|
|
<a href="pluginupdates.html" data-role="button">Automatic Updates</a>
|
|
</div>
|
|
|
|
<h5 style="margin-bottom:4px;">Displaying plugins for:</h5>
|
|
<fieldset data-role="controlgroup" data-type="horizontal" style="margin:auto;text-align: center;" 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>
|
|
<button data-mini="true" data-icon="filter" data-inline="true" onclick="$('#filterPanel', $.mobile.activePage).panel( 'toggle' );">Filter</button>
|
|
</fieldset>
|
|
|
|
<div id="pluginTiles"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<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>
|
|
<h3>Pricing:</h3>
|
|
</legend>
|
|
<input class="chkPremiumFilter" type="checkbox" name="chkPremium" id="chkPremium" data-theme="c" data-filter="IsPremium">
|
|
<label for="chkPremium">Premium</label>
|
|
</fieldset>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|