sogo/UI/Templates/SchedulerUI/UIxCalInlineAptView.wox
Wolfgang Sourdeau af523186c2 Monotone-Parent: fa2db8adc03dd0adbd001a03cd74271b07fb41fe
Monotone-Revision: d6b4990ef8fb3415624d736697f139942ce37b9b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-16T22:33:17
Monotone-Branch: ca.inverse.sogo
2006-10-16 22:33:17 +00:00

35 lines
1.2 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:class="displayClasses"
>
<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 href="#"
onclick="onCalendarSelectAppointment(event, this);"
var:owner="appointmentOwner"
ondblclick="displayAppointment(event, this);"
var:aptCName="appointment.c_name"
var:title="tooltip"
var:queryDictionary="queryDictionary"
><var:string value="title"
const:escapeHTML="NO"
style="style"
/></a
></var:if
><var:if condition="canAccess" const:negate="YES"
><img rsrc:src="apt_icon_private.gif"
/><var:string value="title"
const:escapeHTML="NO"
style="style"
/></var:if>
</span>