Rev Author Line No. Line
130 kaklik 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'>
3 <head>
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' />
6 <script type='application/javascript' src='[websvn:locwebsvnhttp]/templates/Standard/collapse.js'></script>
7 <script type='application/javascript'>
8 <![CDATA[
9 function checkCB(chBox) {
10 count = 0;
11 first = null;
12 f = chBox.form;
13 for (i = 0; i < f.elements.length; i++) {
14 if (f.elements[i].type == 'checkbox' && f.elements[i].checked) {
15 if (first == null && f.elements[i] != chBox) {
16 first = f.elements[i];
17 }
18 count++;
19 }
20  
21 if (count > 2) {
22 first.checked = false;
23 count--;
24 }
25  
26 [websvn-test:opentree]
27 expandonload = true;
28 [websvn-endtest]
29 }
30 }
31 ]]>
32 </script>
33  
34 <title>
35 WebSVN
36 [websvn-test:repname]
37 - [websvn:repname]
38 [websvn-endtest]
39 [websvn-test:action]
40 - [websvn:action]
41 [websvn-endtest]
42 [websvn-test:rev2]
43 [websvn-test:path2]
44 - [websvn:safepath1] [lang:REV] [websvn:rev1] [lang:AND] [websvn:safepath2] [lang:REV] [websvn:rev2]
45 [websvn-else]
46 - [lang:REV] [websvn:rev1] [lang:AND] [websvn:rev2]
47 [websvn-endtest]
48 [websvn-else]
49 [websvn-test:rev]
50 - [lang:REV] [websvn:rev]
51 [websvn-endtest]
52 [websvn-endtest]
53 [websvn-test:path]
54 - [websvn:safepath]
55 [websvn-endtest]
56 </title>
57  
58 [websvn-test:curdirrsslink]
59 <link rel='alternate' type='application/rss+xml' title='WebSVN RSS' href='[websvn:curdirrsshref]' />
60 [websvn-endtest]
61  
62 <!--[if IE]>
63 <script type='text/javascript' src='[websvn:locwebsvnhttp]/templates/StandardNG/ie7/ie7-standard-p.js'></script>
64 <[end if]-->
65  
66 </head>
67 <body>
68 <div id='header'>
69 <h1>[lang:SERVER]</h1>
70 <div id='formSelect'>
71 [websvn:lang_form]
72 [websvn:lang_select]
73 [websvn:lang_submit]
74 [websvn:lang_endform]
75 </div>
76 </div>
77  
78 <hr />
79 <!-- end of header.tmpl -->