Project

General

Profile

« Previous | Next » 

Revision 5733

use 100% table widths

View differences:

lib/style/skins/semtools/annotation-root.xsl
60 60
				<xsl:for-each select="./*[local-name()='observation']">
61 61
					<tr>
62 62
						<td class="text_plain">
63
							<table class="subGroup subGroup_border">
63
							<table class="subGroup subGroup_border onehundred_percent">
64 64
								<tr valign="top">
65 65
									<td>
66 66
										<!-- observation entity -->
......
69 69
								</tr>
70 70
								<tr>
71 71
									<td>
72
										<table>
72
										<table class="onehundred_percent">
73 73
											<tr>
74 74
												<!-- measurement -->
75 75
												<xsl:for-each select="./*[local-name()='measurement']">
......
95 95
	</xsl:template>
96 96
	
97 97
	<xsl:template name="annotationSearchResult">
98
		<table class="subGroup subGroup_border">
98
		<table class="subGroup subGroup_border onehundred_percent">
99 99
			<tr>
100
				<th colspan="2">
101
     				Annotation
102
     				<a>
103
						<xsl:attribute name="href">
104
							<xsl:value-of select="$tripleURI"/><xsl:value-of select="./@id"/>
105
						</xsl:attribute>
106
						(<xsl:value-of select="./@id"/>)
107
					</a>
108
										
109
					<!-- stats -->
110
					<span id="annotationStats"></span>
111
					<script language="JavaScript">
112
						loadStats(
113
							'annotationStats', 
114
							'<xsl:value-of select="./@id" />', 
115
							'<xsl:value-of select="$contextURL" />/metacat',
116
							'<xsl:value-of select="$qformat" />');
117
					</script>
118
				</th>	
119
			</tr>
120
			<tr>
100 121
				<xsl:variable name="mapCount">
101 122
					<xsl:value-of select="count(./*[local-name()='map'])"/>
102 123
				</xsl:variable>
......
119 140
     		</tr>
120 141
			<tr>
121 142
				<td class="rowodd">
122
     				Annotation (<xsl:value-of select="./@id"/>):
123
     			</td>
124
     			<td class="roweven">
125
     				<a>
126
						<xsl:attribute name="href">
127
							<xsl:value-of select="$tripleURI"/><xsl:value-of select="./@id"/>
128
						</xsl:attribute>
129
						View
130
					</a>
131
										
132
					<!-- stats -->
133
					<span id="annotationStats"></span>
134
					<script language="JavaScript">
135
						loadStats(
136
							'annotationStats', 
137
							'<xsl:value-of select="./@id" />', 
138
							'<xsl:value-of select="$contextURL" />/metacat',
139
							'<xsl:value-of select="$qformat" />');
140
					</script>
141
					
142
				</td>	
143
			</tr>
144
			<tr>
145
				<td class="rowodd">
146 143
     				Data Package (<xsl:value-of select="./@emlPackage"/>):
147 144
     			</td>
148 145
     			<td class="roweven">
......
240 237
	</xsl:template>
241 238
	
242 239
	<xsl:template name="observation">
243
		<table>
240
		<table class="onehundred_percent">
244 241
			<tr>
245 242
				<th colspan="2">
246 243
					Observation (<xsl:value-of select="./@label"/>)
......
277 274
	
278 275
	<xsl:template name="measurement">
279 276
		<!-- measurement -->
280
		<table class="subGroup subGroup_border">
277
		<table class="subGroup subGroup_border onehundred_percent">
281 278
			<tr>
282
				<th colspan="3"> 	
279
				<th colspan="2"> 	
283 280
					Measurement (<xsl:value-of select="./@label" />)
284 281
				</th>
285 282
			</tr>	
......
295 292
						<xsl:value-of select="./@attribute" />
296 293
					</xsl:for-each>
297 294
				</td>
298
				<td class="roweven"></td>
299 295
			</tr>
300 296
			<tr>
301 297
				<td class="rowodd">					

Also available in: Unified diff