src/templates/search.html
author hamidouk
Tue, 15 Nov 2011 10:52:43 +0100
branchrequire-js
changeset 241 e321b1140949
parent 224 f2bb098683ef
child 250 41683e7cb17a
permissions -rw-r--r--
WIP - converting the source to require.js

{{! template for the search container }}
<div id='LdtSearchContainer'
	style='margin-left: 445px; position: absolute; margin-top: -26px;'>
	<div id='LdtSearch'
		style='display: none; background-color: #EEE; width: 165px; boder: 1px; border-color: #CFCFCF; position: absolute; text-align: center;'>
		<input id='LdtSearchInput'
			style='margin-top: 2px; margin-bottom: 2px;' />
	</div>
</div>
<div class='cleaner'></div>