sogo/UI/Templates/UIxSortableTableHeader.wox
Wolfgang Sourdeau 13c9b3f209 Monotone-Parent: 3a31a033b59d9411c88e9a556ed61646e1ad732a
Monotone-Revision: e443b7fa2cb6101fecfeb68ecaf471506816f373

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-03T21:27:58
Monotone-Branch: ca.inverse.sogo
2006-08-03 21:27:58 +00:00

40 lines
1.3 KiB
XML

<?xml version='1.0' standalone='yes'?>
<span xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
><var:if condition="isSelected"
><var:if condition="isSortedDescending"
><a var:href="href"
var:_sort="sortKey"
_desc="0"
onclick="return onHeaderClick(this);"
var:queryDictionary="queryDictionary"
><img rsrc:src="title_sortup_12x12.png"
class="tbtv_sortcell"
/><var:string var:value="label"
/></a
></var:if
><var:if condition="isSortedDescending" const:negate="YES"
><a var:href="href"
var:_sort="sortKey"
_desc="1"
onclick="return onHeaderClick(this);"
var:queryDictionary="queryDictionary"
><img rsrc:src="title_sortdown_12x12.png"
class="tbtv_sortcell"
/><var:string var:value="label"
/></a
></var:if
></var:if
><var:if condition="isSelected" const:negate="YES"
><a var:href="href"
var:_sort="sortKey"
_desc="0"
onclick="return onHeaderClick(this);"
var:queryDictionary="queryDictionary"
><var:string var:value="label"
/></a
></var:if
></span>