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

31 lines
1.1 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
2017-05-06 15:42:17 -04:00
<div>
2016-03-16 01:33:31 -04:00
<div class="content-primary">
<div class="readOnlyContent">
<div style="position: relative;">
<h2>${HeaderCustomDlnaProfiles}</h2>
<div style="position: absolute; right: 0; top: -12px;">
2017-07-01 12:12:40 -04:00
<a is="emby-linkbutton" href="dlnaprofile.html" class="raised submit raised-mini">
<i class="md-icon">add</i>
<span>${ButtonNew}</span>
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>