Back to normal annotation widget V00.05
authorymh <ymh.work@gmail.com>
Sat, 17 Nov 2012 18:29:57 +0100
changeset 72 b31ba28871ca
parent 71 f4cdccbaa557
child 73 3290774ebb5c
Back to normal annotation widget
src/hp/templates/hp/partial/embed_player.html
src/hp/views.py
--- a/src/hp/templates/hp/partial/embed_player.html	Fri Nov 16 18:42:16 2012 +0100
+++ b/src/hp/templates/hp/partial/embed_player.html	Sat Nov 17 18:29:57 2012 +0100
@@ -44,7 +44,12 @@
 	        { type: "Slider" },
 	        { type: "Controller" },
 	        { type: "Polemic" },
-	        { type: "MultiSegments" },
+	        { type: "Segments" },
+	        {
+	            type: "Annotation",
+	            search_on_tag_click: false,
+	            start_minimized: false
+	        },
 	        { type: "Tweet" },
 	        {
 	            type: "KnowledgeConcierge",
--- a/src/hp/views.py	Fri Nov 16 18:42:16 2012 +0100
+++ b/src/hp/views.py	Sat Nov 17 18:29:57 2012 +0100
@@ -58,6 +58,7 @@
         
     kc_id = None
     topic_id = None
+    project_id = ""
     
     kc_relation_list = list(VideoKCRel.objects.filter(iri_id=content_id)[:1])