jellyfin-web/dashboard-ui/plugincatalog.html

29 lines
1.4 KiB
HTML
Raw Normal View History

2016-07-22 12:48:47 -07:00
<div id="pluginCatalogPage" data-role="page" class="page type-interior pluginConfigurationPage withTabs fullWidthContent" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Plugins" data-require="scripts/plugincatalogpage,emby-checkbox">
2016-03-15 22:33:31 -07:00
<div data-role="content">
<div class="content-primary">
2016-03-29 20:10:01 -07: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 15:43:53 -07:00
</div>
2016-03-29 20:10:01 -07:00
<div style="margin-left:auto;" class="optionAdultContainer">
2016-07-22 12:48:47 -07:00
<label style="width:auto;">
<input type="checkbox" is="emby-checkbox" id="chkAdult" />
<span>${OptionDisplayAdultContent}</span>
</label>
2013-07-29 08:27:43 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>
2016-03-15 22:33:31 -07:00
<br />
<br />
<div id="noPlugins" class="hide">
<div style="text-align: center; margin: 10px;">${MessageNoAvailablePlugins}</div>
2013-02-20 18:33:05 -07:00
</div>
2016-03-15 22:33:31 -07:00
<div id="pluginTiles" style="text-align:left;"></div>
2013-02-20 18:33:05 -07:00
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>