2013-02-20 20:33:05 -05:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<title>${TitleServer}</title>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<div id="userProfilesPage" data-role="page" class="page type-interior dashboardHomePage">
|
2013-02-20 20:33:05 -05:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2014-07-20 00:46:29 -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="dashboard.html" data-role="button">${TabDashboard}</a>
|
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabUsers}</a>
|
|
|
|
|
<a href="dashboardgeneral.html" data-role="button">${TabSettings}</a>
|
|
|
|
|
<a href="serversecurity.html" data-role="button">${TabSecurity}</a>
|
2013-07-08 12:13:21 -04:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-02-20 20:33:05 -05:00
|
|
|
|
<div class="readOnlyContent">
|
|
|
|
|
<p id="pAddUser">
|
2014-04-19 11:33:07 -04:00
|
|
|
|
<button type="button" data-icon="plus" data-iconpos="right" onclick="Dashboard.navigate('useredit.html');">
|
2014-04-01 18:23:07 -04:00
|
|
|
|
${ButtonAddUser}
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</button>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<ul id="ulUserProfiles" data-role="listview" data-inset="true" data-auto-enhanced="false" data-split-icon="minus"></ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|