sogo/UI/Templates/SchedulerUI/UIxCalInlineAptView.wox
Wolfgang Sourdeau 5a312fee16 Monotone-Parent: eb2f5a8d3d72ba94f994f34666890ef3703e703c
Monotone-Revision: c72563be06fb8b47fa07abccacead48369cf5b3d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-24T18:48:39
Monotone-Branch: ca.inverse.sogo
2006-08-24 18:48:39 +00:00

34 lines
1.1 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"
class="appointmentView"
>
<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="#"
ondblclick="return displayAppointment(this);"
var:aptId="appointment.uid"
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>