sogo/UI/Templates/ContactsUI/UIxContactsFilterPanel.wox
Wolfgang Sourdeau bff9753ee3 Monotone-Parent: 411bd2c474676e8b793da5510bb3a0dd6e801a65
Monotone-Revision: 5ce544e4196355529d09f53ee1f29a26e0df0733

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-09T21:37:24
Monotone-Branch: ca.inverse.sogo
2006-08-09 21:37:24 +00:00

27 lines
1 KiB
XML

<?xml version='1.0' standalone='yes'?>
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:label="OGo:label"
>
<div class="menu" id="searchMenu">
<ul id="searchOptions">
<li id="name_or_address"
onmousedown="return false;"
onmouseup="setSearchCriteria(event);"><var:string label:value="Name or Address"/></li>
</ul>
</div>
<div id="filterPanel">
<span class="searchBox" style="float: right">
<input id="searchCriteria" name="criteria" type="hidden" var:value="searchCriteria" />
<input id="searchValue" autocomplete="off" name="search" type="text" var:value="searchText" onmousedown="onSearchMouseDown(event, this);" onclick="popupSearchMenu(event, 'searchMenu');" onblur="onSearchBlur(this);" onfocus="onSearchFocus(this);" onkeydown="onSearchKeyDown(this);" />
</span>
<script type="text/javascript">
initCriteria();
</script>
</div>
</container>