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/userprofiles.html

31 lines
1.1 KiB
HTML
Raw Normal View History

2013-02-20 20:33:05 -05:00
<!DOCTYPE html>
<html>
<head>
2013-12-25 22:44:26 -05:00
<title>Users</title>
2013-02-20 20:33:05 -05:00
</head>
<body>
<div id="userProfilesPage" data-role="page" class="page type-interior userProfilesConfigurationPage">
<div data-role="content">
<div class="content-primary">
2013-07-08 12:13:21 -04:00
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
2013-12-25 22:44:26 -05:00
<a href="userprofiles.html" data-role="button" class="ui-btn-active">Profiles</a>
<a href="allusersettings.html" data-role="button">Security</a>
2013-07-08 12:13:21 -04:00
</div>
2013-02-20 20:33:05 -05:00
<div class="readOnlyContent">
<p id="pAddUser">
<button type="button" data-icon="plus" onclick="Dashboard.navigate('useredit.html');">
2013-02-20 20:33:05 -05: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>