Files
sogo/UI/Templates/SchedulerUI/UIxCalInlineAptView.wox
Wolfgang Sourdeau 7fe6537ca6 Monotone-Parent: 35c95eeefc310bdd3993d571fddb63c09d964231
Monotone-Revision: ba93648668b454da7b3f64c96966ebdfeffb66ce

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-27T15:03:15
Monotone-Branch: ca.inverse.sogo
2006-10-27 15:03:15 +00:00

34 lines
1.3 KiB
XML

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