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>
|
2014-07-26 10:30:15 -07:00
|
|
|
|
<div id="userProfilesPage" data-role="page" class="page type-interior userProfilesPage">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2014-07-26 10:30:15 -07:00
|
|
|
|
|
2013-07-08 09:13:21 -07:00
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2014-07-19 21:46:29 -07:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabUsers}</a>
|
2013-07-08 09:13:21 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<div class="readOnlyContent">
|
2014-09-14 08:10:51 -07:00
|
|
|
|
<div>
|
|
|
|
|
<a data-role="button" data-icon="plus" href="useredit.html" data-inline="true">
|
2014-10-01 17:28:16 -07:00
|
|
|
|
${ButtonAddUser}
|
2014-09-14 08:10:51 -07:00
|
|
|
|
</a>
|
|
|
|
|
<!--<a data-role="button" data-icon="plus" href="useredit.html" data-inline="true">
|
|
|
|
|
${ButtonInviteMediaBrowserUser}
|
|
|
|
|
</a>-->
|
|
|
|
|
</div>
|
2014-09-13 07:10:30 -07:00
|
|
|
|
</div>
|
2014-09-14 11:47:48 -07:00
|
|
|
|
|
2014-09-13 07:10:30 -07:00
|
|
|
|
<div class="itemsContainer users" style="text-align:left;">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
|
|
|
|
</div>
|
2014-09-13 07:10:30 -07:00
|
|
|
|
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|