jellyfin-web/dashboard-ui/plugincatalog.html
2016-07-22 15:48:47 -04:00

29 lines
1.4 KiB
HTML

<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">
<div data-role="content">
<div class="content-primary">
<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>
</div>
<div style="margin-left:auto;" class="optionAdultContainer">
<label style="width:auto;">
<input type="checkbox" is="emby-checkbox" id="chkAdult" />
<span>${OptionDisplayAdultContent}</span>
</label>
</div>
</div>
<br />
<br />
<div id="noPlugins" class="hide">
<div style="text-align: center; margin: 10px;">${MessageNoAvailablePlugins}</div>
</div>
<div id="pluginTiles" style="text-align:left;"></div>
</div>
</div>
</div>