/Websvn/templates/MLAB/header.tmpl
3,11 → 3,37
<head>
<meta http-equiv="content-type" content="text/html;charset=[websvn:charset]">
<!-- AUTOINCLUDE START "Page/Head.cs.ihtml" DO NOT REMOVE -->
<link rel="StyleSheet" href="http://test.mlab.cz/Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl" />
<link rel="shortcut icon" type="image/x-icon" href="http://test.mlab.cz/Web/PIC/MLAB.ico" />
<script language="JavaScript" type="text/javascript" src="http://test.mlab.cz/Web/JS/MLAB_Menu.js"></script>
<link rel="StyleSheet" href="http://test.mlab.cz/Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl">
<link rel="shortcut icon" type="image/x-icon" href="http://test.mlab.cz/Web/PIC/MLAB.ico">
<script type="text/javascript" src="http://test.mlab.cz/Web/JS/MLAB_Menu.js"></script>
<!-- AUTOINCLUDE END -->
<script type="text/javascript" src="[websvn:locwebsvnhttp]/templates/MLAB/collapse.js"></script>
<script type="text/javascript">
function checkCB(chBox)
{
count = 0
first = null
f = chBox.form
for (i = 0 ; i < f.elements.length ; i++)
if (f.elements[i].type == 'checkbox' && f.elements[i].checked)
{
if (first == null && f.elements[i] != chBox)
first = f.elements[i]
count += 1
}
if (count > 2)
{
first.checked = false
count -= 1
}
 
[websvn-test:opentree]
expandonload = true
[websvn-endtest]
 
}
</script>
<title> Subversion Server </title>
[websvn-test:curdirrsslink
<link rel="alternate" type="application/rss+xml" title="WebSVN RSS" href="[websvn:curdirrsshref]">
15,7 → 41,7
</head>
<body lang="[lang:LANG]">
<!-- AUTOINCLUDE START "Page/Header.cs.ihtml" DO NOT REMOVE -->
<!-- ============== HLAVICKA ============== -->
<!-- ============== HLAVIČKA ============== -->
<div class="Header">
<script type="text/javascript">
<!--
24,7 → 50,7
// -->
</script>
<noscript>
<b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b>
<p><b> Pro zobrazení (vložení) hlavičky je potřeba JavaScript </b></p>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
39,7 → 65,7
// -->
</script>
<noscript>
<b> Pro zobrazení (vložení) menu je potøeba JavaScript </b>
<p><b> Pro zobrazení (vložení) menu je potřeba JavaScript </b></p>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
56,3 → 82,4
[websvn:projects_submit]
[websvn:projects_endform]
</div>
<div style="display:none">{HEADER END}</div>