mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
46 lines
1.8 KiB
HTML
46 lines
1.8 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 Server 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>
|
|
<br />
|
|
<div style="display: inline-block;">
|
|
<label for="selectTargetSystem">Show plugins for</label>
|
|
</div>
|
|
|
|
<div style="display: inline-block;">
|
|
<select id="selectTargetSystem" data-mini="true" data-inline="true" style="margin-left: .5em;">
|
|
<option value="Server">MB Server</option>
|
|
<option value="MBTheater">MB Theater</option>
|
|
<option value="MBClassic">MB Classic</option>
|
|
</select>
|
|
</div>
|
|
|
|
<div style="display: inline-block; vertical-align: bottom;">
|
|
<input class="chkPremiumFilter" type="checkbox" data-mini="true" data-inline="true" name="chkPremium" id="chkPremium" data-theme="c" data-filter="IsPremium">
|
|
<label for="chkPremium">Show Free Only</label>
|
|
</div>
|
|
|
|
<div id="noPlugins" class="hide">
|
|
<div style="text-align: center; margin: 10px;">No available plugins</div>
|
|
</div>
|
|
|
|
<div id="pluginTiles"></div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|