sogo/UI/Templates/SchedulerUI/UIxCalendarProperties.wox
C Robert 6b70e8480d Mantis 22
Monotone-Parent: 5105aa2c752693060f4e82dcab091d78516d579f
Monotone-Revision: 002cfad9d108ff7c2b34603852b074ecd764cf96

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-07-21T18:06:55
Monotone-Branch: ca.inverse.sogo
2009-07-21 18:06:55 +00:00

63 lines
2.1 KiB
XML

<?xml version='1.0' standalone='yes'?>
<!DOCTYPE var:component>
<var:component xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:uix="OGo:uix"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label"
className="UIxPageFrame"
const:toolbar="none"
const:popup="YES"
title="title">
<form const:href="saveProperties" name="propertiesform">
<input type="hidden" const:name="calendarID" const:id="calendarID"
var:value="calendarID"/>
<div id="propertiesView">
<div><span class="label"><var:string label:value="Name:"/></span
><span class="content"><input type="text"
name="calendarName" id="calendarName"
var:disabled="calendarNameIsDisabled"
class="textField"
var:value="calendarName"
/></span></div>
<div><span class="label"><var:string
label:value="Color:"
/></span><span class="content"
><button id="colorButton"><!-- space --></button
><input type="hidden"
name="calendarColor"
id="calendarColor"
var:value="calendarColor"
/></span></div>
<div><span class="label"><var:string
label:value="Tag:"/></span><span class="content"><input type="text"
name="calendarSyncTag"
id="calendarSyncTag"
class="textField"
var:value="calendarSyncTag"
/></span></div>
<div><span class="label"><var:string label:value="Show alarms" /></span
><span class="content"><input type="checkbox" const:class="checkBox"
id="showCalendarAlarms" var:checked="showCalendarAlarms" /></span
></div>
<div><span class="label"><var:string label:value="Show tasks" /></span
><span class="content"><input type="checkbox" const:class="checkBox"
id="showCalendarTasks" var:checked="showCalendarTasks" /></span
></div>
<div id="buttons">
<input type="button"
const:class="button"
label:value="Cancel"
const:id="cancelButton"
name="cancelButton"/>
<input type="submit"
const:class="button"
label:value="OK"
const:id="okButton"
name="okButton"/>
</div>
</div>
</form>
</var:component>