No regular expressions were active.
|
|
1 |
|
<xsl:style
sheet vers
ion="1.0"
xmlns:xsl=
"http://ww
w.w3.org/1
999/XSL/Tr
ansform" x
mlns="http
://www.w3.
org/1999/x
html">
|
|
|
2 |
|
|
|
|
3 |
|
<xsl:templ
ate name="
breadcrumb
s">
|
|
|
4 |
|
|
|
|
5 |
|
<xsl:p
aram name=
"link0" />
|
|
|
6 |
|
<xsl:p
aram name=
"link1" />
|
|
|
7 |
|
<xsl:p
aram name=
"link2" />
|
|
|
8 |
|
|
|
|
9 |
|
<div i
d="f_bread
crumb">
|
|
|
10 |
|
|
|
|
11 |
|
<a
href="{/r
oot/base}"
onclick="
return f.s
electForum
Index()">F
orums</a>
|
|
|
12 |
|
|
|
|
13 |
|
<x
sl:if test
="string-l
ength($lin
k1)">
|
|
|
14 |
|
<img src
="{/root/u
rls/img}a.
gif" />
|
|
|
15 |
|
<xsl:cop
y-of selec
t="$link1"
/>
|
|
|
16 |
|
</
xsl:if>
|
|
|
17 |
|
|
|
|
18 |
|
<x
sl:if test
="string-l
ength($lin
k2)">
|
|
|
19 |
|
<img src
="{/root/u
rls/img}a.
gif" />
|
|
|
20 |
|
<xsl:cop
y-of selec
t="$link2"
/>
|
|
|
21 |
|
</
xsl:if>
|
|
|
22 |
|
|
|
|
23 |
|
<x
sl:if test
="string-l
ength($lin
k0)">
|
|
|
24 |
|
<span cl
ass="perma
link"><xsl
:copy-of s
elect="$li
nk0" /></s
pan>
|
|
|
25 |
|
</
xsl:if>
|
|
|
26 |
|
|
|
|
27 |
|
</div>
|
|
|
28 |
|
|
|
|
29 |
|
</xsl:temp
late>
|
|
|
30 |
|
|
|
|
31 |
|
</xsl:styl
esheet>
|
|
|
32 |
|
|
|
|
33 |
|
|