|
@@ -4,18 +4,18 @@
|
|
<w:p w:rsidR="00F62967" w:rsidRPr="003A4B1C"
|
|
<w:p w:rsidR="00F62967" w:rsidRPr="003A4B1C"
|
|
w:rsidRDefault="00F62967" w:rsidP="00F62967">
|
|
w:rsidRDefault="00F62967" w:rsidP="00F62967">
|
|
<#list section.elements as element>
|
|
<#list section.elements as element>
|
|
- <#if element.type="image">
|
|
|
|
|
|
+ <#if element.type=="image">
|
|
<w:r>
|
|
<w:r>
|
|
<w:rPr>
|
|
<w:rPr>
|
|
<w:noProof />
|
|
<w:noProof />
|
|
</w:rPr>
|
|
</w:rPr>
|
|
<w:drawing>
|
|
<w:drawing>
|
|
<wp:inline distT="0" distB="0" distL="0" distR="0">
|
|
<wp:inline distT="0" distB="0" distL="0" distR="0">
|
|
- <wp:extent cx="${element.params.width}"
|
|
|
|
- cy="${element.params.height}" />
|
|
|
|
|
|
+ <wp:extent cx="${element.param.width}"
|
|
|
|
+ cy="${element.param.height}" />
|
|
<wp:effectExtent l="0" t="0" r="0" b="0" />
|
|
<wp:effectExtent l="0" t="0" r="0" b="0" />
|
|
- <wp:docPr id="${element.params.index}"
|
|
|
|
- name="图片 ${element.params.index}" />
|
|
|
|
|
|
+ <wp:docPr id="${element.param.index}"
|
|
|
|
+ name="图片 ${element.param.index}" />
|
|
<wp:cNvGraphicFramePr>
|
|
<wp:cNvGraphicFramePr>
|
|
<a:graphicFrameLocks
|
|
<a:graphicFrameLocks
|
|
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
|
|
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
|
|
@@ -32,7 +32,7 @@
|
|
<pic:cNvPicPr />
|
|
<pic:cNvPicPr />
|
|
</pic:nvPicPr>
|
|
</pic:nvPicPr>
|
|
<pic:blipFill>
|
|
<pic:blipFill>
|
|
- <a:blip r:embed="${element.params.rid}" />
|
|
|
|
|
|
+ <a:blip r:embed="${element.param.rid}" />
|
|
<a:stretch>
|
|
<a:stretch>
|
|
<a:fillRect />
|
|
<a:fillRect />
|
|
</a:stretch>
|
|
</a:stretch>
|
|
@@ -40,8 +40,8 @@
|
|
<pic:spPr>
|
|
<pic:spPr>
|
|
<a:xfrm>
|
|
<a:xfrm>
|
|
<a:off x="0" y="0" />
|
|
<a:off x="0" y="0" />
|
|
- <a:ext cx="${element.params.width}"
|
|
|
|
- cy="${element.params.height}" />
|
|
|
|
|
|
+ <a:ext cx="${element.param.width}"
|
|
|
|
+ cy="${element.param.height}" />
|
|
</a:xfrm>
|
|
</a:xfrm>
|
|
<a:prstGeom prst="rect">
|
|
<a:prstGeom prst="rect">
|
|
<a:avLst />
|
|
<a:avLst />
|