jellyfin-web/dashboard-ui/dlnaprofiles.html

33 lines
1.2 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
<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 20:50:07 -07:00
<button is="emby-button" type="button" class="raised submit mini">
2016-07-23 11:43:07 -07:00
<i class="md-icon">add</i>
2016-03-15 22:33:31 -07:00
<span>${ButtonNew}</span>
2016-06-04 20:50:07 -07:00
</button>
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>