sogo/UI/Templates/MailerUI/UIxMailToSelection.wox
Wolfgang Sourdeau 8e33440259 Monotone-Parent: 6e4db4faadb29401ffefc8e973c9043c4187f29c
Monotone-Revision: 6ffd8942d3ff6581034f550c46dc04b7cf39793b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-20T17:56:36
Monotone-Branch: ca.inverse.sogo
2006-09-20 17:56:36 +00:00

55 lines
2.2 KiB
XML

<?xml version='1.0' standalone='yes'?>
<span 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"
border="0"
width="100%"
>
<script type="text/javascript">
var currentIndex = <var:string value="currentIndex" />;
</script>
<script type="text/javascript" rsrc:src="UIxMailToSelection.js"> <!-- Space! --></script>
<script type="text/javascript" rsrc:src="layout2or3_xlib.js"> <!-- Space! --></script>
<div id="addressList"
><var:foreach list="addressLists" item="addressList"
><var:foreach list="addressList" item="address"
><span class="addressListElement" var:id="currentRowId"
><span class="headerField"
><var:popup name="currentPopUpId"
list="headers"
item="item"
label:string="$item"
selection="currentHeader"
/></span><input var:id="currentAddressId"
var:name="currentAddressId"
class="textField"
type="text"
var:value="address"
onfocus="addressFieldGotFocus(this);"
onblur="addressFieldLostFocus(this);"
/><var:string value="nextId"
/></span><br />
</var:foreach
></var:foreach
></div>
<!-- todo: use stylesheet? -->
<span class="addressListElement" id="lastRow"><span class="headerField"
><select disabled="1"><option value="to"
><var:string label:value="to"
/>:</option></select></span>
<!-- todo: use stylesheet? -->
<input onfocus="fancyAddRow(true,'');"
type="text"
class="textField"
/></span><br />
<!--<var:if condition="isUIxDebugEnabled">
<a href="#" onclick="checkAddresses();">check addresses</a>
</var:if>-->
<span id="addr_addresses" style="visibility: hidden;"><var:foreach list="addressLists" item="addressList"><var:foreach list="addressList" item="address"><span var:id="address" /></var:foreach></var:foreach>
</span>
</span>