Monotone-Parent: 4d769cbc45f10f9aec213da06d5d57cebdfab8e0

Monotone-Revision: c6fdd672e2e8dd7987325a4048b66b7eb33967f8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-15T20:54:37
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-08-15 20:54:37 +00:00
parent 86194a6f34
commit dc5021ba36
25 changed files with 1203 additions and 1237 deletions

View File

@ -28,13 +28,6 @@ ContactsUI_RESOURCE_FILES += \
Version \
product.plist \
ContactsUI_RESOURCE_FILES += \
Images/delete.png \
Images/new-card.png \
Images/new-list.png \
Images/properties.png \
Images/write.png
ContactsUI_RESOURCE_FILES += \
Toolbars/SOGoContactFolder.toolbar

View File

@ -49,8 +49,7 @@ MailerUI_OBJC_FILES += \
MailerUI_RESOURCE_FILES += \
Version \
product.plist \
Toolbars/*.toolbar \
Images/*.png
Toolbars/*.toolbar
MailerUI_LOCALIZED_RESOURCE_FILES += \
Localizable.strings

View File

@ -54,35 +54,6 @@ SchedulerUI_RESOURCE_FILES += \
Version \
product.plist
SchedulerUI_RESOURCE_FILES += \
images/next_week.gif \
images/previous_week.gif \
images/icon_view_overview.gif \
images/icon_view_overview_inactive.gif \
images/icon_view_chart.gif \
images/icon_view_chart_inactive.gif \
images/icon_view_list.gif \
images/icon_view_list_inactive.gif \
images/icon_view_columns.gif \
images/icon_view_columns_inactive.gif \
images/icon_popupcalendar.gif \
images/first.gif \
images/previous.gif \
images/next.gif \
images/last.gif \
images/green_corner.gif \
images/invisible_space_2.gif \
images/apt_icon_private.gif \
images/day-view.png \
images/delete.png \
images/edit.png \
images/goto-today.png \
images/month-view.png \
images/multiweek-view.png \
images/new-event.png \
images/new-task.png \
images/week-view.png
SchedulerUI_RESOURCE_FILES += \
Toolbars/SOGoAppointmentFolder.toolbar
@ -92,8 +63,6 @@ SchedulerUI_LOCALIZED_RESOURCE_FILES += \
# if SoProduct is fixed to enable localized resources, add this to
# SchedulerUI_LOCALIZED_RESOURCE_FILES instead
SchedulerUI_RESOURCE_FILES += \
skycalendar.html \
skycalendar.js \
cycles.plist \
# make

View File

@ -50,7 +50,7 @@
const:leafCornerIcon = "tbtv_leaf_corner_17x17.gif"
const:cornerPlusIcon = "tbtv_corner_plus_17x17.gif"
const:cornerMinusIcon = "tbtv_corner_minus_17x17.gif"
const:spaceIcon = "tbtv_space_17x17.gif"
const:spaceIcon = "empty.gif"
>
<var:tree-data const:isTreeElement="YES"
var:icon="item.iconName"

View File

@ -15,10 +15,6 @@
<form var:href="clientObject.baseURL" name="editform"
onsubmit="return validateAptEditor()">
<script language="JavaScript"> <!-- TODO: use a resource -->
<var:string value="jsCode" const:escapeHTML="NO" />
</script>
<table cellspacing="0" cellpadding="5" width="100%">
<tr>
<td>

View File

@ -6,6 +6,7 @@
xmlns:label="OGo:label"
className="UIxPageFrame"
title="name"
const:popup="YES"
>
<table cellspacing="0" cellpadding="5" width="100%">
<tr>

View File

@ -11,7 +11,7 @@
<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" escapeHTML="NO" /></a>
<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>

View File

@ -6,6 +6,4 @@
xmlns:uix="OGo:uix"
xmlns:rsrc="OGo:url"
const:class="window_label"
>testcoucou2 - <var:string lbl:value="August"/>
-
<var:string value="label" const:escapeHTML="NO" /></span>
><var:string value="label" /></span>

View File

@ -202,6 +202,8 @@
const:dateformat="%H:%M"
/>
[<a href="new"
onclick="return newEvent(this);"
var:day="currentDayQueryParameters.day"
var:queryDictionary="currentDateQueryParameters"
><var:string label:value="new" /></a>]
</span>

View File

@ -150,6 +150,8 @@
const:dateformat="%H:%M"
/><br />
[<a href="new"
onclick="return newEvent(this);"
var:day="currentDayQueryParameters.day"
var:queryDictionary="currentDateQueryParameters"
><var:string label:value="new" /></a>]
</span>

View File

@ -196,6 +196,8 @@
<br />
<span class="dayoverview_content_time_link">
[<a href="new"
onclick="return newEvent(this);"
var:day="currentDayQueryParameters.day"
var:queryDictionary="currentDateQueryParameters"
><var:string label:value="new" /></a>]
</span>

View File

@ -1,5 +1,4 @@
<?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"
@ -9,23 +8,25 @@
<!-- 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 var:href="url"
<var:if condition="canAccess"
><var:if condition="appointment.ispublic" const:negate="YES">
<img rsrc:src="apt_icon_private.gif"
/></var:if
><a var:href="url"
onclick="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></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>
/></small
></var:if>
</span>

View File

@ -170,6 +170,8 @@
<td align="center" valign="top" width="97%">
<var:string value="currentDayName" /><br />
[<a href="new"
onclick="return newEvent(this);"
var:day="currentDayQueryParameters.day"
var:queryDictionary="currentDayQueryParameters"
class="weekoverview_title_newlink"
><var:string label:value="new" /></a>]

View File

@ -206,6 +206,8 @@
<td align="center" valign="top" width="97%">
<var:string value="currentDayName" /><br />
[<a href="new"
onclick="return newEvent(this);"
var:day="currentDayQueryParameters.day"
var:queryDictionary="currentDayQueryParameters"
class="weekcolumnsview_title_newlink"
><var:string label:value="new" /></a>]

View File

@ -180,6 +180,8 @@
<td align="center" valign="top" width="97%">
<var:string value="currentDayName" /><br />
[<a href="new"
onclick="return newEvent(this);"
var:day="currentDayQueryParameters.day"
var:queryDictionary="currentDayQueryParameters"
class="weekoverview_title_newlink"
><var:string label:value="new" /></a>]

View File

@ -147,6 +147,8 @@
<td align="center" valign="top" width="97%">
<var:string value="currentDayName" /><br />
[<a href="new"
onclick="return newEvent(this);"
var:day="currentDayQueryParameters.day"
var:queryDictionary="currentDayQueryParameters"
class="weekoverview_title_newlink"
><var:string label:value="new" /></a>]

View File

@ -1,5 +1,4 @@
<?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"
@ -17,6 +16,4 @@
var:alt="label"
border="0"
/></a>
<script language="JavaScript">
<var:string value="jsCode" /> </script>
</span>

View File

@ -1,10 +1,9 @@
<?xml version='1.0' standalone='yes'?>
<script 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"
language="JavaScript"
type="text/javascript"
rsrc:src="skycalendar.js"
>
</script>

View File

@ -1,5 +1,4 @@
<?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"