mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +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,34 @@
|
||||
<?xml version='1.0' standalone='yes'?>
|
||||
<table
|
||||
style="font-size: 11px;"
|
||||
border="0" cellspacing="0" cellpadding="2"
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:var="http://www.skyrix.com/od/binding"
|
||||
xmlns:const="http://www.skyrix.com/od/constant"
|
||||
>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Title</th>
|
||||
<th>Time</th>
|
||||
<th>Version</th>
|
||||
<th>Location</th>
|
||||
</tr>
|
||||
<var:foreach list="appointments" item="appointment">
|
||||
<tr>
|
||||
<td><var:string value="appointment.dateId"/></td>
|
||||
<td>
|
||||
<a var:href="appointmentViewURL"
|
||||
><var:string value="appointment.title"/></a>
|
||||
</td>
|
||||
<td>
|
||||
<var:string value="appointment.startDate"
|
||||
const:dateformat="%Y-%m-%d %H:%M" />
|
||||
-
|
||||
<var:string value="appointment.endDate"
|
||||
const:dateformat="%Y-%m-%d %H:%M" />
|
||||
</td>
|
||||
<td><var:string value="appointment.objectVersion"/></td>
|
||||
<td><var:string value="appointment.location"/></td>
|
||||
</tr>
|
||||
</var:foreach>
|
||||
</table>
|
||||
Reference in New Issue
Block a user