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

36 lines
1.1 KiB
HTML
Raw Normal View History

2013-02-20 20:33:05 -05:00
<!DOCTYPE html>
<html>
<head>
2014-07-26 13:30:15 -04:00
<title>${TitleUsers}</title>
2013-02-20 20:33:05 -05:00
</head>
<body>
2014-07-26 13:30:15 -04:00
<div id="userProfilesPage" data-role="page" class="page type-interior userProfilesPage">
2013-02-20 20:33:05 -05:00
<div data-role="content">
<div class="content-primary">
2014-07-26 13:30:15 -04:00
2013-07-08 12:13:21 -04:00
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
2014-07-20 00:46:29 -04:00
<a href="#" data-role="button" class="ui-btn-active">${TabUsers}</a>
2013-07-08 12:13:21 -04:00
</div>
2013-02-20 20:33:05 -05:00
<div class="readOnlyContent">
2014-09-14 11:10:51 -04:00
<div>
<a data-role="button" data-icon="plus" href="useredit.html" data-inline="true">
2014-10-01 20:28:16 -04:00
${ButtonAddUser}
2014-09-14 11:10:51 -04:00
</a>
<!--<a data-role="button" data-icon="plus" href="useredit.html" data-inline="true">
${ButtonInviteMediaBrowserUser}
</a>-->
</div>
2014-09-13 10:10:30 -04:00
</div>
2014-09-14 14:47:48 -04:00
2014-09-13 10:10:30 -04:00
<div class="itemsContainer users" style="text-align:left;">
2013-02-20 20:33:05 -05:00
</div>
2014-09-13 10:10:30 -04:00
2013-02-20 20:33:05 -05:00
</div>
</div>
</div>
</body>
</html>