sogo/UI/Templates/SchedulerUI/UIxCalendarProperties.wox

54 lines
1.6 KiB
Plaintext
Raw Normal View History

<?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">
<span class="line"><label
><var:string label:value="Name:"
/><span class="content"
><input type="text" name="calendarName" id="calendarName"
var:disabled="calendarNameIsDisabled"
class="textField"
var:value="calendarName"
/></span></label></span>
<span class="line"><label><var:string
label:value="Color:"/><span class="content"
><button id="colorButton"><!-- space --></button
><input type="hidden"
name="calendarColor"
id="calendarColor"
var:value="calendarColor"
/></span></label><label id="calendarSync"><var:string
label:value="Tag:"/><input type="text"
name="calendarSyncTag"
id="calendarSyncTag"
class="textField"
var:value="calendarSyncTag"
/></label></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>
</form>
</var:component>