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>
|
2014-10-13 16:23:31 -04:00
|
|
|
|
<a data-role="button" data-icon="plus" href="#popupInvite" data-rel="popup" data-position-to="window" data-inline="true" data-mini="true">
|
2014-10-13 16:14:53 -04:00
|
|
|
|
${ButtonInviteUser}
|
|
|
|
|
</a>
|
2014-10-13 16:23:31 -04:00
|
|
|
|
<a data-role="button" data-icon="plus" href="useredit.html" data-inline="true" data-mini="true">
|
2014-10-13 16:14:53 -04:00
|
|
|
|
${ButtonAddLocalUser}
|
2014-09-14 11:10:51 -04:00
|
|
|
|
</a>
|
|
|
|
|
</div>
|
2014-09-13 10:10:30 -04:00
|
|
|
|
</div>
|
2014-10-13 16:14:53 -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-10-13 16:14:53 -04:00
|
|
|
|
<br />
|
|
|
|
|
<div class="sectionPendingGuests" style="display:none;">
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<div class="ui-bar-a" style="padding: 0 1em;"><h3>Pending Invitations</h3></div>
|
|
|
|
|
<div class="itemsContainer pending" style="text-align:left;"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="popup" id="popupInvite" data-theme="a">
|
|
|
|
|
|
|
|
|
|
<a href="#" data-rel="back" class="ui-btn ui-corner-all ui-shadow ui-btn-a ui-icon-delete ui-btn-icon-notext ui-btn-right">${ButtonClose}</a>
|
|
|
|
|
|
|
|
|
|
<div class="ui-bar-a" style="text-align: center; padding: 5px 20px;">
|
|
|
|
|
<h3 style="margin: .5em;">${HeaderInviteUser}</h3>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="padding:10px 20px;">
|
|
|
|
|
|
|
|
|
|
<p>${HeaderInviteUserHelp}</p>
|
|
|
|
|
<form class="addUserForm">
|
|
|
|
|
<div>
|
|
|
|
|
<label for="txtConnectUsername">${LabelConnectUserName}</label>
|
|
|
|
|
<input type="text" id="txtConnectUsername" value="" placeholder="Username" required="required">
|
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
<div>${LabelConnectInviteHelp}</div>
|
|
|
|
|
<div style="margin-top: .75em;"><a href="http://mediabrowser.tv/connect" target="_blank">${ButtonLearnMoreAboutMediaBrowserConnect}</a></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<button type="submit" data-icon="mail">${ButtonSendInvitation}</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
2014-09-13 10:10:30 -04:00
|
|
|
|
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
2014-10-13 16:14:53 -04:00
|
|
|
|
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
2014-10-13 16:14:53 -04:00
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
$('.addUserForm').off('submit', UserProfilesPage.onSubmit).on('submit', UserProfilesPage.onSubmit);
|
|
|
|
|
</script>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|