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

38 lines
2 KiB
HTML
Raw Normal View History

2016-07-01 11:04:08 -04:00
<div id="userProfilesPage" data-role="page" class="page type-interior userProfilesPage fullWidthContent" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Users" data-require="scripts/userprofilespage,emby-button">
2013-02-20 20:33:05 -05:00
2016-03-16 01:33:31 -04:00
<div data-role="content">
<div class="content-primary">
<div class="detailSectionHeader">
<h3 style="margin:.6em 0;vertical-align:middle;display:inline-block;">
<span style="vertical-align:middle;">${HeaderUsers}</span>
</h3>
2016-06-04 23:50:07 -04:00
<button is="emby-button" type="button" class="raised btnAddUser submit mini" style="margin-left:1em;" title="${ButtonAddUser}">
2016-03-16 01:33:31 -04:00
<iron-icon icon="add"></iron-icon>
<span>${ButtonAdd}</span>
2016-06-04 23:50:07 -04:00
</button>
2016-03-16 01:33:31 -04:00
</div>
<div class="localUsers" style="text-align:left;margin-top:.5em;"></div>
<div class="detailSectionHeader" style="margin-top:2.5em;">
<h3 style="margin:.6em 0;vertical-align:middle;display:inline-block;">
${HeaderGuests}
</h3>
2016-06-04 23:50:07 -04:00
<button is="emby-button" type="button" class="raised btnInvite submit mini" style="margin-left:1em;" title="${ButtonInviteUser}">
2016-03-16 01:33:31 -04:00
<iron-icon icon="add"></iron-icon>
<span>${ButtonAdd}</span>
2016-06-04 23:50:07 -04:00
</button>
2016-03-16 01:33:31 -04:00
</div>
<div class="connectUsers" style="text-align:left;margin-top:.5em;"></div>
2014-10-13 16:14:53 -04:00
2016-03-16 01:33:31 -04:00
<div class="sectionPendingGuests" style="display:none;margin-top:2.5em;">
2015-03-12 21:55:22 -04:00
<div class="detailSectionHeader" style="margin-top:2.5em;">
2015-09-14 13:28:42 -04:00
<h3 style="margin:.6em 0;vertical-align:middle;display:inline-block;">
2016-03-16 01:33:31 -04:00
${HeaderPendingInvitations}
2014-10-14 00:22:17 -04:00
</h3>
2014-10-13 16:14:53 -04:00
</div>
2016-03-16 01:33:31 -04:00
<div class="itemsContainer pending" style="text-align:left;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>