mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
23 lines
865 B
HTML
23 lines
865 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitlePlugins}</title>
|
|
</head>
|
|
<body>
|
|
<div id="pluginsPage" data-role="page" class="page type-interior pluginConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Plugins" data-require="scripts/pluginspage">
|
|
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabMyPlugins}</a>
|
|
<a href="plugincatalog.html" data-role="button">${TabCatalog}</a>
|
|
<a href="channelsettings.html" data-role="button">${TabChannels}</a>
|
|
</div>
|
|
|
|
<div class="installedPlugins"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|