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=
"urls" />
|
|
|
4 |
|
|
|
|
5 |
|
<xsl:templ
ate match=
"edit_post
">
|
|
|
6 |
|
|
|
|
7 |
|
<form
name="edit
_post_{pos
t_id}" act
ion="index
.php" meth
od="post"
target="po
st_actions
" onreset=
"f.editPos
tCancel({p
ost_id});
return fal
se;" onsub
mit="tinyM
CE.trigger
Save(); va
r node = d
ocument.ge
tElementBy
Id({post_i
d}); if (n
ode.parent
Node.style
._height)
node.paren
tNode.styl
e.height =
node.pare
ntNode.sty
le._height
; tinyMCE.
execComman
d('mceRemo
veControl'
, false, '
tinyEditor
_{post_id}
'); this.p
ost_text.s
tyle.visib
le = false
; return t
rue;">
|
|
|
8 |
|
|
|
|
9 |
|
<div c
lass="edit
_post">
|
|
|
10 |
|
|
|
|
11 |
|
<t
able>
|
|
|
12 |
|
<tr>
|
|
|
13 |
|
<td vali
gn="top">
|
|
|
14 |
|
|
|
|
15 |
|
<tex
tarea id="
tinyEditor
_{post_id}
" name="po
st_text" s
tyle="widt
h:611px; h
eight:216p
x;"> 
</textarea
>
|
|
|
16 |
|
|
|
|
17 |
|
</td>
|
|
|
18 |
|
|
|
|
19 |
|
</tr>
|
|
|
20 |
|
</
table>
|
|
|
21 |
|
|
|
|
22 |
|
<b
r />
|
|
|
23 |
|
<i
nput type=
"hidden" n
ame="actio
n" value="
edit_post"
/>
|
|
|
24 |
|
<i
nput type=
"hidden" n
ame="post_
id" value=
"{post_id}
" />
|
|
|
25 |
|
<i
nput type=
"hidden" n
ame="topic
_id" value
="{topic_i
d}" />
|
|
|
26 |
|
|
|
|
27 |
|
<d
iv style="
height:25p
x; width:2
10px; posi
tion:relat
ive; backg
round-colo
r:white;">
|
|
|
28 |
|
 
|
|
|
29 |
|
|
|
|
30 |
|
<div cla
ss="btn" o
nmouseover
="this.sty
le.backgro
undPositio
n='0 25px'
" onmouseo
ut="this.s
tyle.backg
roundPosit
ion='0 0'"
>
|
|
|
31 |
|
<a h
ref="javas
cript:void
(0);" oncl
ick="if (c
onfirm('Ar
e you sure
?')) docu
ment.forms
['edit_pos
t_{post_id
}'].reset(
);"><img s
rc="{/root
/urls/img}
button_l.g
if" /></a>
|
|
|
32 |
|
<img
src="{/ro
ot/urls/im
g}btn_icon
_cancel.gi
f" />
|
|
|
33 |
|
<b>[
L[Cancel]]
</b>
|
|
|
34 |
|
</div>
|
|
|
35 |
|
|
|
|
36 |
|
<div cla
ss="btn" o
nmouseover
="this.sty
le.backgro
undPositio
n='0 25px'
" onmouseo
ut="this.s
tyle.backg
roundPosit
ion='0 0'"
>
|
|
|
37 |
|
<a h
ref="javas
cript:void
(0);" oncl
ick="docum
ent.forms[
'edit_post
_{post_id}
'].onsubmi
t(); docum
ent.forms[
'edit_post
_{post_id}
'].submit(
);"><img s
rc="{/root
/urls/img}
button_l.g
if" /></a>
|
|
|
38 |
|
<img
src="{/ro
ot/urls/im
g}btn_icon
_submit.gi
f" />
|
|
|
39 |
|
<b>[
L[Submit]]
</b>
|
|
|
40 |
|
</div>
|
|
|
41 |
|
|
|
|
42 |
|
</
div>
|
|
|
43 |
|
|
|
|
44 |
|
</div>
|
|
|
45 |
|
|
|
|
46 |
|
</form
>
|
|
|
47 |
|
|
|
|
48 |
|
</xsl:temp
late>
|
|
|
49 |
|
|
|
|
50 |
|
</xsl:styl
esheet>
|
|
|
51 |
|
|
|
|
52 |
|
|