sogo/UI/Templates/SchedulerUI/UIxCalFilterPanel.wox
Wolfgang Sourdeau 1547feccf3 Monotone-Parent: a0715acf1cc86b5389ffa60d65b3f90e4d976e79
Monotone-Revision: 37ceea55166e4e5489fd66be14e66b1dc1635432

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-22T14:38:54
Monotone-Branch: ca.inverse.sogo
2007-05-22 14:38:54 +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">
<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>