1 | 1 | simandl | <!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" xml:lang="[websvn:lang_code]" lang="[websvn:lang_code]"> |
3 | | | <head> |
4 | | | <meta http-equiv="content-type" content="text/html;charset=[websvn:charset]" /> |
5 | | | <meta http-equiv="generator" content="WebSVN [websvn:version]" /> <!-- leave this for stats --> |
6 | | | <link rel="shortcut icon" type="image/x-icon" href="[websvn:locwebsvnhttp]/templates/calm/images/favicon.ico" /> |
7 | | | <link type="text/css" href="[websvn:locwebsvnhttp]/templates/calm/styles.css" rel="stylesheet" media="screen" /> |
8 | | | [websvn-test:rssurl] |
9 | | | <link rel='alternate' type='application/rss+xml' title='WebSVN RSS' href='[websvn:rssurl]' /> |
10 | | | [websvn-endtest] |
11 | | | <!--[if gte IE 5.5000]> |
12 | | | <script type="text/javascript" src="[websvn:locwebsvnhttp]/templates/calm/png.js"></script> |
13 | | | <style type="text/css" media="screen"> |
14 | | | tbody tr td { padding:1px 0 } |
15 | | | #wrap h2 { padding:10px 5px 0 5px; margin-bottom:-8px } |
16 | | | </style> |
17 | | | <![endif]--> |
18 | | | <title> |
19 | | | WebSVN |
20 | | | [websvn-test:repname] |
21 | | | - [websvn:repname] |
22 | | | [websvn-endtest] |
23 | | | [websvn-test:action] |
24 | | | - [websvn:action] |
25 | | | [websvn-endtest] |
26 | | | [websvn-test:rev2] |
27 | | | [websvn-test:path2] |
28 | | | - [websvn:path1] Rev [websvn:rev1] and [websvn:path2] Rev [websvn:rev2] |
29 | | | [websvn-else] |
30 | | | - Rev [websvn:rev1] and [websvn:rev2] |
31 | | | [websvn-endtest] |
32 | | | [websvn-else] |
33 | | | [websvn-test:rev] |
34 | | | - Rev [websvn:rev] |
35 | | | [websvn-endtest] |
36 | | | [websvn-endtest] |
37 | | | [websvn-test:path] |
38 | | | - [websvn:path] |
39 | | | [websvn-endtest] |
40 | | | </title> |
41 | | | <script type="text/javascript"> |
42 | | | //<![CDATA[ |
43 | | | function getPath() |
44 | | | { |
45 | | | return '[websvn:locwebsvnhttp]'; |
46 | | | } |
47 | | | |
48 | | | function checkCB(chBox) |
49 | | | { |
50 | | | count = 0 |
51 | | | first = null |
52 | | | f = chBox.form |
53 | | | for (i = 0 ; i < f.elements.length ; i++) |
54 | | | if (f.elements[i].type == 'checkbox' && f.elements[i].checked) |
55 | | | { |
56 | | | if (first == null && f.elements[i] != chBox) |
57 | | | first = f.elements[i] |
58 | | | count += 1 |
59 | | | } |
60 | | | |
61 | | | if (count > 2) |
62 | | | { |
63 | | | first.checked = false |
64 | | | count -= 1 |
65 | | | } |
66 | | | } |
67 | | | //]]> |
68 | | | </script> |
69 | | | <script type="text/javascript" src="[websvn:locwebsvnhttp]/templates/calm/collapse.js"></script> |
70 | | | </head> |
71 | | | <body> |
72 | | | <div id="container"> |