jellyfin-web/dashboard-ui/plugins.html

23 lines
865 B
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
<html>
<head>
2015-03-08 10:34:02 -07:00
<title>${TitlePlugins}</title>
2013-02-20 18:33:05 -07:00
</head>
<body>
2015-06-09 21:01:14 -07: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 18:33:05 -07:00
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
2014-05-07 11:38:50 -07:00
<a href="#" data-role="button" class="ui-btn-active">${TabMyPlugins}</a>
2014-04-02 14:55:19 -07:00
<a href="plugincatalog.html" data-role="button">${TabCatalog}</a>
2014-07-10 21:27:46 -07:00
<a href="channelsettings.html" data-role="button">${TabChannels}</a>
2013-02-20 18:33:05 -07:00
</div>
2013-08-28 20:20:10 -07:00
2015-01-09 22:53:35 -07:00
<div class="installedPlugins"></div>
2013-02-20 18:33:05 -07:00
</div>
</div>
</div>
</body>
</html>