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