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="
text">
|
|
|
4 |
|
|
|
|
5 |
|
<x
sl:variabl
e name="na
me" select
="name()"
/>
|
|
|
6 |
|
|
|
|
7 |
|
<f
ieldset cl
ass="form_
field_row"
><legend><
xsl:value-
of select=
"title" />
</legend>
|
|
|
8 |
|
<xsl:ele
ment name=
"input">
|
|
|
9 |
|
<xsl
:attribute
name="typ
e">text</x
sl:attribu
te>
|
|
|
10 |
|
<xsl
:attribute
name="nam
e"><xsl:va
lue-of sel
ect="$name
" /></xsl:
attribute>
|
|
|
11 |
|
<xsl
:attribute
name="val
ue"><xsl:v
alue-of se
lect="val"
/></xsl:a
ttribute>
|
|
|
12 |
|
<xsl
:for-each
select="at
tributes/*
">
|
|
|
13 |
|
<xsl:attri
bute name=
"{name()}"
><xsl:valu
e-of selec
t="." /></
xsl:attrib
ute>
|
|
|
14 |
|
</xs
l:for-each
>
|
|
|
15 |
|
</xsl:el
ement>
|
|
|
16 |
|
<br />
|
|
|
17 |
|
|
|
|
18 |
|
<span id
="f_err_{$
name}" cla
ss="err">&
#160;</spa
n>
|
|
|
19 |
|
</
fieldset>
|
|
|
20 |
|
<b
r />
|
|
|
21 |
|
|
|
|
22 |
|
</xsl:temp
late>
|
|
|
23 |
|
|
|
|
24 |
|
|
|
|
25 |
|
<xsl:templ
ate name="
password">
|
|
|
26 |
|
|
|
|
27 |
|
<x
sl:variabl
e name="na
me" select
="name()"
/>
|
|
|
28 |
|
|
|
|
29 |
|
<f
ieldset cl
ass="form_
field_row"
><legend><
xsl:value-
of select=
"title" />
</legend>
|
|
|
30 |
|
<xsl:ele
ment name=
"input">
|
|
|
31 |
|
<xsl
:attribute
name="typ
e">passwor
d</xsl:att
ribute>
|
|
|
32 |
|
<xsl
:attribute
name="nam
e"><xsl:va
lue-of sel
ect="$name
" /></xsl:
attribute>
|
|
|
33 |
|
<xsl
:attribute
name="val
ue"><xsl:v
alue-of se
lect="val"
/></xsl:a
ttribute>
|
|
|
34 |
|
<xsl
:for-each
select="at
tributes/*
">
|
|
|
35 |
|
<xsl:attri
bute name=
"{name()}"
><xsl:valu
e-of selec
t="." /></
xsl:attrib
ute>
|
|
|
36 |
|
</xs
l:for-each
>
|
|
|
37 |
|
</xsl:el
ement>
|
|
|
38 |
|
<br />
|
|
|
39 |
|
<span id
="f_err_{$
name}" cla
ss="err">&
#160;</spa
n>
|
|
|
40 |
|
</
fieldset>
|
|
|
41 |
|
<b
r />
|
|
|
42 |
|
|
|
|
43 |
|
</xsl:temp
late>
|
|
|
44 |
|
|
|
|
45 |
|
</xsl:styl
esheet>
|