2014-03-26 09:18:41 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-22 10:25:54 -07:00
|
|
|
|
<title>${TitleDlna}</title>
|
2014-03-26 09:18:41 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-06-07 18:23:56 -07:00
|
|
|
|
<div id="dlnaProfilesPage" data-role="page" class="page type-interior dlnaPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Dlna%20profiles" data-require="scripts/dlnaprofiles">
|
2014-03-26 09:18:41 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2014-04-19 22:21:08 -07:00
|
|
|
|
<a href="dlnasettings.html" data-role="button">${TabPlayTo}</a>
|
|
|
|
|
<a href="dlnaserversettings.html" data-role="button">${TabServer}</a>
|
2014-04-08 19:12:17 -07:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabProfiles}</a>
|
2014-03-26 09:18:41 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2014-03-26 12:21:29 -07:00
|
|
|
|
<div class="readOnlyContent">
|
|
|
|
|
|
|
|
|
|
<div style="position: relative;">
|
2014-04-08 19:12:17 -07:00
|
|
|
|
<h2>${HeaderCustomDlnaProfiles}</h2>
|
2014-03-26 12:21:29 -07:00
|
|
|
|
<div style="position: absolute; right: 0; top: -12px;">
|
2014-04-08 19:12:17 -07:00
|
|
|
|
<a data-role="button" data-icon="plus" data-mini="true" href="dlnaprofile.html">${ButtonNew}</a>
|
2014-03-26 12:21:29 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-04-08 19:12:17 -07:00
|
|
|
|
<p>${CustomDlnaProfilesHelp}</p>
|
2014-03-26 12:21:29 -07:00
|
|
|
|
|
|
|
|
|
<div class="customProfiles"></div>
|
|
|
|
|
|
|
|
|
|
<br />
|
2014-04-08 19:12:17 -07:00
|
|
|
|
<h2>${HeaderSystemDlnaProfiles}</h2>
|
2014-03-26 12:21:29 -07:00
|
|
|
|
|
2014-04-08 19:12:17 -07:00
|
|
|
|
<p>${SystemDlnaProfilesHelp}</p>
|
2014-03-26 12:21:29 -07:00
|
|
|
|
|
|
|
|
|
<div class="systemProfiles"></div>
|
|
|
|
|
</div>
|
2014-03-26 09:18:41 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|