Project

General

Profile

« Previous | Next » 

Revision 5952

make Data Object link more subtle since it now appears for each attribute

View differences:

lib/style/skins/semtools/annotation-root.xsl
144 144
					<xsl:value-of select="./@dataPackage"/>
145 145
				</xsl:variable>
146 146
				<td class="rowodd" width="{$labelWidth}">
147
					Data Table  
147
					Data Object  
148 148
					(<xsl:value-of select="$mapCount"/>
149 149
		     		<xsl:text> attributes</xsl:text>):
150 150
     			</td>
......
420 420
						<xsl:value-of select="./@attribute"/>
421 421
					</xsl:variable>
422 422
					<td class="rowodd">
423
						<xsl:value-of select="$attributeLabel"/>
424
						<!-- the dataObject that contains this attribute -->
425
						(<a>
423
						<!-- the dataObject that contains the attribute -->
424
						<a>
426 425
							<xsl:attribute name="href">
427 426
								<xsl:value-of select="$tripleURI"/><xsl:value-of select="$thisDataPackage"/>&amp;displaymodule=entity&amp;entitytype=dataTable&amp;entityindex=<xsl:value-of select="number(./@dataObject)+1"/>&amp;annotationId=<xsl:value-of select="$thisAnnotationId"/>
428 427
							</xsl:attribute>
429
							<xsl:text>Data Table: </xsl:text>
428
							<xsl:value-of select="$attributeLabel"/>
429
							<xsl:text> (</xsl:text>
430 430
							<xsl:value-of select="./@dataObject"/>
431
						</a>)
431
							<xsl:text>)</xsl:text>
432
						</a>
432 433
					</td>
433 434
					
434 435
					<!-- look up the attribute mapping for the given attribute -->

Also available in: Unified diff