sogo/UI/Templates/ContactsUI/UIxContactsFilterPanel.wox
Wolfgang Sourdeau d6a6433735 Monotone-Parent: 3ee2b9df21dfbd9651c3343306430a58bf682596
Monotone-Revision: d5dbf6c86849866efb9716dfc2cb95e3cf7ddd10

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-05T21:59:51
Monotone-Branch: ca.inverse.sogo
2007-02-05 21:59:51 +00:00

23 lines
1,012 B
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 Email"/></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" class="textField" 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>
</div>
</container>