jellyfish-web/dashboard-ui/userprofiles.html
2014-09-13 10:10:30 -04:00

32 lines
975 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>${TitleUsers}</title>
</head>
<body>
<div id="userProfilesPage" data-role="page" class="page type-interior userProfilesPage">
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="#" data-role="button" class="ui-btn-active">${TabUsers}</a>
</div>
<div class="readOnlyContent">
<p id="pAddUser">
<button type="button" data-icon="plus" data-iconpos="right" onclick="Dashboard.navigate('useredit.html');">
${ButtonAddUser}
</button>
</p>
</div>
<div class="itemsContainer users" style="text-align:left;">
</div>
</div>
</div>
</div>
</body>
</html>