| author | hamidouk |
| Wed, 21 Dec 2011 16:07:39 +0100 | |
| branch | lazyload-js |
| changeset 506 | 4d424e845db3 |
| parent 224 | f2bb098683ef |
| child 250 | 41683e7cb17a |
| permissions | -rw-r--r-- |
|
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> |