sogo/UI/Templates/ContactsUI/UIxContactsListViewContainer.wox
Wolfgang Sourdeau 8c0c713550 Monotone-Parent: 094029cd312d7c4e4deaaf59771581fa91e8e8bc
Monotone-Revision: c911bf8750f49dca93b00d5ac49cc8acaf6ad70f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-03T21:25:33
Monotone-Branch: ca.inverse.sogo
2006-08-03 21:25:33 +00:00

91 lines
3 KiB
XML

<?xml version='1.0' standalone='yes'?>
<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:label="OGo:label"
xmlns:rsrc="OGo:url"
className="UIxPageFrame"
title="name"
>
<var:if condition="hideFrame" const:negate="YES">
<div class="menu" id="contactFolderMenu">
<ul>
<li
onmousedown="return false;"
onmouseup="return false;"><var:string label:value="Modify" /></li>
<li class="separator"></li>
<li
onmousedown="return false;"
onmouseup="return false;"><var:string label:value="New Card" /></li>
<li
onmousedown="return false;"
onmouseup="return false;"><var:string label:value="New List" /></li>
<li class="separator"></li>
<li
onmousedown="return false;"
onmouseup="return false;"><var:string label:value="Delete" /></li>
</ul>
</div>
<div class="menu" id="contactMenu">
<ul>
<li
onmousedown="return false;"
onmouseup="return onMenuEditContact(event, this);"><var:string label:value="Modify" /></li>
<li class="separator"></li>
<li
onmousedown="return false;"
onmouseup="return onMenuWriteToContact(event, this);"><var:string label:value="Write" /></li>
<li
onmousedown="return false;"
onmouseup="return false;"><var:string label:value="Instant Message" /></li>
<li class="separator"></li>
<li
onmousedown="return false;"
onmouseup="return onMenuDeleteContact(event, this);"><var:string label:value="Delete" /></li>
</ul>
</div>
<form name="searchform" var:href="view" var:_sort="sortKey"
method="GET">
<var:if condition="isPopup" const:negate="YES">
<var:if condition="hideFolderTree" const:negate="YES">
<div class="contactFoldersList" id="contactFoldersList">
<div class="titlediv"><var:string label:value="Addressbook" /></div>
</div>
<div id="dragHandle"
onmousedown="startHandleDragging(event);"
onmousemove=""
ondblclick="dragHandleDoubleClick(event);"
leftblock="contactFoldersList"
rightblock="contactsListContent">
</div>
</var:if>
<div id="contactsListContent">
<var:component-content/>
</div>
</var:if>
<var:if condition="isPopup">
<var:component-content/>
</var:if>
</form>
<var:string value="errorAlertJavaScript" const:escapeHTML="NO" />
</var:if>
<var:if condition="hideFrame">
<var:component-content/>
</var:if>
</var:component>
<var:if condition="isUIxDebugEnabled">
<hr />
<small>clientObject: <var:string value="clientObject" /></small>
</var:if>
</var:component>