src/templates/search.html
author hamidouk
Mon, 14 Nov 2011 12:18:02 +0100
branchpopcorn-port
changeset 233 126de77ee73e
parent 224 f2bb098683ef
child 250 41683e7cb17a
permissions -rw-r--r--
Merge with slider-port
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
221
2a83d308dba6 added short descriptions to all the template files.
hamidouk
parents: 37
diff changeset
     1
{{! template for the search container }}
37
817bdedf83d7 two template files for very specific parts of the player
hamidouk
parents:
diff changeset
     2
<div id='LdtSearchContainer'
224
f2bb098683ef changed the styling of the search box div to make it appear correctly.
hamidouk
parents: 221
diff changeset
     3
	style='margin-left: 445px; position: absolute; margin-top: -26px;'>
37
817bdedf83d7 two template files for very specific parts of the player
hamidouk
parents:
diff changeset
     4
	<div id='LdtSearch'
817bdedf83d7 two template files for very specific parts of the player
hamidouk
parents:
diff changeset
     5
		style='display: none; background-color: #EEE; width: 165px; boder: 1px; border-color: #CFCFCF; position: absolute; text-align: center;'>
817bdedf83d7 two template files for very specific parts of the player
hamidouk
parents:
diff changeset
     6
		<input id='LdtSearchInput'
817bdedf83d7 two template files for very specific parts of the player
hamidouk
parents:
diff changeset
     7
			style='margin-top: 2px; margin-bottom: 2px;' />
817bdedf83d7 two template files for very specific parts of the player
hamidouk
parents:
diff changeset
     8
	</div>
817bdedf83d7 two template files for very specific parts of the player
hamidouk
parents:
diff changeset
     9
</div>
817bdedf83d7 two template files for very specific parts of the player
hamidouk
parents:
diff changeset
    10
<div class='cleaner'></div>