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">
|
|
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 |
|
|
|
2 |
|
|
3 |
|
<xsl:templ
ate match=
"urls" />
|
|
3 |
|
<xsl:i
nclude hre
f="../../b
ase/xsl/ed
it_cat_for
m.xsl" />
|
4 |
|
|
|
|
5 |
|
<xsl:templ
ate match=
"cat">
|
|
|
6 |
|
|
|
|
7 |
|
<div c
lass="wnd_
box">
|
|
|
8 |
|
|
|
|
9 |
|
<div sty
le="displa
y:none;" i
d="js_code
">
|
|
|
10 |
|
var
f = docume
nt.forms['
orca_edit_
cat'];
|
|
|
11 |
|
orca
_admin.edi
tCatSubmit
(f.elemen
ts['cat_id
'].value,
f.elements
['cat_name
'].value);
|
|
|
12 |
|
</div>
|
|
|
13 |
|
|
|
|
14 |
|
<div cla
ss="wnd_ti
tle">
|
|
|
15 |
|
<h2>
|
|
|
16 |
|
<xsl:if te
st="@cat_i
d > 0">
Edit group
</xsl:if>
|
|
|
17 |
|
<xsl:if te
st="0 = @c
at_id">New
group</xs
l:if>
|
|
|
18 |
|
</h2
>
|
|
|
19 |
|
</div>
|
|
|
20 |
|
|
|
|
21 |
|
<div cla
ss="wnd_co
ntent">
|
|
|
22 |
|
|
|
|
23 |
|
<form na
me="orca_e
dit_cat" o
nsubmit="v
ar x=docum
ent.getEle
mentById('
js_code').
innerHTML;
eval(x);
return fal
se;">
|
|
|
24 |
|
|
|
|
25 |
|
<div
>
|
|
|
26 |
|
<input cla
ss="sh" ty
pe="text"
name="cat_
name" valu
e="{cat_na
me}" />
|
|
|
27 |
|
</di
v>
|
|
|
28 |
|
|
|
|
29 |
|
<inp
ut type="h
idden" nam
e="cat_id"
value="{@
cat_id}" /
>
|
|
|
30 |
|
<inp
ut type="h
idden" nam
e="action"
value="ed
it_categor
y_submit"
/>
|
|
|
31 |
|
|
|
|
32 |
|
<div
style="ma
rgin:0px;
margin-rig
ht:50px; m
argin-top:
12px; marg
in-bottom:
40px;">
|
|
|
33 |
|
|
|
|
34 |
|
<div c
lass="btn"
onmouseov
er="this.s
tyle.backg
roundPosit
ion='0 25p
x'" onmous
eout="this
.style.bac
kgroundPos
ition='0 0
'">
|
|
|
35 |
|
<a
href="jav
ascript:vo
id(0);" on
click="f.h
ideHTML();
return fa
lse;"><img
src="{/ro
ot/urls/im
g}button_l
.gif" /></
a>
|
|
|
36 |
|
<i
mg src="{/
root/urls/
img}btn_ic
on_cancel.
gif" />
|
|
|
37 |
|
<b
>Cancel</b
>
|
|
|
38 |
|
</div>
|
|
|
39 |
|
|
|
|
40 |
|
<div c
lass="btn"
onmouseov
er="this.s
tyle.backg
roundPosit
ion='0 25p
x'" onmous
eout="this
.style.bac
kgroundPos
ition='0 0
'">
|
|
|
41 |
|
<a
href="jav
ascript:vo
id(0);" on
click="var
x=documen
t.getEleme
ntById('js
_code').in
nerHTML; e
val(x); re
turn false
;"><img sr
c="{/root/
urls/img}b
utton_l.gi
f" /></a>
|
|
|
42 |
|
<i
mg src="{/
root/urls/
img}btn_ic
on_submit.
gif" />
|
|
|
43 |
|
<b
>Submit</b
>
|
|
|
44 |
|
</div>
|
|
|
45 |
|
|
|
|
46 |
|
</di
v>
|
|
|
47 |
|
|
|
|
48 |
|
</form>
|
|
|
49 |
|
|
|
|
50 |
|
</div>
|
|
|
51 |
|
|
|
|
52 |
|
</
div>
|
|
|
53 |
|
|
|
|
54 |
|
</xsl:temp
late>
|
|
|
55 |
|
|
|
4 |
|
|
56 |
|
</xsl:styl
esheet>
|
|
5 |
|
</xsl:styl
esheet>
|
57 |
|
|
|
|
58 |
|
|
|
|