src/templates/annotationWidget.html
author hamidouk
Wed, 02 Nov 2011 14:35:14 +0100
branchpopcorn-port
changeset 172 3ffa0e0c8803
parent 162 2ef47ccb290f
child 221 2a83d308dba6
permissions -rw-r--r--
added a "tooltip" widget. Made some changes to the css corresponding to this widget too.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
162
2ef47ccb290f a couple fixes to the annotationsWidget tests.
hamidouk
parents: 87
diff changeset
     1
<div class='Ldt-AnnotationsWidget'>
2ef47ccb290f a couple fixes to the annotationsWidget tests.
hamidouk
parents: 87
diff changeset
     2
	<div class='ldt-Show'></div>
2ef47ccb290f a couple fixes to the annotationsWidget tests.
hamidouk
parents: 87
diff changeset
     3
	<div class='demo Ldt-ShowAnnotation-audio'>
2ef47ccb290f a couple fixes to the annotationsWidget tests.
hamidouk
parents: 87
diff changeset
     4
		<div class='Ldt-SaTitle'></div>
2ef47ccb290f a couple fixes to the annotationsWidget tests.
hamidouk
parents: 87
diff changeset
     5
		<div class='Ldt-SaDescription'></div>
2ef47ccb290f a couple fixes to the annotationsWidget tests.
hamidouk
parents: 87
diff changeset
     6
		<div class='cleaner'>
2ef47ccb290f a couple fixes to the annotationsWidget tests.
hamidouk
parents: 87
diff changeset
     7
			<!--&nbsp\;-->
87
c037221d9c76 I've broken the template code between the player hud and the annotation widget.
hamidouk
parents:
diff changeset
     8
		</div>
162
2ef47ccb290f a couple fixes to the annotationsWidget tests.
hamidouk
parents: 87
diff changeset
     9
	</div>
2ef47ccb290f a couple fixes to the annotationsWidget tests.
hamidouk
parents: 87
diff changeset
    10
	<div class='Ldt-SaKeyword'>
2ef47ccb290f a couple fixes to the annotationsWidget tests.
hamidouk
parents: 87
diff changeset
    11
		<div class='Ldt-SaKeywordText'></div>
2ef47ccb290f a couple fixes to the annotationsWidget tests.
hamidouk
parents: 87
diff changeset
    12
2ef47ccb290f a couple fixes to the annotationsWidget tests.
hamidouk
parents: 87
diff changeset
    13
	</div>
2ef47ccb290f a couple fixes to the annotationsWidget tests.
hamidouk
parents: 87
diff changeset
    14
</div>