Project

General

Profile

« Previous | Next » 

Revision 48822

let's try without multiple columns in the minimal metadata section

View differences:

cidoc_2_document.xslt
126 126
			match="rdf:Description[./rdf:type/@rdf:resource = 'http://www.ics.forth.gr/isl/CRMext/CRMpe.rdfs/PE22_Persistent_Dataset']">
127 127
		<br/>
128 128
		<tr>
129
			<td class="col-xs-3">
130
				<strong>PE22_Persistent_Dataset</strong><br/>
129
			<td>
130
				<strong>PE22_Persistent_Dataset</strong> : <strong><xsl:value-of select="./@rdf:about"/></strong><br/>
131 131

  
132 132
				<xsl:call-template name="printProperty">
133 133
					<xsl:with-param name="propertyName">P1_is_identified_by</xsl:with-param>
......
197 197
					</xsl:with-param>
198 198
				</xsl:call-template>
199 199
			</td>
200
			<td>
201
				<strong><xsl:value-of select="./@rdf:about"/></strong>
202
			</td>
203 200
		</tr>
204 201

  
205 202
	</xsl:template>

Also available in: Unified diff