jellyfin-web/dashboard-ui/userprofiles.html
2013-12-25 22:44:26 -05:00

31 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Users</title>
</head>
<body>
<div id="userProfilesPage" data-role="page" class="page type-interior userProfilesConfigurationPage">
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="userprofiles.html" data-role="button" class="ui-btn-active">Profiles</a>
<a href="allusersettings.html" data-role="button">Security</a>
</div>
<div class="readOnlyContent">
<p id="pAddUser">
<button type="button" data-icon="plus" onclick="Dashboard.navigate('edituser.html');">
Add User
</button>
</p>
<ul id="ulUserProfiles" data-role="listview" data-inset="true" data-auto-enhanced="false" data-split-icon="minus"></ul>
</div>
</div>
</div>
</div>
</body>
</html>