2024-07-19 16:53:44 +00:00
|
|
|
<div id="repositories" data-role="page" class="page type-interior fullWidthContent" data-title="${TabRepositories}">
|
2020-06-10 21:33:08 +09:00
|
|
|
<div>
|
|
|
|
<div class="content-primary">
|
|
|
|
<div class="sectionTitleContainer flex align-items-center">
|
|
|
|
<h2 class="sectionTitle">${TabRepositories}</h2>
|
2020-08-09 23:10:58 +09:00
|
|
|
<button is="emby-button" type="button" class="fab btnNewRepository submit" style="margin-left:1em;" title="${Add}">
|
2020-06-10 21:33:08 +09:00
|
|
|
<span class="material-icons add" aria-hidden="true"></span>
|
|
|
|
</button>
|
2022-10-22 13:23:04 +02:00
|
|
|
<a is="emby-linkbutton" rel="noopener noreferrer" class="raised button-alt headerHelpButton" target="_blank" href="https://jellyfin.org/docs/general/server/plugins/#repositories">
|
2022-01-13 14:16:14 -05:00
|
|
|
${Help}
|
|
|
|
</a>
|
2020-06-10 21:33:08 +09:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="repositories"></div>
|
|
|
|
|
|
|
|
<div id="none" class="noItemsMessage centerMessage hide">
|
|
|
|
<h1>${MessageNoRepositories}</h1>
|
2020-06-11 19:34:06 +09:00
|
|
|
<p>${MessageAddRepository}</p>
|
2020-06-10 21:33:08 +09:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|