Project

General

Profile

« Previous | Next » 

Revision 42765

fixed bug

View differences:

efg_2_document.xslt
16 16
			<div class="col-xs-10">
17 17

  
18 18
				<xsl:choose>
19
					<xsl:when test=" $type = 'avcreation' ">
19
					<xsl:when test=" $type = 'avcreation' or $type = 'nonavcreation' ">
20 20
						<h1 id="overview">
21 21
							<xsl:value-of select="//efg:title[1]/efg:text"/>
22 22
						</h1>
23 23
					</xsl:when>
24
					<xsl:when test=" $type = 'nonavcreation' ">
25
						<h1 id="overview">
26
							<xsl:value-of select="//efg:title[1]/efg:text"/>
27
						</h1>
28
					</xsl:when>
29 24

  
30
					<xsl:when test="$type ='person'">
25
					<xsl:when test="$type ='person' or $type ='corporate' or $type ='group' ">
31 26
						<h1 id="overview">
32 27
							<xsl:for-each select="//efg:name">
33 28
								<xsl:value-of select="concat(.,' ')"/>
......
35 30
						</h1>
36 31
					</xsl:when>
37 32

  
38
					<xsl:when test="$type ='corporate'">
39
						<h1 id="overview">
40
							<xsl:for-each select="//efg:name">
41
								<xsl:value-of select="concat(.,' ')"/>
42
							</xsl:for-each>
43
						</h1>
44
					</xsl:when>
45 33

  
46 34
				</xsl:choose>
47 35

  

Also available in: Unified diff