Add rel="nofollow" attribute to links to search result pages on
flickr/upcoming.
This commit is contained in:
parent
fbe5b684ee
commit
660b50b4bd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=32182
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
<!ENTITY % header.rss "INCLUDE">
|
<!ENTITY % header.rss "INCLUDE">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<!-- $FreeBSD: www/share/sgml/templates.events.xsl,v 1.4 2008/04/20 01:28:57 murray Exp $ -->
|
<!-- $FreeBSD: www/share/sgml/templates.events.xsl,v 1.5 2008/06/08 22:27:52 murray Exp $ -->
|
||||||
|
|
||||||
<!-- Copyright (c) 2003 Simon L. Nielsen <simon@FreeBSD.org>
|
<!-- Copyright (c) 2003 Simon L. Nielsen <simon@FreeBSD.org>
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
@ -274,7 +274,7 @@
|
||||||
<xsl:template match="event" mode="upcoming">
|
<xsl:template match="event" mode="upcoming">
|
||||||
<li>
|
<li>
|
||||||
<xsl:call-template name="eventbody"/>
|
<xsl:call-template name="eventbody"/>
|
||||||
<p>Social links: <a>
|
<p>Social links: <a rel="nofollow">
|
||||||
<xsl:attribute name="href">http://upcoming.yahoo.com/search?type=Events&q=<xsl:value-of select="name" />&Search=GO</xsl:attribute>
|
<xsl:attribute name="href">http://upcoming.yahoo.com/search?type=Events&q=<xsl:value-of select="name" />&Search=GO</xsl:attribute>
|
||||||
upcoming</a></p>
|
upcoming</a></p>
|
||||||
</li>
|
</li>
|
||||||
|
@ -284,7 +284,7 @@ upcoming</a></p>
|
||||||
<xsl:template match="event">
|
<xsl:template match="event">
|
||||||
<li>
|
<li>
|
||||||
<xsl:call-template name="eventbody"/>
|
<xsl:call-template name="eventbody"/>
|
||||||
<p>Social links: <a>
|
<p>Social links: <a rel="nofollow">
|
||||||
<xsl:attribute name="href">http://www.flickr.com/search/?w=all&q=<xsl:value-of select="name" />&m=text</xsl:attribute>
|
<xsl:attribute name="href">http://www.flickr.com/search/?w=all&q=<xsl:value-of select="name" />&m=text</xsl:attribute>
|
||||||
Flickr</a></p>
|
Flickr</a></p>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue