Monotone-Parent: 9775cc0ae35a853e8915b4d80257272df826dfeb

Monotone-Revision: 55bf09624819e2dafab4437fb67587242c0542e9

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-07T20:50:07
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-07 20:50:07 +00:00
parent 7ee1d69013
commit c497f8b65a
2 changed files with 0 additions and 79 deletions
@@ -1,61 +0,0 @@
<?xml version="1.0" standalone="yes"?>
<table id="appointmentsList" multiselect="yes"
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">
<tr class="tableview"
><td class="tbtv_headercell tbtv_subject_headercell"
><var:component className="UIxSortableTableHeader"
label:label="Title"
const:sortKey="Title"
const:href="aptlist"
var:queryDictionary="context.request.formValues"
/></td
><td class="tbtv_headercell headerDateTime"
><var:component className="UIxSortableTableHeader"
label:label="Start"
const:sortKey="Start"
const:href="aptlist"
var:queryDictionary="context.request.formValues"
/></td
><td class="tbtv_headercell headerDateTime"
><var:component className="UIxSortableTableHeader"
label:label="End"
const:sortKey="End"
const:href="aptlist"
var:queryDictionary="context.request.formValues"
/></td
><td class="tbtv_headercell headerLocation"
><var:component className="UIxSortableTableHeader"
label:label="Location"
const:sortKey="Location"
const:href="aptlist"
var:queryDictionary="context.request.formValues"
/></td
></tr>
<var:foreach list="fetchCoreAppointmentsInfos" item="currentAppointment"
><tr class="tableview appointmentRow"
var:id="currentAppointment.c_name"
var:owner="currentAppointment.owner"
onclick="return onAppointmentClick(event);"
ondblclick="return editDoubleClickedEvent(this);"
oncontextmenu="return onAppointmentContextMenu(event, this);"
var:day="currentSerialDay"
var:hour="currentSerialHour"
><td onmousedown="return false;"
class="subjectCell"
><var:string value="currentAppointment.title"
const:escapeHTML="NO"
/></td
><td onmousedown="return false;"
><var:string value="currentStartTime"/></td
><td onmousedown="return false;"
><var:string value="currentEndTime"/></td
><td onmousedown="return false;"
><var:string value="currentLocation" /></td
></tr
></var:foreach>
</table>
@@ -1,18 +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">
<h2><var:string label:value="Tasks" /></h2>
<label><input class="checkBox"
var:checked="shouldShowCompletedTasks"
type="checkbox"
onclick="return onShowCompletedTasks(this);"
/><var:string label:value="Show completed tasks"
/></label>
<ul id="tasksList" multiselect="yes">
</ul>
<var:string value="fetchCoreTasksInfos.jsonRepresentation"/>
</container>