Monotone-Parent: 5d13be9c64742eda95c52fa0f0205eb99849d1d1

Monotone-Revision: e5b6580e3ea6df5bbc9bde0db8b2a350b69e3eb8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-09-28T13:20:13
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2009-09-28 13:20:13 +00:00
parent 02bf8acc97
commit 9a04b3bdfd
1 changed files with 13 additions and 14 deletions

View File

@ -1,17 +1,16 @@
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE div>
<div 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"
>
<div>
<var:foreach list="bodyInfo.parts" item="childInfo" index="childIndex">
<div>
<var:component value="contentViewerComponent"
bodyInfo="childInfo"
partPath="childPartPath" />
</div>
</var:foreach>
</div>
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label"
>
<var:foreach list="bodyInfo.parts" item="childInfo" index="childIndex">
<div>
<var:component value="contentViewerComponent"
bodyInfo="childInfo"
partPath="childPartPath" />
</div>
</var:foreach>
</div>