mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-10 21:09:50 +00:00
Monotone-Parent: 5cf7ca16573b57f14380a1da5611560a68f5fd45
Monotone-Revision: d09e531b223359ae63e2198ec126138aff0422d8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-14T20:30:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<?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="appointment.isRecurrentEvent">
|
||||
<!-- TODO: maxime needs to provide an image instead! -->
|
||||
<var:string const:value="[R]" style="style" />
|
||||
</var:if>
|
||||
<var:if condition="canAccess">
|
||||
<var:if condition="appointment.ispublic" const:negate="YES">
|
||||
<img rsrc:src="apt_icon_private.gif" />
|
||||
</var:if>
|
||||
<a var:href="url"
|
||||
var:title="tooltip"
|
||||
var:queryDictionary="queryDictionary"
|
||||
><small><var:string value="title"
|
||||
const:escapeHTML="NO"
|
||||
style="style"
|
||||
/></small></a>
|
||||
</var:if>
|
||||
<var:if condition="canAccess" const:negate="YES">
|
||||
<img rsrc:src="apt_icon_private.gif" />
|
||||
<small><var:string value="title"
|
||||
const:escapeHTML="NO"
|
||||
style="style"
|
||||
/></small>
|
||||
</var:if>
|
||||
</span>
|
||||
Reference in New Issue
Block a user