--- a/server/src/remie/templates/remie/iframe.html Wed Jul 22 16:34:04 2015 +0200
+++ b/server/src/remie/templates/remie/iframe.html Wed Jul 22 16:34:54 2015 +0200
@@ -3,11 +3,6 @@
<head>
<title>Test</title>
<script type="text/javascript" src="{% static 'remie/js/jquery-1.11.2.min.js' %}"></script>
-<style type="text/css">
- .Ldt-Tooltip{
- visibility:hidden;
- }
-</style>
</head>
<body>
<div style="float:left; width:1191px; height:625px; margin: 0px; padding: 0px;" id="remie_player_container">
@@ -79,13 +74,14 @@
annotation_type: "découpage",
line_height: 24,
overlap: 1,
+ no_tooltip: true
},{
type: "AnnotationsController",
container: "AnnotationsController_container",
display_or_write: true,
starts_hidden: true,
hide_without_segment: true,
- segments_annotation_type: "découpage"
+ segments_annotation_type: "découpage",
},{
type: "CreateAnnotation",
container: "CreateAnnotation_container",
@@ -117,7 +113,8 @@
close_after_send: true,
tag_prefix: "#",
// Change id to a given project id
- project_id: "{{project_id}}"
+ project_id: "{{project_id}}",
+ pause_when_displaying: true,
},{
type: "AnnotationsList",
container: "AnnotationsList_container",
@@ -146,7 +143,8 @@
type: "CurrentSegmentInfobox",
annotation_type: "découpage",
container: "CurrentSegmentInfobox_container",
- empty_message: "Clique sur un segment pour ouvrir le chapitre"
+ empty_message: "Clique sur un segment pour ouvrir le chapitre",
+ pause_on_segment_end: true
}
]