diff -r a7b72620d227 -r 3e075a48e19e client/annot-client/app/annotationclient.html --- a/client/annot-client/app/annotationclient.html Thu Jan 22 09:26:43 2015 +0100 +++ b/client/annot-client/app/annotationclient.html Thu Jan 22 09:29:49 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}">