Project

General

Profile

« Previous | Next » 

Revision 5684

remove special ">>" character from style sheet
use absolute path to the spinner animated gif

View differences:

lib/style/skins/semtools/resultset.xsl
116 116
							<xsl:value-of select="$tripleURI"/><xsl:value-of select="./docid"/>
117 117
						</xsl:attribute>
118 118
						<b>
119
							<xsl:text>&#187;&#160;</xsl:text>
120 119
							<xsl:value-of select="./param[@name='dataset/title']"/>
121 120
						</b>
122 121
					</a>
lib/style/skins/semtools/annotation-root.xsl
65 65
									<xsl:attribute name="href">
66 66
										<xsl:value-of select="$tripleURI"/><xsl:value-of select="./@id"/>
67 67
									</xsl:attribute>
68
									<xsl:text>&#187;&#160;</xsl:text>
69 68
									<xsl:value-of select="./@id"/>
70 69
								</a>	
71 70
							</td>	
......
79 78
									<xsl:attribute name="href">
80 79
										<xsl:value-of select="$tripleURI"/><xsl:value-of select="./@emlPackage"/>
81 80
									</xsl:attribute>
82
									<xsl:text>&#187;&#160;</xsl:text>
83 81
									<xsl:value-of select="./@emlPackage"/>
84 82
								</a>	
85 83
							</td>
......
93 91
									<xsl:attribute name="href">
94 92
										<xsl:value-of select="$tripleURI"/><xsl:value-of select="./@emlPackage"/>&amp;displaymodule=entity&amp;entitytype=dataTable&amp;entityindex=<xsl:value-of select="number(./@dataTable)+1"/>
95 93
									</xsl:attribute>
96
									<xsl:text>&#187;&#160;</xsl:text>
97 94
									<xsl:value-of select="./@dataTable"/>
98 95
								</a>	
99 96
							</td>
lib/style/skins/semtools/index.jsp
256 256
	checkSearch(formObj);
257 257
	
258 258
	// start the busy indicator
259
	$("#searchResults").busy({ position : 'left', offset: -30, hide : true, img : "images/busy.gif" });
259
	$("#searchResults").busy(
260
			{
261
				position	: 'left', 
262
				offset		: -30, 
263
				hide		: true, 
264
				img			: "<%=STYLE_SKINS_URL%>/semtools/images/busy.gif" 
265
			});
260 266
	
261 267
	//load the results
262 268
	$("#searchResults").load(

Also available in: Unified diff