update included styles
authorrougeronj
Tue, 08 Sep 2015 10:31:21 +0200
changeset 100 f61bab1a115d
parent 99 72a7ff5f8fad
child 101 337779a9530f
update included styles
server/src/remie/templates/remie/iframe_markers.html
server/src/remie/templates/remie/iframe_teacher.html
--- a/server/src/remie/templates/remie/iframe_markers.html	Tue Sep 08 10:30:55 2015 +0200
+++ b/server/src/remie/templates/remie/iframe_markers.html	Tue Sep 08 10:31:21 2015 +0200
@@ -2,7 +2,7 @@
 <html>
 <head>
 <title>Test</title>
-<!-- <link rel="stylesheet" type="text/css" href="{% static 'remie/css/style.css' %}" /> -->
+<link rel="stylesheet" type="text/css" href="{% static 'remie/css/markers.css' %}" />
 <script type="text/javascript" src="{% static 'remie/js/jquery-1.11.2.min.js' %}"></script>
 </head>
 <body>
--- a/server/src/remie/templates/remie/iframe_teacher.html	Tue Sep 08 10:30:55 2015 +0200
+++ b/server/src/remie/templates/remie/iframe_teacher.html	Tue Sep 08 10:31:21 2015 +0200
@@ -3,6 +3,7 @@
 <head>
 <title>Test</title>
 <link rel="stylesheet" type="text/css" href="{% static 'remie/css/style.css' %}" />
+<link rel="stylesheet" type="text/css" href="{% static 'remie/css/teacher.css' %}" />
 <script type="text/javascript" src="{% static 'remie/js/jquery-1.11.2.min.js' %}"></script>
 </head>
 <body>
@@ -156,6 +157,7 @@
           editable_segments: true,
           project_id : "{{project_id}}",
           api_endpoint_template: "{% url 'api_dispatch_list' resource_name='annotations' api_name='1.0' %}{% templatetag openvariable %}annotation_id{% templatetag closevariable %}",
+          new_tag_button: false,
         }
         
       ]