CORD GUI -- Users page has a panel with information about what each category blocks.

Change-Id: I035dbc139656abcb9f918a3197dda39aa05a0757
diff --git a/apps/demo/cord-gui/src/main/webapp/app/view/user/user.html b/apps/demo/cord-gui/src/main/webapp/app/view/user/user.html
index 089f5ff..d8a0620 100644
--- a/apps/demo/cord-gui/src/main/webapp/app/view/user/user.html
+++ b/apps/demo/cord-gui/src/main/webapp/app/view/user/user.html
@@ -23,7 +23,11 @@
                   name="changeLevels">
                 <table class="user-form">
                     <tr>
-                        <th>Select Site Rating</th>
+                        <th>
+                            Select Site Rating
+                            <span class="help"
+                                  ng-click="showRatings()"> (?)</span>
+                        </th>
                     </tr>
                     <tr ng-repeat="user in users" class="options">
                         <td>
@@ -49,5 +53,8 @@
                 </table>
             </form>
         </div>
+        <div ng-if="isFamily">
+            <ratings-panel></ratings-panel>
+        </div>
     </div>
 </div>
\ No newline at end of file