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