Rev 130 Rev 135
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="content-type" content="text/html;charset=[websvn:charset]"> 4 <meta http-equiv="content-type" content="text/html;charset=[websvn:charset]">
5 <link href="[websvn:locwebsvnhttp]/templates/Standard/styles.css" rel="stylesheet" media="screen"> -  
6   5  
7 <!-- AUTOINCLUDE START "Page/Head.cs.ihtml" DO NOT REMOVE --> 6 <!-- AUTOINCLUDE START "Page/Head.cs.ihtml" DO NOT REMOVE -->
8 <link rel="StyleSheet" href="http://test.mlab.cz/Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl" /> 7 <link rel="StyleSheet" href="http://test.mlab.cz/Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl" />
9 <link rel="shortcut icon" type="image/x-icon" href="http://test.mlab.cz/Web/PIC/MLAB.ico" /> 8 <link rel="shortcut icon" type="image/x-icon" href="http://test.mlab.cz/Web/PIC/MLAB.ico" />
10 <script language="JavaScript" type="text/javascript" src="http://test.mlab.cz/Web/JS/MLAB_Menu.js"></script> 9 <script language="JavaScript" type="text/javascript" src="http://test.mlab.cz/Web/JS/MLAB_Menu.js"></script>
11 <!-- AUTOINCLUDE END --> 10 <!-- AUTOINCLUDE END -->
12   11  
13 <script type="text/javascript" src="[websvn:locwebsvnhttp]/templates/Standard/collapse.js"></script> 12 <script type="text/javascript" src="[websvn:locwebsvnhttp]/templates/Standard/collapse.js"></script>
14 <script type="text/javascript"> 13 <script type="text/javascript">
15   14  
16 function checkCB(chBox) 15 function checkCB(chBox)
17 { 16 {
18 count = 0 17 count = 0
19 first = null 18 first = null
20 f = chBox.form 19 f = chBox.form
21 for (i = 0 ; i < f.elements.length ; i++) 20 for (i = 0 ; i < f.elements.length ; i++)
22 if (f.elements[i].type == 'checkbox' && f.elements[i].checked) 21 if (f.elements[i].type == 'checkbox' && f.elements[i].checked)
23 { 22 {
24 if (first == null && f.elements[i] != chBox) 23 if (first == null && f.elements[i] != chBox)
25 first = f.elements[i] 24 first = f.elements[i]
26 count += 1 25 count += 1
27 } 26 }
28 27
29 if (count > 2) 28 if (count > 2)
30 { 29 {
31 first.checked = false 30 first.checked = false
32 count -= 1 31 count -= 1
33 } 32 }
34   33  
35 [websvn-test:opentree] 34 [websvn-test:opentree]
36 expandonload = true 35 expandonload = true
37 [websvn-endtest] 36 [websvn-endtest]
38   37  
39 } 38 }
40 </script> 39 </script>
41 <title> 40 <title>
42 WebSVN 41 WebSVN
43 [websvn-test:repname] 42 [websvn-test:repname]
44 - [websvn:repname] 43 - [websvn:repname]
45 [websvn-endtest] 44 [websvn-endtest]
46 [websvn-test:action] 45 [websvn-test:action]
47 - [websvn:action] 46 - [websvn:action]
48 [websvn-endtest] 47 [websvn-endtest]
49 [websvn-test:rev2] 48 [websvn-test:rev2]
50 [websvn-test:path2] 49 [websvn-test:path2]
51 - [websvn:safepath1] [lang:REV] [websvn:rev1] [lang:AND] [websvn:safepath2] [lang:REV] [websvn:rev2] 50 - [websvn:safepath1] [lang:REV] [websvn:rev1] [lang:AND] [websvn:safepath2] [lang:REV] [websvn:rev2]
52 [websvn-else] 51 [websvn-else]
53 - [lang:REV] [websvn:rev1] [lang:AND] [websvn:rev2] 52 - [lang:REV] [websvn:rev1] [lang:AND] [websvn:rev2]
54 [websvn-endtest] 53 [websvn-endtest]
55 [websvn-else] 54 [websvn-else]
56 [websvn-test:rev] 55 [websvn-test:rev]
57 - [lang:REV] [websvn:rev] 56 - [lang:REV] [websvn:rev]
58 [websvn-endtest] 57 [websvn-endtest]
59 [websvn-endtest] 58 [websvn-endtest]
60 [websvn-test:path] 59 [websvn-test:path]
61 - [websvn:safepath] 60 - [websvn:safepath]
62 [websvn-endtest] 61 [websvn-endtest]
63 </title> 62 </title>
64   63  
65 [websvn-test:curdirrsslink] 64 [websvn-test:curdirrsslink]
66 <link rel="alternate" type="application/rss+xml" title="WebSVN RSS" href="[websvn:curdirrsshref]"> 65 <link rel="alternate" type="application/rss+xml" title="WebSVN RSS" href="[websvn:curdirrsshref]">
67 [websvn-endtest] 66 [websvn-endtest]
68   67  
69 </head> 68 </head>
70 <body> 69 <body>
71   70  
72 <!-- AUTOINCLUDE START "Page/Header.cs.ihtml" DO NOT REMOVE --> 71 <!-- AUTOINCLUDE START "Page/Header.cs.ihtml" DO NOT REMOVE -->
73 <!-- ============== HLAVICKA ============== --> 72 <!-- ============== HLAVICKA ============== -->
74 <div class="Header"> 73 <div class="Header">
75 <script type="text/javascript"> 74 <script type="text/javascript">
76 <!-- 75 <!--
77 SetRelativePath("../"); 76 SetRelativePath("../");
78 DrawHeader(); 77 DrawHeader();
79 // --> 78 // -->
80 </script> 79 </script>
81 <noscript> 80 <noscript>
82 <b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b> 81 <b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b>
83 </noscript> 82 </noscript>
84 </div> 83 </div>
85 <!-- AUTOINCLUDE END --> 84 <!-- AUTOINCLUDE END -->
86   85  
87 <!-- AUTOINCLUDE START "Page/Menu.cs.ihtml" DO NOT REMOVE --> 86 <!-- AUTOINCLUDE START "Page/Menu.cs.ihtml" DO NOT REMOVE -->
88 <!-- ============== MENU ============== --> 87 <!-- ============== MENU ============== -->
89 <div class="Menu"> 88 <div class="Menu">
90 <script type="text/javascript"> 89 <script type="text/javascript">
91 <!-- 90 <!--
92 SetRelativePath(""); 91 SetRelativePath("../");
93 DrawMenu(); 92 DrawMenu();
94 // --> 93 // -->
95 </script> 94 </script>
96 <noscript> 95 <noscript>
97 <b> Pro zobrazení (vložení) menu je potøeba JavaScript </b> 96 <b> Pro zobrazení (vložení) menu je potøeba JavaScript </b>
98 </noscript> 97 </noscript>
99 </div> 98 </div>
100 <!-- AUTOINCLUDE END --> 99 <!-- AUTOINCLUDE END -->
101   100  
-   101 <div class="Text">
102 <table width="100%" border="0"> 102 <table width="100%" border="0">
103 <tr> 103 <tr>
104 <td width="33%">&nbsp;</td> 104 <td width="33%">&nbsp;</td>
105 <td width="33%" align="center"><h1>[lang:SERVER]</h1></td> 105 <td width="33%" align="center"><h1>[lang:SERVER]</h1></td>
106 <td width="33%"><div style="float: right">[websvn:lang_form][websvn:lang_select][websvn:lang_submit][websvn:lang_endform]</div></td> 106 <td width="33%"><div style="float: right">[websvn:lang_form][websvn:lang_select][websvn:lang_submit][websvn:lang_endform]</div></td>
107 </tr> 107 </tr>
108 </table> 108 </table>
109   109  
110 <hr> 110 <hr>
111 <p> 111 <p>
112 112