sogo/UI/Templates/SchedulerUI/UIxComponentEditor.wox
Ludovic Marcotte 778658c75a See ChangeLog for full details.
Monotone-Parent: 4ebf80607b2a71f3b2192bd3ba8c310f15bd37f5
Monotone-Revision: 8b8f40b39b92d25a5eb1161d5efe0bd91fd3e207

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2007-10-10T18:44:26
Monotone-Branch: ca.inverse.sogo
2007-10-10 18:44:26 +00:00

87 lines
3.4 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:popup="YES"
title="name"
var:toolbar="toolbar">
<script type="text/javascript" rsrc:src="skycalendar.js"><!-- space --></script>
<script type="text/javascript" rsrc:src="UIxComponentEditor.js"><!-- space --></script>
<script type="text/javascript">
var activeCalendar = '<var:string value="clientObject.container.nameInContainer"/>';
var activeComponent = '<var:string value="clientObject.nameInContainer"/>';
</script>
<div class="menu" id="privacy-menu">
<ul id="itemPrivacyList">
<var:foreach list="privacyClasses" item="item">
<li var:classification="item"><var:string
var:value="itemPrivacyText" /></li>
</var:foreach>
</ul>
</div>
<form var:href="saveURL" name="editform" onsubmit="return validateAptEditor();">
<div id="eventView">
<label><var:string label:value="Title:" /><span class="content"
><input type="text" name="summary" id="summary"
class="textField"
var:value="title"
/></span></label>
<label><var:string label:value="Location:" /><span class="content"
><input type="text" name="location" id="location"
class="textField"
var:value="location"
/></span></label>
<span class="checkBoxList"><var:string label:value="Category:" />
<span class="content"><var:popup list="categoryList" item="item"
label:noSelectionString="category_NONE"
string="itemCategoryText" selection="category"
/><var:string label:value="Calendar:" />
<var:popup const:id="calendarList"
list="calendarList" item="item"
string="item.displayName"
selection="componentCalendar"
/></span></span>
<span class="checkBoxList"><var:string label:value="Priority:" />
<span class="content"><var:popup list="priorities" item="item"
label:noSelectionString="prio_0"
string="itemPriorityText" selection="priority"/>
</span></span>
<label id="attendeesLabel" style="display: none;"><var:string label:value="Attendees:"
/><span class="content"
><a href="#" id="attendeesHref"><!-- space --></a></span></label>
<hr />
<var:component-content />
<hr />
<label id="commentArea"><var:string label:value="Description:"
/><textarea rows="20" name="comment" var:value="comment" /></label>
<label id="documentLabel" style="display: none;"><var:string label:value="Document:"
/><span class="content"
><a href="#" id="documentHref"><!-- space --></a
><a id="changeUrlButton" class="button" var:href="#"
><var:string label:value="Change..."/></a
></span></label>
<!-- hidden -->
<input type="hidden" name="url" id="url" var:value="url"/>
<input type="hidden" name="privacy" id="privacy"
var:value="privacy"/>
<input type="hidden" name="attendeesNames" id="attendeesNames"
var:value="attendeesNames"/>
<input type="hidden" name="attendeesEmails" id="attendeesEmails"
var:value="attendeesEmails"/>
<input type="hidden" name="calendarFoldersList"
id="calendarFoldersList"
var:value="calendarsFoldersList"/>
</div>
</form>
</var:component>