Pushing missing changes

This commit is contained in:
LukePulverenti 2013-02-20 20:33:05 -05:00
parent 1227b75260
commit 331a8d8366
129 changed files with 8370 additions and 15 deletions

24
Html/userProfiles.html Normal file
View file

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>User Profiles</title>
</head>
<body>
<div id="userProfilesPage" data-role="page" class="page type-interior userProfilesConfigurationPage">
<div data-role="content">
<div class="content-primary">
<div class="readOnlyContent">
<p id="pAddUser">
<button type="button" data-icon="plus" onclick="Dashboard.navigate('editUser.html');">
Add User
</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>