mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 10:55:08 +00:00
Monotone-Parent: 5d13be9c64742eda95c52fa0f0205eb99849d1d1
Monotone-Revision: e5b6580e3ea6df5bbc9bde0db8b2a350b69e3eb8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-09-28T13:20:13 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,17 +1,16 @@
|
|||||||
<?xml version="1.0" standalone="yes"?>
|
<?xml version="1.0" standalone="yes"?>
|
||||||
|
<!DOCTYPE div>
|
||||||
<div xmlns="http://www.w3.org/1999/xhtml"
|
<div xmlns="http://www.w3.org/1999/xhtml"
|
||||||
xmlns:var="http://www.skyrix.com/od/binding"
|
xmlns:var="http://www.skyrix.com/od/binding"
|
||||||
xmlns:const="http://www.skyrix.com/od/constant"
|
xmlns:const="http://www.skyrix.com/od/constant"
|
||||||
xmlns:rsrc="OGo:url"
|
xmlns:rsrc="OGo:url"
|
||||||
xmlns:label="OGo:label"
|
xmlns:label="OGo:label"
|
||||||
>
|
>
|
||||||
<div>
|
<var:foreach list="bodyInfo.parts" item="childInfo" index="childIndex">
|
||||||
<var:foreach list="bodyInfo.parts" item="childInfo" index="childIndex">
|
<div>
|
||||||
<div>
|
<var:component value="contentViewerComponent"
|
||||||
<var:component value="contentViewerComponent"
|
bodyInfo="childInfo"
|
||||||
bodyInfo="childInfo"
|
partPath="childPartPath" />
|
||||||
partPath="childPartPath" />
|
</div>
|
||||||
</div>
|
</var:foreach>
|
||||||
</var:foreach>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user