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

29 lines
1.5 KiB
HTML
Raw Normal View History

2018-09-12 19:26:21 +02:00
<div id="userProfilesPage" data-role="page" class="page type-interior userProfilesPage fullWidthContent" data-require="scripts/userprofilespage,emby-button">
2013-02-20 20:33:05 -05:00
2017-05-06 15:42:17 -04:00
<div>
2016-03-16 01:33:31 -04:00
<div class="content-primary">
2018-09-12 19:26:21 +02:00
<div class="verticalSection verticalSection-extrabottompadding">
<div class="sectionTitleContainer sectionTitleContainer-cards">
<h2 class="sectionTitle sectionTitle-cards">
2017-05-06 15:42:17 -04:00
<span>${HeaderUsers}</span>
2017-10-17 15:48:17 -04:00
</h2>
2018-09-12 19:26:21 +02:00
<button is="emby-button" type="button" class="fab btnAddUser submit sectionTitleButton" style="margin-left:1em;" title="${ButtonAddUser}">
2017-10-28 23:52:05 -04:00
<i class="md-icon">&#xE145;</i>
2017-05-06 15:42:17 -04:00
</button>
2018-09-12 19:26:21 +02:00
<a style="margin-left:2em!important;" is="emby-linkbutton" class="raised button-alt headerHelpButton" target="_blank" href="https://github.com/MediaBrowser/Wiki/wiki/Users">${Help}</a>
2017-05-06 15:42:17 -04:00
</div>
<div class="localUsers itemsContainer vertical-wrap" style="margin-top: .5em;"></div>
2016-03-16 01:33:31 -04:00
</div>
2017-07-28 12:13:42 -04:00
<div class="sectionPendingGuests verticalSection hide">
2017-05-06 15:42:17 -04:00
<div class="sectionTitleContainer">
2017-10-17 15:48:17 -04:00
<h2 class="sectionTitle">
2016-03-16 01:33:31 -04:00
${HeaderPendingInvitations}
2017-10-17 15:48:17 -04:00
</h2>
2014-10-13 16:14:53 -04:00
</div>
2017-05-06 15:42:17 -04:00
<div class="itemsContainer vertical-wrap pending" style="margin-top:.5em;"></div>
2014-10-13 16:14:53 -04:00
</div>
2013-02-20 20:33:05 -05:00
</div>
2016-03-16 01:33:31 -04:00
2013-02-20 20:33:05 -05:00
</div>
2016-03-16 01:33:31 -04:00
</div>