sogo/UI/Templates/SchedulerUI/UIxCalFilterPanel.wox
Wolfgang Sourdeau e10b21b909 Monotone-Parent: 43f291c68d0aa74f5cd7c08a90eed8e69ee3f3d0
Monotone-Revision: 975c26a53e965c95d107f31f4533081436befcff

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-10-22T21:55:17
Monotone-Branch: ca.inverse.sogo
2007-10-22 21:55:17 +00:00

32 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" class="choiceMenu">
<li><var:string label:value="Title or Description"/></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"
menuid="searchMenu" />
</span>
<var:string label:value="View:" />
<var:popup list="filters"
const:id="filterpopup"
item="filter" string="filterLabel" value="filter"
selection="selectedFilter"
const:name="filterpopup"
const:onchange="return onListFilterChange();" />
</div>
</container>