2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-07-26 10:30:15 -07:00
|
|
|
|
<title>${TitleUsers}</title>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-08-31 21:15:10 -07:00
|
|
|
|
<div id="userProfilesPage" data-role="page" class="page type-interior userProfilesPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Users" data-require="jqmpopup,scripts/userprofilespage">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2014-12-23 23:28:40 -07:00
|
|
|
|
<br />
|
2015-03-12 18:55:22 -07:00
|
|
|
|
<div class="detailSectionHeader">
|
2015-09-14 10:28:42 -07:00
|
|
|
|
<h3 style="margin:.6em 0;vertical-align:middle;display:inline-block;">
|
2014-10-13 21:22:17 -07:00
|
|
|
|
<span style="vertical-align:middle;">${HeaderUsers}</span>
|
|
|
|
|
</h3>
|
2015-09-14 10:28:42 -07: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 07:10:30 -07:00
|
|
|
|
</div>
|
2014-11-18 19:45:12 -07:00
|
|
|
|
<div class="localUsers" style="text-align:left;margin-top:.5em;"></div>
|
2014-10-13 13:14:53 -07:00
|
|
|
|
|
2015-03-12 18:55:22 -07:00
|
|
|
|
<div class="detailSectionHeader" style="margin-top:2.5em;">
|
2015-09-14 10:28:42 -07:00
|
|
|
|
<h3 style="margin:.6em 0;vertical-align:middle;display:inline-block;">
|
|
|
|
|
${HeaderGuests}
|
2014-10-13 21:22:17 -07:00
|
|
|
|
</h3>
|
2015-09-14 10:28:42 -07: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 18:33:05 -07:00
|
|
|
|
</div>
|
2014-11-18 19:45:12 -07:00
|
|
|
|
<div class="connectUsers" style="text-align:left;margin-top:.5em;"></div>
|
2014-10-13 21:22:17 -07:00
|
|
|
|
|
2014-10-23 21:54:35 -07:00
|
|
|
|
<div class="sectionPendingGuests" style="display:none;margin-top:2.5em;">
|
2015-01-17 22:45:10 -07:00
|
|
|
|
<div class="detailSectionHeader" style="padding: 0 1em;">${HeaderPendingInvitations}</div>
|
2014-10-13 21:22:17 -07:00
|
|
|
|
<div class="itemsContainer pending" style="text-align:left;margin-top:.5em;"></div>
|
2014-10-13 13:14:53 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="popup" id="popupInvite" data-theme="a">
|
2014-10-13 21:22:17 -07:00
|
|
|
|
|
2014-10-30 21:57:24 -07:00
|
|
|
|
<a href="#" data-rel="back" class="ui-btn ui-corner-all ui-shadow ui-btn-b ui-icon-delete ui-btn-icon-notext ui-btn-right">${ButtonClose}</a>
|
|
|
|
|
|
2014-10-13 13:14:53 -07:00
|
|
|
|
<div class="ui-bar-a" style="text-align: center; padding: 5px 20px;">
|
|
|
|
|
<h3 style="margin: .5em;">${HeaderInviteUser}</h3>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="padding:10px 20px;">
|
|
|
|
|
|
2014-10-13 21:22:17 -07:00
|
|
|
|
<p style="margin:1em 0 1.25em;">${HeaderInviteUserHelp}</p>
|
2014-10-13 13:14:53 -07:00
|
|
|
|
<form class="addUserForm">
|
|
|
|
|
<div>
|
2014-10-22 21:26:01 -07:00
|
|
|
|
<label for="txtConnectUsername">${LabelConnectGuestUserName}</label>
|
2015-04-03 08:52:49 -07:00
|
|
|
|
<input type="text" id="txtConnectUsername" value="" placeholder="${PlaceholderUsername}" required="required">
|
2014-10-13 13:14:53 -07:00
|
|
|
|
<div class="fieldDescription">
|
2014-10-22 21:26:01 -07:00
|
|
|
|
<div>${LabelConnectGuestUserNameHelp}</div>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<div style="margin-top: .75em;"><a href="http://emby.media/connect" target="_blank">${ButtonLearnMoreAboutEmbyConnect}</a></div>
|
2014-10-13 13:14:53 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<br />
|
2014-10-30 21:57:24 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="collapsible" data-mini="true">
|
|
|
|
|
<h2>${HeaderShareMediaFolders}</h2>
|
|
|
|
|
<div>
|
|
|
|
|
<div class="librarySharingList" style="margin-top:1em;">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin:1.25em 0;" class="fieldDescription">${MessageGuestSharingPermissionsHelp}</div>
|
|
|
|
|
<div>
|
|
|
|
|
<button type="submit" data-icon="mail" data-theme="b" data-mini="true">${ButtonSendInvitation}</button>
|
|
|
|
|
<a href="#" data-rel="back" data-icon="delete" data-role="button" data-mini="true">${ButtonCancel}</a>
|
|
|
|
|
</div>
|
2014-10-13 13:14:53 -07:00
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
2014-09-13 07:10:30 -07:00
|
|
|
|
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
2014-10-13 13:14:53 -07:00
|
|
|
|
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|