/Websvn/templates/MLAB/blame.tmpl |
---|
1,4 → 1,4 |
{BLAME START} |
<div style="display:none">{BLAME START}</div> |
<h1>[websvn:repname]</h1> |
[websvn:curdirlinks] - <h2> [lang:BLAMEFOR] [websvn:rev]</h2> |
<p> |
25,4 → 25,4 |
</table> |
[websvn-endtest] |
{BLAME END} |
<div style="display:none">{BLAME END}</div> |
/Websvn/templates/MLAB/compare.tmpl |
---|
1,4 → 1,4 |
{COMPARE START} |
<div style="display:none">{COMPARE START}</div> |
<h1>[websvn:repname]</h1> |
<p> |
[websvn-test:noaccess] |
64,4 → 64,4 |
[websvn-endlisting] |
</table> |
[websvn-endtest] |
{COMPARE END} |
<div style="display:none">{COMPARE END}</div> |
/Websvn/templates/MLAB/diff.tmpl |
---|
1,4 → 1,4 |
{DIFF START} |
<div style="display:none">{DIFF START}</div> |
[websvn-test:noaccess] |
[lang:NOACCESS] |
[websvn-else] |
38,4 → 38,4 |
</table> |
[websvn-endtest] |
[websvn-endtest] |
{DIFF END} |
<div style="display:none">{DIFF END}</div> |
/Websvn/templates/MLAB/directory.tmpl |
---|
1,5 → 1,5 |
<div style="display:none">{DIRECTORY START}</div> |
<h1>[websvn:repname]</h1> |
<div style="display:none">{DIRECTORY START}</div> |
<h1>[websvn:repname]</h1> |
[websvn-test:noaccess] |
[lang:NOACCESS] |
/Websvn/templates/MLAB/file.tmpl |
---|
1,4 → 1,4 |
{FILE START} |
<div style="display:none">{FILE START}</div> |
<h1>[websvn:repname]</h1> |
[websvn-test:noaccess] |
15,4 → 15,4 |
[websvn-getlisting] |
</td></tr></table> |
[websvn-endtest] |
{FILE END} |
<div style="display:none">{FILE END}</div> |
/Websvn/templates/MLAB/footer.tmpl |
---|
1,9 → 1,9 |
{FOOTER} |
<p><center><font size="-1"><i><b>[lang:POWERED] v[websvn:version]</b></i></font></center> |
<div style="display:none">{FOOTER START}</div> |
<p class="center"><font size="-1"><i><b>[lang:POWERED] v[websvn:version]</b></i></font></p> |
</div> |
<!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE --> |
<!-- ============== PATIÈKA ============== --> |
<!-- ============== PATIČKA ============== --> |
<div class="Footer"> |
<script type="text/javascript"> |
<!-- |
12,10 → 12,10 |
// --> |
</script> |
<noscript> |
<b> Pro zobrazení (vloení) 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 --> |
</body> |
</body> |
</html> |
/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í (vloení) 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í (vloení) 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> |
/Websvn/templates/MLAB/index.tmpl |
---|
1,4 → 1,4 |
{INDEX START} |
<div style="display:none">{INDEX START}</div> |
[websvn-test:flatview] |
<table border=0 cellspacing=0 cellpadding=0 align="center"> |
<tr> |
34,4 → 34,4 |
</tr> |
</table> |
[websvn-endtest] |
{INDEX END} |
<div style="display:none">{INDEX END}</div> |
/Websvn/templates/MLAB/log.tmpl |
---|
1,4 → 1,4 |
{LOG START} |
<div style="display:none">{LOG START}</div> |
<h1>[websvn:repname] - [lang:REV] [websvn:rev]</h1> |
[websvn-test:noaccess] |
61,4 → 61,4 |
<p><center>[websvn:logsearch_moreresultslink]</center> |
<p><center>[websvn:pagelinks]<p>[websvn:showalllink]</center> |
[websvn-endtest] |
{LOG END} |
<div style="display:none">{LOG END}</div> |