jellyfin-web/dashboard-ui/plugins.html

28 lines
1.2 KiB
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Plugins</title>
</head>
<body>
<div id="pluginsPage" data-role="page" class="page type-interior pluginConfigurationPage">
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="plugins.html" data-role="button" class="ui-btn-active">Installed Plugins</a>
2013-03-28 17:10:15 -07:00
<a href="plugincatalog.html" data-role="button">Plugin Catalog</a>
<a href="pluginupdates.html" data-role="button">Automatic Updates</a>
2013-02-20 18:33:05 -07:00
</div>
<div style="margin-top: -25px; margin-bottom: 10px">
<p><strong>These are the plug-ins installed on this <em>server.</em> Plug-ins for other components of MB3 are installed on those components.</strong></p>
<p ><strong>Select a plug-in to configure it.</strong></p>
</div>
2013-02-20 18:33:05 -07:00
<div class="readOnlyContent">
<ul id="ulInstalledPlugins" data-role="listview" data-inset="true" data-auto-enhanced="false" data-split-icon="minus"></ul>
</div>
</div>
</div>
</div>
</body>
</html>