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

42 lines
1.3 KiB
HTML
Raw Normal View History

2014-03-26 12:18:41 -04:00
<!DOCTYPE html>
<html>
<head>
<title>DLNA</title>
</head>
<body>
<div id="dlnaProfilesPage" data-role="page" class="page type-interior adminPage dlnaPage">
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
2014-04-05 11:02:50 -04:00
<a href="dlnasettings.html" data-role="button">${TabSettings}</a>
2014-04-08 22:12:17 -04:00
<a href="#" data-role="button" class="ui-btn-active">${TabProfiles}</a>
2014-03-26 12:18:41 -04:00
</div>
2014-03-26 15:21:29 -04:00
<div class="readOnlyContent">
<div style="position: relative;">
2014-04-08 22:12:17 -04:00
<h2>${HeaderCustomDlnaProfiles}</h2>
2014-03-26 15:21:29 -04:00
<div style="position: absolute; right: 0; top: -12px;">
2014-04-08 22:12:17 -04:00
<a data-role="button" data-icon="plus" data-mini="true" href="dlnaprofile.html">${ButtonNew}</a>
2014-03-26 15:21:29 -04:00
</div>
</div>
2014-04-08 22:12:17 -04:00
<p>${CustomDlnaProfilesHelp}</p>
2014-03-26 15:21:29 -04:00
<div class="customProfiles"></div>
<br />
2014-04-08 22:12:17 -04:00
<h2>${HeaderSystemDlnaProfiles}</h2>
2014-03-26 15:21:29 -04:00
2014-04-08 22:12:17 -04:00
<p>${SystemDlnaProfilesHelp}</p>
2014-03-26 15:21:29 -04:00
<div class="systemProfiles"></div>
</div>
2014-03-26 12:18:41 -04:00
</div>
</div>
</div>
</body>
</html>