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/plugincatalog.html

26 lines
1.3 KiB
HTML
Raw Normal View History

2016-04-13 02:02:07 -04:00
<div id="pluginCatalogPage" data-role="page" class="page type-interior pluginConfigurationPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Plugins" data-require="scripts/ratingdialog,scripts/plugincatalogpage,paper-toggle-button">
2016-03-16 01:33:31 -04:00
<div data-role="content">
<div class="content-primary">
2016-03-29 23:10:01 -04:00
<div style="display: flex;align-items:center;">
<div>
<label class="selectLabel" for="selectSystem">${LabelDisplayPluginsFor}</label>
<select id="selectSystem">
<option value="Server">${TabServer}</option>
<option value="MBClassic">${PluginTabAppClassic}</option>
</select>
2015-03-07 17:43:53 -05:00
</div>
2016-03-29 23:10:01 -04:00
<div style="margin-left:auto;" class="optionAdultContainer">
<paper-toggle-button id="chkAdult">${OptionDisplayAdultContent}</paper-toggle-button>
2013-07-29 11:27:43 -04:00
</div>
2016-03-16 01:33:31 -04:00
</div>
2016-03-16 01:33:31 -04:00
<br />
<br />
<div id="noPlugins" class="hide">
<div style="text-align: center; margin: 10px;">${MessageNoAvailablePlugins}</div>
2013-02-20 20:33:05 -05:00
</div>
2016-03-16 01:33:31 -04:00
<div id="pluginTiles" style="text-align:left;"></div>
2013-02-20 20:33:05 -05:00
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>