a specific template. cap-demo
authorhamidouk
Mon, 05 Dec 2011 15:44:18 +0100
branchcap-demo
changeset 408 ed1f164061a7
parent 407 eba1d023f9b1
child 409 aa08a47b3dbb
a specific template.
src/templates/polemicAnnotationView.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/templates/polemicAnnotationView.html	Mon Dec 05 15:44:18 2011 +0100
@@ -0,0 +1,12 @@
+{{! template for the tweet view widget }}
+<div class='Ldt-AnnotationsWidget'>
+  <!-- ugly div because we want to have a double border -->
+  <div class='Ldt-Annotation-DoubleBorder'>
+  
+    <div class='Ldt-AnnotationContent'>  
+		  <div class='Ldt-SaTitle'></div>
+	  	<div class='Ldt-SaDescription'></div>
+    </div>
+
+  </div>
+</div>