moving conditionals around for clarity
This commit is contained in:
parent
866fa2630e
commit
a74a251f10
|
@ -246,26 +246,22 @@
|
||||||
</choose>
|
</choose>
|
||||||
</macro>
|
</macro>
|
||||||
<macro name="archive">
|
<macro name="archive">
|
||||||
<choose>
|
|
||||||
<if type="graphic report" match="any">
|
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<text variable="archive_location"/>
|
<text variable="archive_location"/>
|
||||||
<text variable="archive"/>
|
<text variable="archive"/>
|
||||||
<text variable="archive-place"/>
|
<text variable="archive-place"/>
|
||||||
</group>
|
</group>
|
||||||
</if>
|
|
||||||
<else-if type="book thesis chapter article-journal article-newspaper article-magazine" match="none">
|
|
||||||
<group delimiter=", ">
|
|
||||||
<text variable="archive_location"/>
|
|
||||||
<text variable="archive"/>
|
|
||||||
<text variable="archive-place"/>
|
|
||||||
</group>
|
|
||||||
</else-if>
|
|
||||||
</choose>
|
|
||||||
</macro>
|
</macro>
|
||||||
<macro name="access">
|
<macro name="access">
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
|
<choose>
|
||||||
|
<if type="graphic report" match="any">
|
||||||
<text macro="archive"/>
|
<text macro="archive"/>
|
||||||
|
</if>
|
||||||
|
<else-if type="book thesis chapter article-journal article-newspaper article-magazine" match="none">
|
||||||
|
<text macro="archive"/>
|
||||||
|
</else-if>
|
||||||
|
</choose>
|
||||||
<text variable="URL"/>
|
<text variable="URL"/>
|
||||||
</group>
|
</group>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
|
@ -246,26 +246,22 @@
|
||||||
</choose>
|
</choose>
|
||||||
</macro>
|
</macro>
|
||||||
<macro name="archive">
|
<macro name="archive">
|
||||||
<choose>
|
|
||||||
<if type="graphic report" match="any">
|
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<text variable="archive_location"/>
|
<text variable="archive_location"/>
|
||||||
<text variable="archive"/>
|
<text variable="archive"/>
|
||||||
<text variable="archive-place"/>
|
<text variable="archive-place"/>
|
||||||
</group>
|
</group>
|
||||||
</if>
|
|
||||||
<else-if type="book thesis chapter article-journal article-newspaper article-magazine" match="none">
|
|
||||||
<group delimiter=", ">
|
|
||||||
<text variable="archive_location"/>
|
|
||||||
<text variable="archive"/>
|
|
||||||
<text variable="archive-place"/>
|
|
||||||
</group>
|
|
||||||
</else-if>
|
|
||||||
</choose>
|
|
||||||
</macro>
|
</macro>
|
||||||
<macro name="access">
|
<macro name="access">
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
|
<choose>
|
||||||
|
<if type="graphic report" match="any">
|
||||||
<text macro="archive"/>
|
<text macro="archive"/>
|
||||||
|
</if>
|
||||||
|
<else-if type="book thesis chapter article-journal article-newspaper article-magazine" match="none">
|
||||||
|
<text macro="archive"/>
|
||||||
|
</else-if>
|
||||||
|
</choose>
|
||||||
<text variable="URL"/>
|
<text variable="URL"/>
|
||||||
</group>
|
</group>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user