client/app/annotationclient.html
changeset 9 ae8a74bd6add
parent 8 e72d0e847d5d
child 10 90918426079c
--- a/client/app/annotationclient.html	Thu Oct 09 15:59:48 2014 +0200
+++ b/client/app/annotationclient.html	Fri Oct 10 12:03:01 2014 +0200
@@ -80,12 +80,14 @@
         </div>
       </div>
     </footer>
+    <div class="row messages">
+      <div class="alert" ng-class="{'alert-success':showSuccessAlert, 'alert-danger':!showSuccessAlert}" role="alert" ng-show="showAlertDiv">{{ '{{' }} alertMessage {{ '}}' }}</div>
+    </div>
   </div>
   <script type="text/javascript" src="{{ pre_static_path }}static/js/lib.js"></script>
   <!--script type="text/javascript" src="{{ pre_static_path }}static/js/templates.js"></script-->
   <script type="text/javascript" src="{{ pre_static_path }}static/js/app.js"></script>
   <script type="text/javascript">
-      
     angular.module("mons")
         .value('context', {
             {% if logging %}logging: true,{% endif %}
@@ -93,7 +95,6 @@
                 dataUrl: "{{ pre_static_path }}static/data/categories.json"
             }
         });
-
   </script>
 </body>
 </html>