1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
2 |
<html xmlns='http://www.w3.org/1999/xhtml'> |
2 |
<html xmlns='http://www.w3.org/1999/xhtml'> |
3 |
<head> |
3 |
<head> |
4 |
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' /> |
4 |
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' /> |
5 |
<link rel='stylesheet' type='text/css' media='screen' href='[websvn:locwebsvnhttp]/templates/StandardNG/styles.css' /> |
5 |
<link rel='stylesheet' type='text/css' media='screen' href='[websvn:locwebsvnhttp]/templates/StandardNG/styles.css' /> |
6 |
<script type='application/javascript' src='[websvn:locwebsvnhttp]/templates/Standard/collapse.js'></script> |
6 |
<script type='application/javascript' src='[websvn:locwebsvnhttp]/templates/Standard/collapse.js'></script> |
7 |
<script type='application/javascript'> |
7 |
<script type='application/javascript'> |
8 |
<![CDATA[ |
8 |
<![CDATA[ |
9 |
function checkCB(chBox) { |
9 |
function checkCB(chBox) { |
10 |
count = 0; |
10 |
count = 0; |
11 |
first = null; |
11 |
first = null; |
12 |
f = chBox.form; |
12 |
f = chBox.form; |
13 |
for (i = 0; i < f.elements.length; i++) { |
13 |
for (i = 0; i < f.elements.length; i++) { |
14 |
if (f.elements[i].type == 'checkbox' && f.elements[i].checked) { |
14 |
if (f.elements[i].type == 'checkbox' && f.elements[i].checked) { |
15 |
if (first == null && f.elements[i] != chBox) { |
15 |
if (first == null && f.elements[i] != chBox) { |
16 |
first = f.elements[i]; |
16 |
first = f.elements[i]; |
17 |
} |
17 |
} |
18 |
count++; |
18 |
count++; |
19 |
} |
19 |
} |
20 |
|
20 |
|
21 |
if (count > 2) { |
21 |
if (count > 2) { |
22 |
first.checked = false; |
22 |
first.checked = false; |
23 |
count--; |
23 |
count--; |
24 |
} |
24 |
} |
25 |
|
25 |
|
26 |
[websvn-test:opentree] |
26 |
[websvn-test:opentree] |
27 |
expandonload = true; |
27 |
expandonload = true; |
28 |
[websvn-endtest] |
28 |
[websvn-endtest] |
29 |
} |
29 |
} |
30 |
} |
30 |
} |
31 |
]]> |
31 |
]]> |
32 |
</script> |
32 |
</script> |
33 |
|
33 |
|
34 |
<title> |
34 |
<title> |
35 |
WebSVN |
35 |
WebSVN |
36 |
[websvn-test:repname] |
36 |
[websvn-test:repname] |
37 |
- [websvn:repname] |
37 |
- [websvn:repname] |
38 |
[websvn-endtest] |
38 |
[websvn-endtest] |
39 |
[websvn-test:action] |
39 |
[websvn-test:action] |
40 |
- [websvn:action] |
40 |
- [websvn:action] |
41 |
[websvn-endtest] |
41 |
[websvn-endtest] |
42 |
[websvn-test:rev2] |
42 |
[websvn-test:rev2] |
43 |
[websvn-test:path2] |
43 |
[websvn-test:path2] |
44 |
- [websvn:safepath1] [lang:REV] [websvn:rev1] [lang:AND] [websvn:safepath2] [lang:REV] [websvn:rev2] |
44 |
- [websvn:safepath1] [lang:REV] [websvn:rev1] [lang:AND] [websvn:safepath2] [lang:REV] [websvn:rev2] |
45 |
[websvn-else] |
45 |
[websvn-else] |
46 |
- [lang:REV] [websvn:rev1] [lang:AND] [websvn:rev2] |
46 |
- [lang:REV] [websvn:rev1] [lang:AND] [websvn:rev2] |
47 |
[websvn-endtest] |
47 |
[websvn-endtest] |
48 |
[websvn-else] |
48 |
[websvn-else] |
49 |
[websvn-test:rev] |
49 |
[websvn-test:rev] |
50 |
- [lang:REV] [websvn:rev] |
50 |
- [lang:REV] [websvn:rev] |
51 |
[websvn-endtest] |
51 |
[websvn-endtest] |
52 |
[websvn-endtest] |
52 |
[websvn-endtest] |
53 |
[websvn-test:path] |
53 |
[websvn-test:path] |
54 |
- [websvn:safepath] |
54 |
- [websvn:safepath] |
55 |
[websvn-endtest] |
55 |
[websvn-endtest] |
56 |
</title> |
56 |
</title> |
57 |
|
57 |
|
58 |
[websvn-test:curdirrsslink] |
58 |
[websvn-test:curdirrsslink] |
59 |
<link rel='alternate' type='application/rss+xml' title='WebSVN RSS' href='[websvn:curdirrsshref]' /> |
59 |
<link rel='alternate' type='application/rss+xml' title='WebSVN RSS' href='[websvn:curdirrsshref]' /> |
60 |
[websvn-endtest] |
60 |
[websvn-endtest] |
61 |
|
61 |
|
62 |
<!--[if IE]> |
62 |
<!--[if IE]> |
63 |
<script type='text/javascript' src='[websvn:locwebsvnhttp]/templates/StandardNG/ie7/ie7-standard-p.js'></script> |
63 |
<script type='text/javascript' src='[websvn:locwebsvnhttp]/templates/StandardNG/ie7/ie7-standard-p.js'></script> |
64 |
<[end if]--> |
64 |
<[end if]--> |
65 |
|
65 |
|
66 |
</head> |
66 |
</head> |
67 |
<body> |
67 |
<body> |
68 |
<div id='header'> |
68 |
<div id='header'> |
69 |
<h1>[lang:SERVER]</h1> |
69 |
<h1>[lang:SERVER]</h1> |
70 |
<div id='formSelect'> |
70 |
<div id='formSelect'> |
71 |
[websvn:lang_form] |
71 |
[websvn:lang_form] |
72 |
[websvn:lang_select] |
72 |
[websvn:lang_select] |
73 |
[websvn:lang_submit] |
73 |
[websvn:lang_submit] |
74 |
[websvn:lang_endform] |
74 |
[websvn:lang_endform] |
75 |
</div> |
75 |
</div> |
76 |
</div> |
76 |
</div> |
77 |
|
77 |
|
78 |
<hr /> |
78 |
<hr /> |
79 |
<!-- end of header.tmpl --> |
79 |
<!-- end of header.tmpl --> |