|
@@ -1730,11 +1730,7 @@
|
|
|
<w:sz w:val="28"/>
|
|
|
<w:szCs w:val="28"/>
|
|
|
</w:rPr>
|
|
|
- <#if animalImage.animalType?? && animalImage.animalType?contains('小鼠') >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F052"/>
|
|
|
- <#else >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F0A3"/>
|
|
|
- </#if>
|
|
|
+ ${myJsonFilter(animalImage.animalType, '', 'comma_contain', '小鼠', 'check')}
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|
|
@@ -1761,11 +1757,7 @@
|
|
|
<w:sz w:val="28"/>
|
|
|
<w:szCs w:val="28"/>
|
|
|
</w:rPr>
|
|
|
- <#if animalImage.animalType?? && animalImage.animalType?contains('大鼠') >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F052"/>
|
|
|
- <#else >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F0A3"/>
|
|
|
- </#if>
|
|
|
+ ${myJsonFilter(animalImage.animalType, '', 'comma_contain', '大鼠', 'check')}
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|
|
@@ -1792,11 +1784,7 @@
|
|
|
<w:sz w:val="28"/>
|
|
|
<w:szCs w:val="28"/>
|
|
|
</w:rPr>
|
|
|
- <#if animalImage.animalType?? && animalImage.animalType?contains('兔') >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F052"/>
|
|
|
- <#else >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F0A3"/>
|
|
|
- </#if>
|
|
|
+ ${myJsonFilter(animalImage.animalType, '', 'comma_contain', '兔', 'check')}
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|
|
@@ -1823,11 +1811,7 @@
|
|
|
<w:sz w:val="28"/>
|
|
|
<w:szCs w:val="28"/>
|
|
|
</w:rPr>
|
|
|
- <#if animalImage.animalType?? && animalImage.animalType?contains('猫') >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F052"/>
|
|
|
- <#else >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F0A3"/>
|
|
|
- </#if>
|
|
|
+ ${myJsonFilter(animalImage.animalType, '', 'comma_contain', '猫', 'check')}
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|
|
@@ -1854,11 +1838,7 @@
|
|
|
<w:sz w:val="28"/>
|
|
|
<w:szCs w:val="28"/>
|
|
|
</w:rPr>
|
|
|
- <#if animalImage.animalType?? && animalImage.animalType?contains('犬') >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F052"/>
|
|
|
- <#else >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F0A3"/>
|
|
|
- </#if>
|
|
|
+ ${myJsonFilter(animalImage.animalType, '', 'comma_contain', '犬', 'check')}
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|
|
@@ -1885,11 +1865,7 @@
|
|
|
<w:sz w:val="28"/>
|
|
|
<w:szCs w:val="28"/>
|
|
|
</w:rPr>
|
|
|
- <#if animalImage.animalType?? && animalImage.animalType?contains('猫') >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F052"/>
|
|
|
- <#else >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F0A3"/>
|
|
|
- </#if>
|
|
|
+ ${myJsonFilter(animalImage.animalType, '', 'comma_contain', '猴', 'check')}
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|
|
@@ -1916,11 +1892,7 @@
|
|
|
<w:sz w:val="28"/>
|
|
|
<w:szCs w:val="28"/>
|
|
|
</w:rPr>
|
|
|
- <#if animalImage.animalType?? && animalImage.animalType?contains('羊') >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F052"/>
|
|
|
- <#else >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F0A3"/>
|
|
|
- </#if>
|
|
|
+ ${myJsonFilter(animalImage.animalType, '', 'comma_contain', '羊', 'check')}
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|
|
@@ -1947,11 +1919,7 @@
|
|
|
<w:sz w:val="28"/>
|
|
|
<w:szCs w:val="28"/>
|
|
|
</w:rPr>
|
|
|
- <#if animalImage.animalType?? && animalImage.animalType?contains('猪') >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F052"/>
|
|
|
- <#else >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F0A3"/>
|
|
|
- </#if>
|
|
|
+ ${myJsonFilter(animalImage.animalType, '', 'comma_contain', '猪', 'check')}
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|
|
@@ -5213,7 +5181,7 @@
|
|
|
<w:szCs w:val="21"/>
|
|
|
<w:u w:val="single"/>
|
|
|
</w:rPr>
|
|
|
- <w:t xml:space="preserve"> ${animalImage.microCt.trepanningDiameter!' '} </w:t>
|
|
|
+ <w:t xml:space="preserve"> ${animalImage.microCt.trepanningDepth!' '} </w:t>
|
|
|
</w:r>
|
|
|
<w:r w:rsidRPr="009D6220">
|
|
|
<w:rPr>
|