Line 1... |
Line 1... |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 |
<html> |
- |
|
- |
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="[websvn:language_code]" lang="[websvn:language_code]"> |
3 |
<head> |
3 |
<head> |
4 |
<meta http-equiv="content-type" content="text/html;charset=[websvn:charset]"> |
- |
|
5 |
<link href="[websvn:locwebsvnhttp]/templates/BlueGrey/styles.css" rel="stylesheet" media="screen"> |
- |
|
6 |
<!--[if lt IE 7]> |
- |
|
7 |
<script type="text/javascript" src="[websvn:locwebsvnhttp]/templates/BlueGrey/png.js"></script> |
- |
|
8 |
<![endif]--> |
- |
|
9 |
<script type="text/javascript" src="[websvn:locwebsvnhttp]/templates/BlueGrey/collapse.js"></script> |
- |
|
10 |
<title> |
4 |
<title> |
11 |
WebSVN |
5 |
WebSVN |
12 |
[websvn-test:repname] |
6 |
[websvn-test:repname] |
13 |
- [websvn:repname] |
7 |
– [websvn:repname] |
14 |
[websvn-endtest] |
8 |
[websvn-endtest] |
- |
|
9 |
[websvn-test:error] |
- |
|
10 |
– ERROR |
- |
|
11 |
[websvn-else] |
15 |
[websvn-test:action] |
12 |
[websvn-test:action] |
16 |
- [websvn:action] |
13 |
– [websvn:action] |
17 |
[websvn-endtest] |
14 |
[websvn-endtest] |
18 |
[websvn-test:rev2] |
15 |
[websvn-test:rev2] |
19 |
[websvn-test:path2] |
16 |
[websvn-test:safepath2] |
20 |
- [websvn:safepath1] [lang:REV] [websvn:rev1] [lang:AND] [websvn:safepath2] [lang:REV] [websvn:rev2] |
17 |
– [websvn:safepath1] [lang:REV] [websvn:rev1] [lang:AND] [websvn:safepath2] [lang:REV] [websvn:rev2] |
21 |
[websvn-else] |
18 |
[websvn-else] |
22 |
- [lang:REV] [websvn:rev1] [lang:AND] [websvn:rev2] |
19 |
– [lang:REV] [websvn:rev1] [lang:AND] [websvn:rev2] |
23 |
[websvn-endtest] |
20 |
[websvn-endtest] |
24 |
[websvn-else] |
21 |
[websvn-else] |
25 |
[websvn-test:rev] |
22 |
[websvn-test:rev] |
26 |
- [lang:REV] [websvn:rev] |
23 |
– [lang:REV] [websvn:rev] |
27 |
[websvn-endtest] |
24 |
[websvn-endtest] |
28 |
[websvn-endtest] |
25 |
[websvn-endtest] |
29 |
[websvn-test:path] |
26 |
[websvn-test:safepath] |
30 |
- [websvn:safepath] |
27 |
– [websvn:safepath] |
- |
|
28 |
[websvn-endtest] |
31 |
[websvn-endtest] |
29 |
[websvn-endtest] |
32 |
</title> |
30 |
</title> |
33 |
|
- |
|
34 |
<script type="text/javascript"> |
31 |
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/> |
35 |
function checkCB(chBox) |
- |
|
36 |
{ |
- |
|
37 |
count = 0 |
- |
|
38 |
first = null |
- |
|
39 |
f = chBox.form |
- |
|
40 |
for (i = 0 ; i < f.elements.length ; i++) |
- |
|
41 |
if (f.elements[i].type == 'checkbox' && f.elements[i].checked) |
32 |
<meta http-equiv="generator" content="WebSVN [websvn:version]"/> <!-- leave this for stats --> |
42 |
{ |
- |
|
43 |
if (first == null && f.elements[i] != chBox) |
- |
|
44 |
first = f.elements[i] |
- |
|
45 |
count += 1 |
- |
|
46 |
} |
- |
|
47 |
|
- |
|
48 |
if (count > 2) |
- |
|
49 |
{ |
- |
|
50 |
first.checked = false |
- |
|
51 |
count -= 1 |
- |
|
52 |
} |
- |
|
53 |
} |
- |
|
54 |
|
- |
|
55 |
[websvn-test:opentree] |
33 |
[websvn-test:blockrobots] |
56 |
expandonload = true |
34 |
<meta name="robots" content="noindex,nofollow"/> |
57 |
[websvn-endtest] |
35 |
[websvn-endtest] |
58 |
</script> |
36 |
<link rel="shortcut icon" type="image/x-icon" href="[websvn:locwebsvnhttp]/templates/BlueGrey/images/favicon.ico"/> |
59 |
|
- |
|
- |
|
37 |
<link type="text/css" href="[websvn:locwebsvnhttp]/templates/BlueGrey/styles.css" rel="stylesheet" media="screen"/> |
60 |
[websvn-test:curdirrsslink] |
38 |
[websvn-test:rssurl] |
61 |
<link rel="alternate" type="application/rss+xml" title="WebSVN RSS" href="[websvn:curdirrsshref]"> |
39 |
<link rel="alternate" type="application/rss+xml" title="WebSVN RSS" href="[websvn:rssurl]"/> |
62 |
[websvn-endtest] |
40 |
[websvn-endtest] |
- |
|
41 |
<!--[if lt IE 7]> |
- |
|
42 |
<script type="text/javascript" src="[websvn:locwebsvnhttp]/javascript/ie-png-transparency.js"></script> |
63 |
|
43 |
<![endif]--> |
64 |
</head> |
44 |
</head> |
- |
|
45 |
<body id="[websvn:template]"> |
65 |
<body> |
46 |
<div id="header"> |
66 |
<table width="100%" border="0"> |
47 |
<table border="0"> |
67 |
<tr> |
48 |
<tr> |
68 |
<td width="33%"> </td> |
49 |
<td width="33%"> </td> |
69 |
<td width="33%" align="center"><a href="http://subversion.tigris.org/"><img style="border: 0; width: 468px; height: 64px;" src="[websvn:locwebsvnhttp]/templates/BlueGrey/subversion.png" alt="Subversion" /></a></td> |
50 |
<td width="33%" align="center"><a href="[websvn:indexurl]" title="[lang:PROJECTS]"><img style="border: 0; width: 272px; height: 64px;" src="[websvn:locwebsvnhttp]/templates/BlueGrey/images/websvn.png" alt="WebSVN" /></a></td> |
- |
|
51 |
<td width="33%"><div style="float: right"> |
70 |
<td width="33%"><div style="float: right">[websvn:lang_form][websvn:lang_select][websvn:lang_submit][websvn:lang_endform]</div></td> |
52 |
[websvn:language_form][websvn:language_select][websvn:language_submit][websvn:language_endform] |
- |
|
53 |
[websvn:template_form][websvn:template_select][websvn:template_submit][websvn:template_endform] |
- |
|
54 |
</div></td> |
71 |
</tr> |
55 |
</tr> |
72 |
</table> |
56 |
</table> |
73 |
<hr /> |
57 |
</div> |
- |
|
58 |
<div id="content"> |