I have done this change on many of the pages within my SPS install,
here's one example (this is a copy and paste from the document I
maintain to record any changes, in case we need to reapply them when
a service pack is applied).
Change:
Edited (the new) CategoryItemsPart.xsl to make documents load in a
new window.
Purpose:
To make documents load in a new window, we have to add a
Target=_Blank to the A links
File affected:
CategoryItemsPart.xsl
Description of changes:
At line 222 in this file, add the following code
<A><xsl:attribute name="target">_blank</xsl:attribute><xsl:attribute
name="href">
and deletethe original line, below
<A><xsl:attribute name="href">
===
This should work for you, the other ones I've changed are:
Edited SearchResultsPart.xsl to make documents load in a new window.
Purpose:
To make documents load in a new window, we have to add a
Target=_Blank to the A links
File affected:
SearchResultsPart.xsl
Description of changes:
At line 257 in this file, add the following code
<A><xsl:attribute name="target">_blank</xsl:attribute><xsl:attribute
name="href">
and deletethe original line, below
<A><xsl:attribute name="href">
The original file is called SearchResultsPart-ORIGINAL.xsl
and
Change:
Edited CategoryBestBetItemsPart.xsl to make documents load in a new
window.
Purpose:
To make documents load in a new window, we have to add a
Target=_Blank to the A links
File affected:
CategoryBestBetItemsPart.xsl
Description of changes:
At line 205 in this file, add the following code
<A><xsl:attribute name="target">_blank</xsl:attribute><xsl:attribute
name="href">
and deletethe original line, below
<A><xsl:attribute name="href">
The original file is called CategoryBestBetItemsPart-ORIGINAL.xsl