2024-05-17 13:52:49 -04:00
|
|
|
<div id="pluginCatalogPage" data-role="page" class="page type-interior pluginConfigurationPage fullWidthContent">
|
2019-04-02 16:11:55 -07:00
|
|
|
<div>
|
|
|
|
<div class="content-primary">
|
2024-07-15 10:25:56 -04:00
|
|
|
<div class="sectionTitleContainer flex align-items-center">
|
|
|
|
<h2 class="sectionTitle">${TabCatalog}</h2>
|
|
|
|
<a is="emby-linkbutton" class="fab" href="#/dashboard/plugins/repositories" style="margin-left:1em;" title="${Settings}">
|
|
|
|
<span class="material-icons settings" aria-hidden="true"></span>
|
|
|
|
</a>
|
|
|
|
<a is="emby-linkbutton" rel="noopener noreferrer" class="raised button-alt headerHelpButton" target="_blank" href="https://jellyfin.org/docs/general/server/plugins/">
|
|
|
|
${Help}
|
|
|
|
</a>
|
|
|
|
</div>
|
2022-10-21 09:05:11 +02:00
|
|
|
<div class="inputContainer">
|
2022-10-25 21:35:03 +02:00
|
|
|
<input id="txtSearchPlugins" name="txtSearchPlugins" type="text" is="emby-input" label="${Search}" />
|
2022-10-21 09:05:11 +02:00
|
|
|
</div>
|
2019-04-02 16:11:55 -07:00
|
|
|
<div id="noPlugins" class="hide">${MessageNoAvailablePlugins}</div>
|
|
|
|
<div id="pluginTiles" style="text-align:left;"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-02-22 11:47:03 -05:00
|
|
|
</div>
|