jellyfin-web/dashboard-ui/dlnaprofiles.html

31 lines
1.1 KiB
HTML
Raw Normal View History

2016-06-04 20:50:07 -07: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-15 22:33:31 -07:00
2017-05-06 12:42:17 -07:00
<div>
2016-03-15 22:33:31 -07: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 09:12:40 -07:00
<a is="emby-linkbutton" href="dlnaprofile.html" class="raised submit raised-mini">
<i class="md-icon">add</i>
<span>${ButtonNew}</span>
2016-03-15 22:33:31 -07:00
</a>
2014-03-26 12:21:29 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>
2014-03-26 12:21:29 -07:00
2016-03-15 22:33:31 -07:00
<p>${CustomDlnaProfilesHelp}</p>
2014-03-26 12:21:29 -07:00
2016-03-15 22:33:31 -07:00
<div class="customProfiles"></div>
2014-03-26 12:21:29 -07:00
2016-03-15 22:33:31 -07:00
<br />
<h2>${HeaderSystemDlnaProfiles}</h2>
2014-03-26 12:21:29 -07:00
2016-03-15 22:33:31 -07:00
<p>${SystemDlnaProfilesHelp}</p>
2014-03-26 12:21:29 -07:00
2016-03-15 22:33:31 -07:00
<div class="systemProfiles"></div>
2014-03-26 09:18:41 -07:00
</div>
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>