mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
<div id="dlnaProfilesPage" data-role="page" class="page type-interior dlnaPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Dlna%20profiles" data-require="scripts/dlnaprofiles,emby-button">
|
|
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
|
|
<div class="readOnlyContent">
|
|
|
|
<div style="position: relative;">
|
|
<h2>${HeaderCustomDlnaProfiles}</h2>
|
|
<div style="position: absolute; right: 0; top: -12px;">
|
|
<a class="clearLink" href="dlnaprofile.html">
|
|
<button is="emby-button" type="button" class="raised submit mini">
|
|
<i class="md-icon">add</i>
|
|
<span>${ButtonNew}</span>
|
|
</button>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<p>${CustomDlnaProfilesHelp}</p>
|
|
|
|
<div class="customProfiles"></div>
|
|
|
|
<br />
|
|
<h2>${HeaderSystemDlnaProfiles}</h2>
|
|
|
|
<p>${SystemDlnaProfilesHelp}</p>
|
|
|
|
<div class="systemProfiles"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |