mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 10:25:27 +00:00
Monotone-Parent: 3a31a033b59d9411c88e9a556ed61646e1ad732a
Monotone-Revision: e443b7fa2cb6101fecfeb68ecaf471506816f373 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-03T21:27:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user