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 match=
"live_trac
ker">
|
|
|
4 |
|
|
|
|
5 |
|
<div id="l
ive_title"
>[L[Forums
Spy]]</di
v>
|
|
|
6 |
|
<div id="l
ive_tracke
r" class="
live_track
er">
|
|
|
7 |
|
<xsl:a
pply-templ
ates selec
t="post" /
>
|
|
|
8 |
|
<div i
d="live_fa
de" class=
"live_fade
" style="b
ackground-
image:url(
{/root/url
s/img}gr.p
ng);" >
|
|
|
9 |
|
&#
160;
|
|
|
10 |
|
</div>
|
|
|
11 |
|
</div>
|
|
|
12 |
|
|
|
|
13 |
|
<script>
|
|
|
14 |
|
correc
tPNG('live
_fade')
|
|
|
15 |
|
var re
t = f.live
Post(<xsl:
value-of s
elect="./p
ost/@ts" /
>);
|
|
|
16 |
|
</script>
|
|
|
17 |
|
|
|
|
18 |
|
</xsl:temp
late>
|
|
|
19 |
|
|
|
|
20 |
|
|
|
|
21 |
|
<xsl:templ
ate match=
"post">
|
|
|
22 |
|
<div i
d="live_po
st_{@id}"
class="liv
e_post">
|
|
|
23 |
|
<i
mg class="
lp_img" sr
c="{avatar
}" />
|
|
|
24 |
|
<d
iv class="
lp_txt"><x
sl:value-o
f select="
text" disa
ble-output
-escaping=
"yes" /></
div>
|
|
|
25 |
|
<d
iv class="
lp_u">
|
|
|
26 |
|
<a href=
"{profile}
" onclick=
"{onclick}
"><xsl:val
ue-of sele
ct="user"
/></a>
|
|
|
27 |
|
[L[said
in]]
|
|
|
28 |
|
<span cl
ass="lp_bc
">
|
|
|
29 |
|
<a h
ref="{base
}{$rw_cat}
{cat/@uri}
{$rw_cat_e
xt}" oncli
ck="return
f.selectF
orumIndex(
'{cat/@uri
}')"><xsl:
value-of s
elect="cat
" /></a>
|
|
|
30 |
|
>
|
|
|
31 |
|
<a h
ref="{base
}{$rw_foru
m}{forum/@
uri}{$rw_f
orum_page}
0{$rw_foru
m_ext}" on
click="ret
urn f.sele
ctForum('{
forum/@uri
}')"><xsl:
value-of s
elect="for
um" /></a>
|
|
|
32 |
|
>
|
|
|
33 |
|
<a h
ref="{base
}{$rw_topi
c}{topic/@
uri}{$rw_t
opic_ext}"
onclick="
return f.s
electTopic
('{topic/@
uri}')"><x
sl:value-o
f select="
topic" /><
/a>
|
|
|
34 |
|
</span>
|
|
|
35 |
|
</
div>
|
|
|
36 |
|
<d
iv class="
lp_date"><
xsl:copy-o
f select="
date" /></
div>
|
|
|
37 |
|
</div>
|
|
|
38 |
|
</xsl:temp
late>
|
|
|
39 |
|
|
|
|
40 |
|
</xsl:styl
esheet>
|
|
|
41 |
|
|