You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/08/04 21:57:37 UTC

[07/54] [abbrv] [partial] more updates to look and feel

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.role.users.html
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.role.users.html b/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.role.users.html
deleted file mode 100644
index 8c21416..0000000
--- a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.role.users.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<div class="well thingy">
-  <span id="role-section-title" class="title">Users</span>
-  <div class="bar">
-    <a class="btn" data-toggle="modal" href="#" onclick="Usergrid.console.deleteRoleFromUser('${data.roleName}', '${data.roleTitle}'); return false;"> Remove </a>
-    <a style="margin-right: 15px;" class="btn btn-primary" data-toggle="modal" href="#dialog-form-add-role-to-user"> Add </a>
-  </div>
-</div>
-{{if data.users.length > 0}}
-<table class="table" style="margin-top: 30px;">
-  <tbody>
-    <tr class="zebraRows users-row">
-      <td class="checkboxo">
-        <input type="checkbox" onclick="Usergrid.console.selectAllEntities(this);" />
-      </td>
-      <td class="user-details bold-header"></td>
-      <td class="user-details bold-header">
-        Username
-      </td>
-      <td class="user-details bold-header">
-        Name
-      </td>
-    </tr>
-    {{each data.users}}
-    <tr class="zebraRows users-row">
-      <td class="checkboxo"><input type="checkbox" name="${name}" class="listItem" value="${uuid}" /></td>
-      <td class="gravatar50-td"><img src="{{if picture}}${picture}{{else}}http://${window.location.host + window.location.pathname}images/user-photo.png{{/if}}" class="gravatar50" /></td>
-      <td class="details">
-        <a href="" onclick="Usergrid.console.pageOpenUserProfile('${username}'); return false;">${username}</a>
-      </td>
-      <td class="details">{{if name}}${name}{{/if}}</td>
-    </tr>
-    {{/each}}
-  </tbody>
-</table>
-{{else}}
-<div class="panel-section-message">No Users have this Role</div>
-{{/if}}
-

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.activities.html
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.activities.html b/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.activities.html
deleted file mode 100644
index cc309aa..0000000
--- a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.activities.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<div class="console-section">
-  <div class="well thingy">
-    {{if picture}}<img src="${picture}" class="user-profile-picture" />{{/if}}
-    <div class="title">
-      {{if path}}<a href="" onclick="Usergrid.console.pageOpenQueryExplorer('${path}'); return false;">{{/if}}
-        ${name}
-        {{if path}}</a>{{/if}}
-    </div>
-  </div>
-  {{if activities}}
-  <table class="activities-table table">
-    {{each activities}}
-    <tr class="">
-      <td>
-        <a href="#" class="toggleableSP">${dateToString($value.created)}</a>
-        <a href="#" class="toggleableSP hide">${$value.created}</a>
-      </td>
-      <td>
-        ${$value.content}
-      </td>
-      <td>
-        {{if $value.actor.username}}
-        <a href="#"
-           onclick="Usergrid.console.pageOpenUserProfile('${$value.actor.username}'); return false;">${$value.actor.displayName} {{if $value.actor.email}} (${$value.actor.email}) {{/if}}</a>
-        {{else}}
-        ${$value.actor.displayName} {{if $value.actor.email}} (${$value.actor.email}) {{/if}}
-        {{/if}}
-      </td>
-      <td>
-        ${$value.verb}
-      </td>
-    </tr>
-    {{/each}}
-  </table>
-  {{else}}
-  <div class="panel-section-message">No User Activities</div>
-  {{/if}}
-</div>
-<div id="user-panel-activities-curl-container" class="curl-container">
-</div>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.graph.html
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.graph.html b/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.graph.html
deleted file mode 100644
index 4c55f9b..0000000
--- a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.graph.html
+++ /dev/null
@@ -1,80 +0,0 @@
-<div class="console-section">
-  <div class="well thingy">
-    {{if picture}}<img src="${picture}" class="user-profile-picture" />{{/if}}
-    <div class="title">
-      {{if path}}<a href="" onclick="Usergrid.console.pageOpenQueryExplorer('${path}'); return false;">{{/if}}${name}{{if path}}</a>{{/if}}
-    </div>
-    <div class="bar">
-      <a class="btn btn-primary" data-toggle="modal" href="#dialog-form-follow-user">Follow User</a>
-      <input type="hidden" value="${username}" id="search-follow-username" name="search-follow-userid">
-    </div>
-  </div>
-
-  <div class="console-section-contents">
-    <div class="user-roles-title">Following </div>
-    <div class="user-panel-section">
-      {{if following}}
-      {{if following.length > 0}}
-      <div class="query-result-row entity_list_item" id="users-roles-following-table">
-        <table class="table table-bordered">
-          <tbody>
-            {{each following}}
-            <tr class="zebraRows">
-              <td class="query-result-td-header-name">
-                <div class="query-result-header-name query-result-picture-vert-offset">
-                  {{if path}}
-                  <a href="" onclick="Usergrid.console.pageOpenUserProfile('${username}'); return false;">
-                    <span class="user-role-row-name">${username}</span>
-                    <span class="user-role-row-title"><a href="mailto:${email}">${email}</a></span>
-                  </a>
-                  {{/if}}
-                </div>
-              </td>
-            </tr>
-            {{/each}}
-          </tbody>
-        </table>
-      </div>
-      {{/if}}
-      {{else}}
-      <div class="panel-section-message">Not following anyone</div>
-      {{/if}}
-      <br/>
-    </div>
-    <div id="user-panel-following-curl-container" class="curl-container">
-    </div>
-    <br/>
-    <div class="user-roles-title">Followers </div>
-    <div class="user-panel-section">
-      {{if followers}}
-      {{if followers.length > 0}}
-      <div class="query-result-row entity_list_item" id="users-roles-followed-table">
-        <table class="table table-bordered">
-          <tbody>
-            {{each followers}}
-            <tr class="zebraRows">
-              <td class="query-result-td-header-name">
-                <div class="query-result-header-name query-result-picture-vert-offset">
-                  {{if path}}
-                  <a href="" onclick="Usergrid.console.pageOpenUserProfile('${username}'); return false;">
-                    <span class="user-role-row-name">${username}</span>
-                    <span class="user-role-row-title"><a href="mailto:${email}">${email}</a></span>
-                  </a>
-                  {{/if}}
-                </div>
-              </td>
-            </tr>
-            {{/each}}
-          </tbody>
-        </table>
-      </div>
-      {{/if}}
-      {{else}}
-      <div class="panel-section-message">No followers</div>
-      {{/if}}
-      <br/>
-    </div>
-    <div id="user-panel-followers-curl-container" class="curl-container">
-    </div>
-  </div>
-</div>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.memberships.html
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.memberships.html b/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.memberships.html
deleted file mode 100644
index fa0420a..0000000
--- a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.memberships.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<div class="console-section">
-  <div class="well thingy">
-    {{if picture}}<img src="${picture}" class="user-profile-picture" />{{/if}}
-    <div class="title">
-      {{if path}}<a href="" onclick="Usergrid.console.pageOpenQueryExplorer('${path}'); return false;">{{/if}}${name}{{if path}}</a>{{/if}}
-    </div>
-    <div class="bar">
-      <a class="btn " data-toggle="modal" onclick="Usergrid.console.removeUserFromGroup('${username}'); return false;">Remove</a>
-      <a style="margin-right: 15px;" class="btn btn-primary" data-toggle="modal" href="#dialog-form-add-group-to-user">Add to a Group</a>
-      <input type="hidden" value="${username}" id="search-group-userid" name="search-group-userid">
-    </div>
-  </div>
-
-  {{if memberships}}
-  <table class="table" style="margin-top: 30px">
-    <tbody>
-      <tr class="zebraRows users-row">
-        <td class="checkboxo">
-          <input type="checkbox" onclick="Usergrid.console.selectAllEntities(this);" />
-        </td>
-        <td class="user-details bold-header">
-          Group Name
-        </td>
-      </tr>
-      {{each memberships}}
-      <tr class="zebraRows users-row">
-        <td class="checkboxo"><input type="checkbox" name="${name}" class="listItem" value="${$value.uuid}" /></td>
-        <td class="details">
-          <a href="#" onclick="Usergrid.console.pageOpenGroupProfile('${$value.path}'); return false;">${$value.path}</a>
-        </td>
-      </tr>
-      {{/each}}
-    </tbody>
-  </table>
-  {{else}}
-  <div class="panel-section-message">no group memberships</div>
-  {{/if}}
-</div>
-<div id="user-panel-memberships-curl-container" class="curl-container">
-</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.permissions.html
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.permissions.html b/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.permissions.html
deleted file mode 100644
index c69407c..0000000
--- a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.permissions.html
+++ /dev/null
@@ -1,105 +0,0 @@
-<div class="console-section">
-  <div class="well thingy">
-    {{if picture}}<img src="${picture}" class="user-profile-picture" />{{/if}}
-    <div class="title">
-      {{if path}}<a href="" onclick="Usergrid.console.pageOpenQueryExplorer('${path}'); return false;">{{/if}}
-        ${name}
-      {{if path}}</a>{{/if}}
-    </div>
-    <div class="bar">
-      <a class="btn" data-toggle="modal" href="#" onclick="Usergrid.console.deleteUsersFromRoles('${username}'); return false;"> Remove </a>
-      <a style="margin-right: 15px;" class="btn btn-primary" data-toggle="modal" href="#dialog-form-add-user-to-role"> Add role</a>
-    </div>
-  </div>
-  <div class="console-section-contents">
-    <div class="user-panel-section">
-      <div class="user-roles-title">Roles </div>
-      {{if roles}}
-      {{if roles.length > 0}}
-      <table class="table table-bordered users-permissions-response-table">
-        <tbody>
-          <tr class="zebraRows users-row">
-            <td class="checkboxo">
-              <input type="checkbox" onclick="Usergrid.console.selectAllEntities(this);" />
-            </td>
-            <td class="user-details bold-header">
-              Group Name
-            </td>
-          </tr>
-
-          {{each roles}}
-          <tr class="zebraRows users-row">
-            <td class="checkboxo"><input type="checkbox" name="${title}" class="listItem" value="${name}" /></td>
-            <td class="details">
-              {{if path}}<a href="" onclick="Usergrid.console.pageOpenRole('${name}', '${title}'); return false;">{{/if}}
-                ${title}
-                (${name})
-              {{if path}}</a>{{/if}}
-            </td>
-          </tr>
-          {{/each}}
-        </tbody>
-      </table>
-      {{/if}}
-      {{else}}
-      <div class="panel-section-message">No Roles</div>
-      {{/if}}
-      <br/>
-      <div id="user-panel-roles-curl-container" class="curl-container">
-      </div>
-      <div class="user-roles-title">Permissions </div>
-      <h4>Add Permission Rule</h4>
-      <form id="role-permissions-form" action="" onsubmit="Usergrid.console.addUserPermission('${username}'); return false;" class="well form-inline" autocomplete="off">
-        Path: <input id="user-permission-path-entry-input" type="text" name="path" value="/" />
-        <label class="checkbox">
-          <input id="user-permission-op-get-checkbox" type="checkbox" name="get" value="get"/>
-          get </label>
-        <label class="checkbox">
-          <input id="user-permission-op-post-checkbox" type="checkbox" name="post" value="post"/>
-          post </label>
-        <label class="checkbox">
-          <input id="user-permission-op-put-checkbox" type="checkbox" name="put" value="put"/>
-          put </label>
-        <label class="checkbox">
-          <input id="user-permission-op-delete-checkbox" type="checkbox" name="delete" value="delete"/>
-          delete </label>
-        <button type="submit" class="btn btn-primary"><i class="icon-plus-sign icon-white"></i> Add</button >
-      </form>
-      <br/>
-      <h4>Permission Rules</h4>
-      {{if permissions}}
-      <table id="role-permissions-table" data-permission="${$index}" class="table table-striped table-bordered table-condensed">
-        <thead>
-          <tr>
-            <th>Path</th>
-            <th class="role-permission-op">Get</th>
-            <th class="role-permission-op">Post</th>
-            <th class="role-permission-op">Put</th>
-            <th class="role-permission-op">Delete</th>
-            <th></th>
-          </tr>
-        </thead>
-        <tbody>
-          {{each permissions}}
-          <tr>
-            <td class="role-permission-path">${$value.path}</td>
-            <td class="role-permission-op">{{if $value.ops.get}}<i class="icon-ok"></i>{{/if}}</td>
-            <td class="role-permission-op">{{if $value.ops.post}}<i class="icon-ok"></i>{{/if}}</td>
-            <td class="role-permission-op">{{if $value.ops.put}}<i class="icon-ok"></i>{{/if}}</td>
-            <td class="role-permission-op">{{if $value.ops.delete}}<i class="icon-ok"></i>{{/if}}</td>
-            <td class="role-permission-delete">
-              <a onclick="Usergrid.console.deleteUserPermission('${username}', '${$value.perm}'); return false;" href="#" class="btn btn-danger"><i class="icon-trash icon-white"></i> Remove</a>
-            </td>
-          </tr>
-          {{/each}}
-        </tbody>
-      </table>
-      {{else}}
-      <div class="alert">No Permissions</div>
-      {{/if}}
-      <div id="user-panel-permissions-curl-container" class="curl-container">
-      </div>
-    </div>
-  </div>
-</div>
-<input type="hidden" name="role-form-username" id="role-form-username" value="${$data.entity.username}"/>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.profile.html
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.profile.html b/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.profile.html
deleted file mode 100644
index 3784e33..0000000
--- a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.panels.user.profile.html
+++ /dev/null
@@ -1,113 +0,0 @@
-<div class="alert messages" style="display: none;"></div>
-<div class="console-section">
-  <div class="well thingy">
-    <img src="${picture}" class="gravatar50" />
-    <div class="title">
-      {{if path}}<a href="" onclick="Usergrid.console.pageOpenQueryExplorer('${path}'); return false;">{{/if}}${name}{{if path}}</a>{{/if}}
-    </div>
-    <div class="bar">
-      <a style="margin-right: 15px;" class="btn btn-primary" onclick="Usergrid.console.saveUserProfile('${username}'); return false;">Save User</a>
-    </div>
-  </div>
-  <h3>Edit</h3>
-  <div class="query-result-form"></div>
-  <div class="content-container">
-    <h3>Contents</h3>
-    <table class="table">
-      <tbody>
-        <tr class="zebraRows">
-          <td>UUID</td>
-          <td>${entity.uuid}</td>
-        </tr>
-        <tr class="zebraRows">
-          <td>Type</td>
-          <td>${entity.type}</td>
-        </tr>
-        <tr class="zebraRows">
-          <td>
-            Created
-          </td>
-          <td>
-            <a href="#" class="toggleableSP">${dateToString(entity.created)}</a>
-            <a href="#" class="toggleableSP hide">${entity.created}</a>
-          </td>
-        </tr>
-        <tr class="zebraRows">
-          <td>
-            Modified
-          </td>
-          <td>
-            <a href="#" class="toggleableSP">${dateToString(entity.modified)}</a>
-            <a href="#" class="toggleableSP hide">${entity.modified}</a>
-          </td>
-        </tr>
-        <tr class="zebraRows">
-          <td>Activated</td>
-          <td>${entity.activated}</td>
-        </tr>
-        <tr class="zebraRows">
-          <td>Email</td>
-          <td>${entity.email}</td>
-        </tr>
-        <tr class="zebraRows">
-          <td>Name</td>
-          <td>${entity.name}</td>
-        </tr>
-        <tr class="zebraRows">
-          <td>Picture</td>
-          <td>${entity.picture}</td>
-        </tr>
-        <tr class="zebraRows">
-          <td>Username</td>
-          <td>${entity.username}</td>
-        </tr>
-        <tr class="zebraRows">
-          <td>Path</td>
-          <td><a href="#" onclick="Usergrid.console.pageOpenQueryExplorer('${path}'); return false;">${path}</a></td>
-        </tr>
-        <tr class="zebraRows">
-          <td>Sets</td>
-          <td>
-            <table class="table table-striped">
-              <tbody>
-                {{each metadata.sets}}
-                <tr>
-                  <td>
-                    ${$index}
-                  </td>
-                  <td>
-                    <a href="#" onclick="Usergrid.console.pageOpenQueryExplorer('${$value}'); return false;">${$value}</a>
-                  </td>
-                </tr>
-                {{/each}}
-              <tbody>
-            </table>
-          </td>
-        </tr>
-        <tr class="zebraRows">
-          <td>Collections</td>
-          <td>
-            <table class="table table-striped">
-              <tbody>
-                {{each metadata.collections}}
-                <tr>
-                  <td>
-                    ${$index}
-                  </td>
-                  <td>
-                    <a href="#" onclick="Usergrid.console.pageOpenQueryExplorer('${$value}'); return false;">${$value}</a>
-                  </td>
-                </tr>
-                {{/each}}
-              <tbody>
-            </table>
-          </td>
-        </tr>
-      </tbody>
-    </table>
-    <h3>JSON</h3>
-    <pre class="query-result-json-inner">${JSON.stringify(entity, null, "  ")}</pre>
-  </div>
-</div>
-<div id="user-panel-profile-curl-container" class="curl-container">
-</div>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.role.groups.table_rows.html
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.role.groups.table_rows.html b/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.role.groups.table_rows.html
deleted file mode 100644
index 9fd867c..0000000
--- a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.role.groups.table_rows.html
+++ /dev/null
@@ -1,44 +0,0 @@
-
-<div class="console-section">
-  <div class="well thingy">
-    <span class="title">Groups</span>
-    <div class="bar">
-      <a class="btn" data-toggle="modal" href="#" onclick="Usergrid.console.removeGroupFromRole('${roleName}', '${roleTitle}'); return false;"> Remove </a>
-      <a style="margin-right: 15px;" class="btn btn-primary" data-toggle="modal" href="#dialog-form-add-group-to-role"> Add </a>
-    </div>
-  </div>
-
-
-  {{if entities.length > 0}}
-  <table class="table" style="margin-top: 30px">
-    <tbody>
-      <tr class="zebraRows users-row">
-        <td class="checkboxo">
-          <input type="checkbox" onclick="Usergrid.console.selectAllEntities(this);" />
-        </td>
-        <td class="user-details bold-header">
-          Group Title
-        </td>
-        <td class="user-details bold-header">
-          Group Path
-        </td>
-      </tr>
-      {{each entities}}
-      <tr class="zebraRows users-row">
-        <td class="checkboxo"><input type="checkbox" name="${path}" class="listItem" value="${path}" /></td>
-        <td class="details">
-          <a href="" onclick="Usergrid.console.pageOpenGroupProfile('${path}'); return false;">${title}</a>
-        </td>
-        <td class="details">
-          <a href="" onclick="Usergrid.console.pageOpenGroupProfile('${path}'); return false;">${path}</a>
-        </td>
-      </tr>
-      {{/each}}
-    </tbody>
-  </table>
-  {{else}}
-  <div class="panel-section-message">No Group Memberships</div>
-  {{/if}}
-</div>
-<div id="group-panel-memberships-curl-container" class="curl-container">
-</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.roles.table_rows.html
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.roles.table_rows.html b/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.roles.table_rows.html
deleted file mode 100644
index 8a227aa..0000000
--- a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.roles.table_rows.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-<tr class="zebraRows roles-row">
-  <td class="checkboxo">
-    <input type="checkbox" class="listItem" name="${title}" value="${name}"/>
-  </td>
-  <td class="details">
-    <a href="#" class="list-link" onclick="Usergrid.console.pageOpenRole('${name}', '${title}'); return false;">${title}</a>
-  </td>
-  <td class="details">
-     <a href="#" class="list-link" onclick="Usergrid.console.pageOpenRole('${name}', '${title}'); return false;">${name}</a>
-  </td>
-  <td class="view-details">
-    <a href="" onclick="Usergrid.console.pageOpenRole('${name}', '${title}'); return false;" class="view-details">View Details</a>
-  </td>
-</tr>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.users.table_rows.html
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.users.table_rows.html b/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.users.table_rows.html
deleted file mode 100644
index 2c62f55..0000000
--- a/deleted/dist-cov/usergrid-portal/archive/templates/apigee.ui.users.table_rows.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-<tr class="zebraRows users-row">
-  <td class="checkboxo">
-    <input class="listItem" type="checkbox" name="${name}" value="${uuid}" />
-  </td>
-  <td class="gravatar50-td">
-    <a href="" onclick="Usergrid.console.pageOpenUserProfile('${username}'); return false;"><img src="${picture}" class="gravatar50"/></a>
-  </td>
-  <td class="details">
-      <a href="" class="list-link" onclick="Usergrid.console.pageOpenUserProfile('${username}'); return false;">${username}</a>
-  </td>
-  <td class="details">
-     <a href="" class="list-link" onclick="Usergrid.console.pageOpenUserProfile('${username}'); return false;">${name}</a>
-  </td>
-  <td class="view-details">
-    <a href="" onclick="Usergrid.console.pageOpenUserProfile('${username}'); return false;" class="view-details">View Details</a>
-  </td>
-</tr>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/archive/templates/test/modalForm2.html
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/archive/templates/test/modalForm2.html b/deleted/dist-cov/usergrid-portal/archive/templates/test/modalForm2.html
deleted file mode 100644
index c786ee8..0000000
--- a/deleted/dist-cov/usergrid-portal/archive/templates/test/modalForm2.html
+++ /dev/null
@@ -1,32 +0,0 @@
-Modal-link
-<a class="" data-toggle="modal" href="#dialog-form-new-admin"><i class="icon-plus"></i> New Administrator</a>
-
-Modal-form
-<form id="dialog-form-new-admin" class="modal hide fade">
-    <div class="modal-header">
-        <a class="close" data-dismiss="modal">x</a>
-        <h4>Create new administrator</h4>
-    </div>
-    <div class="modal-body">
-        <p class="validateTips"></p>
-
-        <fieldset>
-            <div class="control-group">
-                <label for="new-admin-email">Email</label>
-                <div class="controls">
-                    <input type="text" name="email" id="new-admin-email" value="" class="input-xlarge"/>
-                    <p class="help-block hide"></p>
-                </div>
-            </div>
-            <div class="control-group">
-                <div class="controls">
-                    <p class="help-block hide"></p>
-                </div>
-            </div>
-        </fieldset>
-    </div>
-    <div class="modal-footer">
-        <input type="submit" class="btn btn-usergrid" value="Create"/>
-        <input type="reset" class="btn" value="Cancel" data-dismiss="modal"/>
-    </div>
-</form>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/archive/test/autocomplete.html
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/archive/test/autocomplete.html b/deleted/dist-cov/usergrid-portal/archive/test/autocomplete.html
deleted file mode 100644
index c58cbeb..0000000
--- a/deleted/dist-cov/usergrid-portal/archive/test/autocomplete.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-    "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-    <title></title>
-    <link rel="stylesheet" type="text/css" href="../bootstrap/css/bootstrap.min.css"/>
-    <script src="http://code.jquery.com/jquery-1.7.1.min.js" type="text/javascript"></script>
-    <script src="../bootstrap/js/bootstrap-typeahead.js" type="text/javascript"></script>
-    <script src="../bootstrap/js/bootstrap-modal.js" type="text/javascript"></script>
-</head>
-<body>
-
-
-<input type="text" id="campo">
-<script type="text/javascript">
-    $(document).ready(Init);
-    function Init(){
-        var campo = $("#campo");
-        campo.typeahead({source:[]});
-        campo.data('typeahead').source = ["david","oscar","roberto","claudia"];
-    }
-</script>
-
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/archive/test/modalForm.html
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/archive/test/modalForm.html b/deleted/dist-cov/usergrid-portal/archive/test/modalForm.html
deleted file mode 100644
index c786ee8..0000000
--- a/deleted/dist-cov/usergrid-portal/archive/test/modalForm.html
+++ /dev/null
@@ -1,32 +0,0 @@
-Modal-link
-<a class="" data-toggle="modal" href="#dialog-form-new-admin"><i class="icon-plus"></i> New Administrator</a>
-
-Modal-form
-<form id="dialog-form-new-admin" class="modal hide fade">
-    <div class="modal-header">
-        <a class="close" data-dismiss="modal">x</a>
-        <h4>Create new administrator</h4>
-    </div>
-    <div class="modal-body">
-        <p class="validateTips"></p>
-
-        <fieldset>
-            <div class="control-group">
-                <label for="new-admin-email">Email</label>
-                <div class="controls">
-                    <input type="text" name="email" id="new-admin-email" value="" class="input-xlarge"/>
-                    <p class="help-block hide"></p>
-                </div>
-            </div>
-            <div class="control-group">
-                <div class="controls">
-                    <p class="help-block hide"></p>
-                </div>
-            </div>
-        </fieldset>
-    </div>
-    <div class="modal-footer">
-        <input type="submit" class="btn btn-usergrid" value="Create"/>
-        <input type="reset" class="btn" value="Cancel" data-dismiss="modal"/>
-    </div>
-</form>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/Gruntfile.js
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/Gruntfile.js b/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/Gruntfile.js
deleted file mode 100644
index 229b043..0000000
--- a/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/Gruntfile.js
+++ /dev/null
@@ -1,40 +0,0 @@
-module.exports = function(grunt) {
-
-    // Project configuration.
-    grunt.initConfig({
-        pkg: grunt.file.readJSON('package.json'),
-        uglify: {
-            options: {
-                banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n'
-            },
-            build: {
-                src: 'src/angular-intro.js',
-                dest: 'build/angular-intro.min.js'
-            }
-        },
-        jshint: {
-            lib: {
-                options: {},
-                src: ['lib/*.js']
-            },
-        },
-        watch: {
-            scripts: {
-                files: 'lib/*.js',
-                tasks: ['jshint', 'uglify'],
-                options: {
-                    interrupt: true
-                },
-            },
-            gruntfile: {
-                files: 'Gruntfile.js'
-            }
-        },
-    });
-
-    // Load all grunt tasks
-    require('load-grunt-tasks')(grunt);
-
-    // Default task(s).
-    grunt.registerTask('default', ['jshint', 'uglify']);
-};

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/LICENSE
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/LICENSE b/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/LICENSE
deleted file mode 100644
index b99ad76..0000000
--- a/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/LICENSE
+++ /dev/null
@@ -1,20 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2013 mendhak
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/bower.json
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/bower.json b/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/bower.json
deleted file mode 100644
index c997963..0000000
--- a/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/bower.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-  "name": "mendhak/angular-intro.js",
-  "version": "1.0.3",
-  "main": "src/angular-intro.js",
-  "description": "Angular directive to wrap intro.js",
-  "license": "MIT",
-  "ignore": [
-    ".jshintrc",
-    "**/*.txt",
-    "**/*.html",
-    "README.md",
-    "assets"
-  ],
-  "dependencies": {
-    "intro.js": "0.7.1"
-  },
-  "devDependencies": {
-
-  }
-}

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/build/angular-intro.min.js
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/build/angular-intro.min.js b/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/build/angular-intro.min.js
deleted file mode 100644
index 136115b..0000000
--- a/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/build/angular-intro.min.js
+++ /dev/null
@@ -1,2 +0,0 @@
-/*! angular-intro.js 2014-04-01 */
-var ngIntroDirective=angular.module("angular-intro",[]);ngIntroDirective.directive("ngIntroOptions",["$timeout","$parse",function(a,b){return{restrict:"A",link:function(c,d,e){c[e.ngIntroMethod]=function(a){var d;d="string"==typeof a?introJs(a):introJs(),d.setOptions(c.$eval(e.ngIntroOptions)),e.ngIntroOncomplete&&d.oncomplete(b(e.ngIntroOncomplete)(c)),e.ngIntroOnexit&&d.onexit(b(e.ngIntroOnexit)(c)),e.ngIntroOnchange&&d.onchange(b(e.ngIntroOnchange)(c)),e.ngIntroOnbeforechange&&d.onbeforechange(b(e.ngIntroOnbeforechange)(c)),e.ngIntroOnafterchange&&d.onafterchange(b(e.ngIntroOnafterchange)(c)),"number"==typeof a?d.goToStep(a).start():d.start()},"true"==e.ngIntroAutostart&&a(function(){b(e.ngIntroMethod)(c)()})}}}]);
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/example/app.js
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/example/app.js b/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/example/app.js
deleted file mode 100644
index a152397..0000000
--- a/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/example/app.js
+++ /dev/null
@@ -1,61 +0,0 @@
-var app = angular.module('myApp', ['angular-intro']);
-
-app.controller('MyController', function ($scope) {
-
-    $scope.CompletedEvent = function () {
-        console.log("Completed Event called");
-    };
-
-    $scope.ExitEvent = function () {
-        console.log("Exit Event called");
-    };
-
-    $scope.ChangeEvent = function () {
-        console.log("Change Event called");
-    };
-
-    $scope.BeforeChangeEvent = function () {
-        console.log("Before Change Event called");
-    };
-
-    $scope.AfterChangeEvent = function () {
-        console.log("After Change Event called");
-    };
-
-    $scope.IntroOptions = {
-        steps:[
-        {
-            element: document.querySelector('#step1'),
-            intro: "This is the first tooltip."
-        },
-        {
-            element: document.querySelectorAll('#step2')[0],
-            intro: "<strong>You</strong> can also <em>include</em> HTML",
-            position: 'right'
-        },
-        {
-            element: '#step3',
-            intro: 'More features, more fun.',
-            position: 'left'
-        },
-        {
-            element: '#step4',
-            intro: "Another step.",
-            position: 'bottom'
-        },
-        {
-            element: '#step5',
-            intro: 'Get it, use it.'
-        }
-        ],
-        showStepNumbers: false,
-        exitOnOverlayClick: true,
-        exitOnEsc:true,
-        nextLabel: '<strong>NEXT!</strong>',
-        prevLabel: '<span style="color:green">Previous</span>',
-        skipLabel: 'Exit',
-        doneLabel: 'Thanks'
-    };
-
-});
-

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/package.json
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/package.json b/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/package.json
deleted file mode 100644
index 714ebf4..0000000
--- a/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/package.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
-  "name": "angular-intro.js",
-  "version": "0.1.0",
-  "description": "Angular directive to wrap intro.js",
-  "main": "angular-intro.js",
-  "directories": {
-    "example": "example",
-    "lib": "lib"
-  },
-  "scripts": {
-    "test": "grunt test"
-  },
-  "repository": {
-    "type": "git",
-    "url": "git://github.com/mendhak/angular-intro.js.git"
-  },
-  "keywords": [
-    "angular",
-    "intro.js",
-    "angular-intro"
-  ],
-  "author": "mendhak",
-  "license": "MIT",
-  "bugs": {
-    "url": "https://github.com/mendhak/angular-intro.js/issues"
-  },
-  "homepage": "https://github.com/mendhak/angular-intro.js",
-  "devDependencies": {
-    "grunt": "~0.4.4",
-    "grunt-contrib-jshint": "~0.9.2",
-    "grunt-contrib-uglify": "~0.4.0",
-    "load-grunt-tasks": "~0.4.0",
-    "grunt-contrib-watch": "~0.6.1",
-    "bower": "~1.3.1"
-  }
-}

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/src/angular-intro.js
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/src/angular-intro.js b/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/src/angular-intro.js
deleted file mode 100644
index 5d145ee..0000000
--- a/deleted/dist-cov/usergrid-portal/bower_components/angular-intro.js/src/angular-intro.js
+++ /dev/null
@@ -1,60 +0,0 @@
-var ngIntroDirective = angular.module('angular-intro', []);
-
-/**
- * TODO: Use isolate scope, but requires angular 1.2: http://plnkr.co/edit/a2c14O?p=preview
- * See: http://stackoverflow.com/q/18796023/237209
- */
-
-ngIntroDirective.directive('ngIntroOptions', ['$timeout', '$parse', function ($timeout, $parse) {
-
-    return {
-        restrict: 'A',
-        link: function(scope, element, attrs) {
-
-            scope[attrs.ngIntroMethod] = function(step) {
-
-                var intro;
-
-                if(typeof(step) === 'string') {
-                    intro = introJs(step);
-                } else {
-                    intro = introJs();
-                }
-
-                intro.setOptions(scope.$eval(attrs.ngIntroOptions));
-
-                if(attrs.ngIntroOncomplete) {
-                    intro.oncomplete($parse(attrs.ngIntroOncomplete)(scope));
-                }
-
-                if(attrs.ngIntroOnexit) {
-                    intro.onexit($parse(attrs.ngIntroOnexit)(scope));
-                }
-
-                if(attrs.ngIntroOnchange) {
-                    intro.onchange($parse(attrs.ngIntroOnchange)(scope));
-                }
-
-                if(attrs.ngIntroOnbeforechange) {
-                    intro.onbeforechange($parse(attrs.ngIntroOnbeforechange)(scope));
-                }
-
-                if(attrs.ngIntroOnafterchange) {
-                    intro.onafterchange($parse(attrs.ngIntroOnafterchange)(scope));
-                }
-
-                if(typeof(step) === 'number') {
-                    intro.goToStep(step).start();
-                } else {
-                    intro.start();
-                }
-            };
-
-            if(attrs.ngIntroAutostart == 'true') {
-                $timeout(function() {
-                    $parse(attrs.ngIntroMethod)(scope)();
-                });
-            }
-        }
-    };
-}]);

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/bower_components/angular/README.md
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/bower_components/angular/README.md b/deleted/dist-cov/usergrid-portal/bower_components/angular/README.md
deleted file mode 100644
index fc0c099..0000000
--- a/deleted/dist-cov/usergrid-portal/bower_components/angular/README.md
+++ /dev/null
@@ -1,48 +0,0 @@
-# bower-angular
-
-This repo is for distribution on `bower`. The source for this module is in the
-[main AngularJS repo](https://github.com/angular/angular.js).
-Please file issues and pull requests against that repo.
-
-## Install
-
-Install with `bower`:
-
-```shell
-bower install angular
-```
-
-Add a `<script>` to your `index.html`:
-
-```html
-<script src="/bower_components/angular/angular.js"></script>
-```
-
-## Documentation
-
-Documentation is available on the
-[AngularJS docs site](http://docs.angularjs.org/).
-
-## License
-
-The MIT License
-
-Copyright (c) 2010-2012 Google, Inc. http://angularjs.org
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/11243eff/deleted/dist-cov/usergrid-portal/bower_components/angular/angular-csp.css
----------------------------------------------------------------------
diff --git a/deleted/dist-cov/usergrid-portal/bower_components/angular/angular-csp.css b/deleted/dist-cov/usergrid-portal/bower_components/angular/angular-csp.css
deleted file mode 100644
index 763f7b9..0000000
--- a/deleted/dist-cov/usergrid-portal/bower_components/angular/angular-csp.css
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Include this file in your html if you are using the CSP mode. */
-
-@charset "UTF-8";
-
-[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
-.ng-cloak, .x-ng-cloak,
-.ng-hide {
-  display: none !important;
-}
-
-ng\:form {
-  display: block;
-}