1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/dlnaprofiles.html

33 lines
1.2 KiB
HTML
Raw Normal View History

2016-06-04 23:50:07 -04:00
<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">
2016-03-16 01:33:31 -04:00
<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">
2016-06-04 23:50:07 -04:00
<button is="emby-button" type="button" class="raised submit mini">
2016-07-23 14:43:07 -04:00
<i class="md-icon">add</i>
2016-03-16 01:33:31 -04:00
<span>${ButtonNew}</span>
2016-06-04 23:50:07 -04:00
</button>
2016-03-16 01:33:31 -04:00
</a>
2014-03-26 15:21:29 -04:00
</div>
2016-03-16 01:33:31 -04:00
</div>
2014-03-26 15:21:29 -04:00
2016-03-16 01:33:31 -04:00
<p>${CustomDlnaProfilesHelp}</p>
2014-03-26 15:21:29 -04:00
2016-03-16 01:33:31 -04:00
<div class="customProfiles"></div>
2014-03-26 15:21:29 -04:00
2016-03-16 01:33:31 -04:00
<br />
<h2>${HeaderSystemDlnaProfiles}</h2>
2014-03-26 15:21:29 -04:00
2016-03-16 01:33:31 -04:00
<p>${SystemDlnaProfilesHelp}</p>
2014-03-26 15:21:29 -04:00
2016-03-16 01:33:31 -04:00
<div class="systemProfiles"></div>
2014-03-26 12:18:41 -04:00
</div>
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>