diff -r 9b20ddf1fc70 -r 6d41506f9482 client/annot-client/app/annotationclient.html --- a/client/annot-client/app/annotationclient.html Thu Jan 22 02:58:41 2015 +0100 +++ b/client/annot-client/app/annotationclient.html Thu Jan 22 03:23:08 2015 +0100 @@ -16,13 +16,18 @@ +
- - - +
+
+
+ +
+
+
@@ -33,7 +38,7 @@
-
+
@@ -47,7 +52,7 @@
+ ng-click="selectLevel(c.label, c.code, catLabel, catText, c.color, c)" ng-class="{'success-border':c.sendSuccess, 'error-border':c.sendError}">
@@ -60,7 +65,7 @@
+ ng-click="sendAnnotation({% raw %} (c.prelabel !== '') ? (c.prelabel + ': ' + c.label) : c.label {% endraw %}, c.code, catLabel, catText, c.color, c)" ng-class="{'success-border':c.sendSuccess, 'error-border':c.sendError}">