2014-03-26 09:18:41 -07: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 08:02:50 -07:00
|
|
|
|
<a href="dlnasettings.html" data-role="button">${TabSettings}</a>
|
2014-03-26 09:18:41 -07:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">Profiles</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-03-26 12:21:29 -07:00
|
|
|
|
<div class="readOnlyContent">
|
|
|
|
|
|
|
|
|
|
<div style="position: relative;">
|
|
|
|
|
<h2>Custom Profiles</h2>
|
|
|
|
|
<div style="position: absolute; right: 0; top: -12px;">
|
|
|
|
|
<a data-role="button" data-icon="plus" data-mini="true" href="dlnaprofile.html">New</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<p>Create a custom profile to target a new device or override a system profile.</p>
|
|
|
|
|
|
|
|
|
|
<div class="customProfiles"></div>
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<h2>System Profiles</h2>
|
|
|
|
|
|
|
|
|
|
<p>System profiles are read-only. To override a system profile, create a custom profile targeting the same device.</p>
|
|
|
|
|
|
|
|
|
|
<div class="systemProfiles"></div>
|
|
|
|
|
</div>
|
2014-03-26 09:18:41 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|