Rev Author Line No. Line
331 miho 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
145 miho 2 <html>
3 <head>
4 <meta http-equiv="content-type" content="text/html;charset=[websvn:charset]">
331 miho 5 <!-- AUTOINCLUDE START "Page/Head.cs.ihtml" DO NOT REMOVE -->
336 miho 6 <link rel="StyleSheet" href="http://www.mlab.cz/Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl">
7 <link rel="shortcut icon" type="image/x-icon" href="http://www.mlab.cz/Web/PIC/MLAB.ico">
8 <script type="text/javascript" src="http://www.mlab.cz/Web/JS/MLAB_Menu.js"></script>
331 miho 9 <!-- AUTOINCLUDE END -->
145 miho 10 <script type="text/javascript" src="[websvn:locwebsvnhttp]/templates/MLAB/collapse.js"></script>
157 miho 11 <script type="text/javascript">
12 function checkCB(chBox)
13 {
14 count = 0
15 first = null
16 f = chBox.form
17 for (i = 0 ; i < f.elements.length ; i++)
18 if (f.elements[i].type == 'checkbox' && f.elements[i].checked)
19 {
20 if (first == null && f.elements[i] != chBox)
21 first = f.elements[i]
22 count += 1
23 }
24  
25 if (count > 2)
26 {
27 first.checked = false
28 count -= 1
29 }
30  
31 [websvn-test:opentree]
32 expandonload = true
33 [websvn-endtest]
34  
35 }
36 </script>
331 miho 37 <title> Subversion Server </title>
38 [websvn-test:curdirrsslink
39 <link rel="alternate" type="application/rss+xml" title="WebSVN RSS" href="[websvn:curdirrsshref]">
40 [websvn-endtest]
41 </head>
42 <body lang="[lang:LANGUAGETAG]">
145 miho 43 <!-- AUTOINCLUDE START "Page/Header.cs.ihtml" DO NOT REMOVE -->
157 miho 44 <!-- ============== HLAVIČKA ============== -->
145 miho 45 <div class="Header">
46 <script type="text/javascript">
47 <!--
48 SetRelativePath("../");
49 DrawHeader();
50 // -->
51 </script>
52 <noscript>
157 miho 53 <p><b> Pro zobrazení (vložení) hlavičky je potřeba JavaScript </b></p>
145 miho 54 </noscript>
55 </div>
56 <!-- AUTOINCLUDE END -->
57  
58 <!-- AUTOINCLUDE START "Page/Menu.cs.ihtml" DO NOT REMOVE -->
59 <!-- ============== MENU ============== -->
60 <div class="Menu">
61 <script type="text/javascript">
62 <!--
63 SetRelativePath("../");
64 DrawMenu();
65 // -->
66 </script>
67 <noscript>
157 miho 68 <p><b> Pro zobrazení (vložení) menu je potřeba JavaScript </b></p>
145 miho 69 </noscript>
70 </div>
71 <!-- AUTOINCLUDE END -->
331 miho 72 <div class="Text">
73 <div style="float: right">
74 [websvn:lang_form]
75 [websvn:lang_select]
76 [websvn:lang_submit]
77 [websvn:lang_endform]
78 </div>
79 <div style="float: right">
80 [websvn:projects_form]
81 [websvn:projects_select]
82 [websvn:projects_submit]
83 [websvn:projects_endform]
84 </div>
85 <div style="display:none">{HEADER END}</div>