mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
28 lines
1.2 KiB
HTML
28 lines
1.2 KiB
HTML
<!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>
|
|
<a href="plugincatalog.html" data-role="button">Plugin Catalog</a>
|
|
<a href="pluginupdates.html" data-role="button">Automatic Updates</a>
|
|
</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>
|
|
<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>
|