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:inclu
de href="c
at_forums.
xsl" />
|
|
|
4 |
|
<xsl:inclu
de href="l
ive_tracke
r.xsl" />
|
|
|
5 |
|
|
|
|
6 |
|
<xsl:templ
ate match=
"urls" />
|
|
|
7 |
|
<xsl:templ
ate match=
"logininfo
" />
|
|
|
8 |
|
|
|
|
9 |
|
<xsl:templ
ate match=
"page">
|
|
|
10 |
|
|
|
|
11 |
|
<div i
d="f_heade
r">
|
|
|
12 |
|
<h
2>[L[Forum
s Index]]<
/h2>
|
|
|
13 |
|
</div>
|
|
|
14 |
|
|
|
|
15 |
|
<div i
d="f_tbl">
|
|
|
16 |
|
<u
l class="t
bl_hh">
|
|
|
17 |
|
<li clas
s="tbl_h_f
orum">[L[F
orums]]</l
i>
|
|
|
18 |
|
<li clas
s="tbl_h_t
opic">[L[T
opics]]</l
i>
|
|
|
19 |
|
<li clas
s="tbl_h_d
ate">[L[La
test Post]
]</li>
|
|
|
20 |
|
</
ul>
|
|
|
21 |
|
<x
sl:apply-t
emplates s
elect="cat
egs" />
|
|
|
22 |
|
</div>
|
|
|
23 |
|
|
|
|
24 |
|
<xsl:a
pply-templ
ates selec
t="live_tr
acker" />
|
|
|
25 |
|
|
|
|
26 |
|
</xsl:temp
late>
|
|
|
27 |
|
|
|
|
28 |
|
|
|
|
29 |
|
<xsl:templ
ate match=
"categ">
|
|
|
30 |
|
|
|
|
31 |
|
<xsl:e
lement nam
e="ul">
|
|
|
32 |
|
<x
sl:attribu
te name="s
tyle">heig
ht:52px;</
xsl:attrib
ute>
|
|
|
33 |
|
<x
sl:attribu
te name="i
d">cat<xsl
:value-of
select="@i
d" /></xsl
:attribute
>
|
|
|
34 |
|
<l
i class="t
bl_c_forum
">
|
|
|
35 |
|
<a class
="colexp"
href="{$rw
_cat}{@uri
}{$rw_cat_
ext}" oncl
ick="retur
n f.select
Cat('{@uri
}', 'cat{@
id}');">
|
|
|
36 |
|
<div
class="co
lexp">
|
|
|
37 |
|
<xsl:if te
st="count(
forums/for
um) > 0
">
|
|
|
38 |
|
<xsl:a
ttribute n
ame="style
">backgrou
nd-positio
n:0px -32p
x</xsl:att
ribute>
|
|
|
39 |
|
</xsl:if>
|
|
|
40 |
|
 
|
|
|
41 |
|
</di
v>
|
|
|
42 |
|
</a>
|
|
|
43 |
|
<a href=
"{$rw_cat}
{@uri}{$rw
_cat_ext}"
onclick="
return f.s
electCat('
{@uri}', '
cat{@id}')
;"><xsl:va
lue-of sel
ect="title
" disable-
output-esc
aping="yes
" /></a>
|
|
|
44 |
|
</
li>
|
|
|
45 |
|
</xsl:
element>
|
|
|
46 |
|
|
|
|
47 |
|
<xsl:i
f test="co
unt(forums
/forum) &g
t; 0">
|
|
|
48 |
|
<d
iv><xsl:ap
ply-templa
tes select
="forums/f
orum" /></
div>
|
|
|
49 |
|
</xsl:
if>
|
|
|
50 |
|
|
|
|
51 |
|
</xsl:temp
late>
|
|
|
52 |
|
|
|
|
53 |
|
|
|
|
54 |
|
</xsl:styl
esheet>
|