jellyfin-web/dashboard-ui/userprofiles.html

25 lines
780 B
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
<html>
<head>
<title>User Profiles</title>
</head>
<body>
<div id="userProfilesPage" data-role="page" class="page type-interior userProfilesConfigurationPage">
<div data-role="content">
<div class="content-primary">
<div class="readOnlyContent">
<p id="pAddUser">
2013-03-28 17:10:15 -07:00
<button type="button" data-icon="plus" onclick="Dashboard.navigate('edituser.html');">
2013-02-20 18:33:05 -07:00
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>