185 |
miho |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
|
2 |
<html> |
|
|
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> |
|
|
11 |
WebSVN |
|
|
12 |
[websvn-test:repname] |
|
|
13 |
- [websvn:repname] |
|
|
14 |
[websvn-endtest] |
|
|
15 |
[websvn-test:action] |
|
|
16 |
- [websvn:action] |
|
|
17 |
[websvn-endtest] |
|
|
18 |
[websvn-test:rev2] |
|
|
19 |
[websvn-test:path2] |
|
|
20 |
- [websvn:safepath1] [lang:REV] [websvn:rev1] [lang:AND] [websvn:safepath2] [lang:REV] [websvn:rev2] |
|
|
21 |
[websvn-else] |
|
|
22 |
- [lang:REV] [websvn:rev1] [lang:AND] [websvn:rev2] |
|
|
23 |
[websvn-endtest] |
|
|
24 |
[websvn-else] |
|
|
25 |
[websvn-test:rev] |
|
|
26 |
- [lang:REV] [websvn:rev] |
|
|
27 |
[websvn-endtest] |
|
|
28 |
[websvn-endtest] |
|
|
29 |
[websvn-test:path] |
|
|
30 |
- [websvn:safepath] |
|
|
31 |
[websvn-endtest] |
|
|
32 |
</title> |
|
|
33 |
|
|
|
34 |
<script type="text/javascript"> |
|
|
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) |
|
|
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] |
|
|
56 |
expandonload = true |
|
|
57 |
[websvn-endtest] |
|
|
58 |
</script> |
|
|
59 |
|
|
|
60 |
[websvn-test:curdirrsslink] |
|
|
61 |
<link rel="alternate" type="application/rss+xml" title="WebSVN RSS" href="[websvn:curdirrsshref]"> |
|
|
62 |
[websvn-endtest] |
|
|
63 |
|
|
|
64 |
</head> |
|
|
65 |
<body> |
|
|
66 |
<table width="100%" border="0"> |
|
|
67 |
<tr> |
|
|
68 |
<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> |
|
|
70 |
<td width="33%"><div style="float: right">[websvn:lang_form][websvn:lang_select][websvn:lang_submit][websvn:lang_endform]</div></td> |
|
|
71 |
</tr> |
139 |
root |
72 |
</table> |
185 |
miho |
73 |
<hr /> |