1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/plugins.html

23 lines
865 B
HTML
Raw Normal View History

2013-02-20 20:33:05 -05:00
<!DOCTYPE html>
<html>
<head>
2015-03-08 13:34:02 -04:00
<title>${TitlePlugins}</title>
2013-02-20 20:33:05 -05:00
</head>
<body>
2015-06-10 00:01:14 -04:00
<div id="pluginsPage" data-role="page" class="page type-interior pluginConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Plugins" data-require="scripts/pluginspage">
2013-02-20 20:33:05 -05:00
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
2014-05-07 14:38:50 -04:00
<a href="#" data-role="button" class="ui-btn-active">${TabMyPlugins}</a>
2014-04-02 17:55:19 -04:00
<a href="plugincatalog.html" data-role="button">${TabCatalog}</a>
2014-07-11 00:27:46 -04:00
<a href="channelsettings.html" data-role="button">${TabChannels}</a>
2013-02-20 20:33:05 -05:00
</div>
2013-08-28 23:20:10 -04:00
2015-01-10 00:53:35 -05:00
<div class="installedPlugins"></div>
2013-02-20 20:33:05 -05:00
</div>
</div>
</div>
</body>
</html>