Monotone-Parent: 2efefcff9ab0da5d85dda51fd6f6d5e0dda566f0

Monotone-Revision: a998f73bf9a378f922df3e6378e52fa049e53473

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-29T18:01:45
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2007-03-29 18:01:45 +00:00
parent a6ff43403c
commit ab0b64e452
3 changed files with 0 additions and 248 deletions

View file

@ -1,20 +0,0 @@
<?xml version='1.0' standalone='yes'?>
<table 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"
border="0"
>
<tr>
<td align="right" valign="middle">
<a var:href="^methodName" var:queryDictionary="^prevQueryParameters"><img rsrc:src="previous_week.gif" alt="previous" border="0"/></a>
</td>
<td align="right" valign="middle" class="button_auto_env">
<a var:href="^methodName" var:queryDictionary="^currentQueryParameters" class="button_auto"><var:string value="^label" /></a>
</td>
<td align="right" valign="middle">
<a var:href="^methodName" var:queryDictionary="^nextQueryParameters"><img rsrc:src="next_week.gif" alt="next" border="0"/></a>
</td>
</tr>
</table>

View file

@ -1,23 +0,0 @@
<?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"
xmlns:label="OGo:label">
<style type="text/css">
<var:foreach list="contacts" item="currentContactPerson">
.ownerIs<var:string value="currentContactLogin" />
{
background-color: <var:string value="currentContactSpanBG" /> !important;
}
</var:foreach>
</style>
<var:component className="UIxContactSelector"
const:selectorId="calendarsList"
const:hasCheckBoxes="YES"
colors="colors"
contacts="contacts"
checkedBoxes="checkedContacts"
/>
</container>

View file

@ -1,205 +0,0 @@
<?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"
xmlns:label="OGo:label"
>
<table border="0"
width="100%"
cellpadding="2"
cellspacing="0"
class="schedoverview"
>
<tr>
<th colspan="5" class="schedoverview titlefont titleheader">
<var:string label:value="Schedule"/>
<var:string value="startDate" label:dateformat="dayLabelFormat" /> -
<var:string value="endDate" label:dateformat="dayLabelFormat" />
</th>
<!-- TODO: maybe enable this at a later stage
<th colspan="2"
class="titleheader button_auto_env defaultfont buttonheader">
<a var:href="ownMethodName"
var:queryDictionary="context.request.formValues"
var:_dr="toggleShowHideAptsQueryParameter"
class="button_auto"
><var:string label:value="$toggleShowHideAptsText"
/></a>
</th>
-->
</tr>
<var:if condition="hasAnyAppointments" const:negate="YES">
<tr>
<td colspan="5">
<var:string label:value="No appointments found"
const:style="schedoverview"
/>
</td>
</tr>
</var:if>
<var:if condition="hasAnyAppointments">
<var:if condition="hasUserAppointments">
<tr>
<!-- meetings proposed by user -->
<th colspan="5" class="schedoverview_title">
<var:string label:value="Meetings proposed by you" />
</th>
</tr>
<tr>
<th class="schedoverview"
><var:string label:value="Start date" /></th>
<th class="schedoverview"
><var:string label:value="Title" /></th>
<th class="schedoverview"
colspan="2"
><var:string label:value="participants"/></th>
</tr>
<var:foreach list="userAppointments"
item="item"
>
<var:foreach count="renderedParticipantsCount"
index="participantIndex"
>
<tr>
<var:if condition="isFirstParticipant">
<td class="schedoverview"
var:rowspan="rowspan"
>
<var:string value="item.startDate"
label:dateformat="sched_startDateFormat"
/>
</td>
<td class="schedoverview"
var:rowspan="rowspan"
>
<a var:href="appointmentViewURL"
class="schedoverview"
><var:string value="item.title"
const:escapeHTML="YES"
/></a>
</td>
</var:if>
<td class="schedoverview">
<var:string value="participant" />
</td>
<td class="schedoverview">
<var:component className="UIxCalParticipationStatusView"
partStat="participationStatus"
/>
</td>
</tr>
</var:foreach>
<var:if condition="didTruncateParticipants">
<tr>
<td colspan="2" class="schedoverview">
<a var:href="appointmentViewURL"
class="schedoverview"
><var:string value="truncatedParticipantsCount" />
<var:string label:value="more participants" />...
</a>
</td>
</tr>
</var:if>
</var:foreach>
</var:if>
<var:if condition="hasForeignAppointments">
<var:if condition="hasUserAppointments">
<tr>
<td><var:entity const:name="nbsp" /></td>
</tr>
</var:if>
<!-- ZNeK: removed for Agenor 0.8 on client's request
<tr>
<th colspan="5" class="schedoverview_title">
<var:string label:value="Meetings proposed to you" />
</th>
</tr>
-->
<tr>
<th class="schedoverview"
><var:string label:value="Start date" /></th>
<th class="schedoverview"
><var:string label:value="Title" /></th>
<th class="schedoverview"
colspan="2"
><var:string label:value="participants" /></th>
<th class="schedoverview"
><var:string label:value="action" /></th>
</tr>
<var:foreach list="foreignAppointments"
item="item"
>
<var:foreach count="renderedParticipantsCount"
index="participantIndex"
>
<tr>
<var:if condition="isFirstParticipant">
<td class="schedoverview"
var:rowspan="rowspan"
>
<var:string value="item.startDate"
label:dateformat="sched_startDateFormat"
/>
</td>
<td class="schedoverview"
var:rowspan="rowspan"
>
<a var:href="appointmentViewURL"
class="schedoverview"
><var:string value="item.title"
const:escapeHTML="YES"
/></a>
</td>
</var:if>
<td class="schedoverview">
<var:string value="participant" />
</td>
<td class="schedoverview">
<var:component className="UIxCalParticipationStatusView"
partStat="participationStatus"
/>
</td>
<td class="schedoverview">
<var:if-key const:key="participantIndex"
value="userIndex"
>
<!-- TODO: exchange with inline updates -->
<var:if-key const:key="userParticipationStatus"
const:value="1"
const:negate="YES"
>
<a var:href="acceptAppointmentURL"
class="button_auto"
><var:string label:value="accept" /></a>
</var:if-key>
<!-- TODO: exchange with inline updates -->
<var:if-key const:key="userParticipationStatus"
const:value="2"
const:negate="YES"
>
<a var:href="declineAppointmentURL"
class="button_auto"
><var:string label:value="decline" /></a>
</var:if-key>
</var:if-key>
</td>
</tr>
</var:foreach>
<var:if condition="didTruncateParticipants">
<tr>
<td colspan="3" class="schedoverview">
<a var:href="appointmentViewURL"
class="schedoverview"
><var:string value="truncatedParticipantsCount" />
<var:string label:value="more participants" />...
</a>
</td>
</tr>
</var:if>
</var:foreach>
</var:if>
</var:if>
</table>
</span>