jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [templates/] [calm/] [header.tmpl] - Blame information for rev 2

 

Line No. Rev Author Line
11simandl<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="[websvn:lang_code]" lang="[websvn:lang_code]">
3 <head>
4 <meta http-equiv="content-type" content="text/html;charset=[websvn:charset]" />
5 <meta http-equiv="generator" content="WebSVN [websvn:version]" /> <!-- leave this for stats -->
6 <link rel="shortcut icon" type="image/x-icon" href="[websvn:locwebsvnhttp]/templates/calm/images/favicon.ico" />
7 <link type="text/css" href="[websvn:locwebsvnhttp]/templates/calm/styles.css" rel="stylesheet" media="screen" />
8 <link type="text/css" href="[websvn:locwebsvnhttp]/templates/calm/star-light/star-light.css" rel="stylesheet" media="screen" />
9 [websvn-test:rssurl]
10 <link rel='alternate' type='application/rss+xml' title='WebSVN RSS' href='[websvn:rssurl]' />
11 [websvn-endtest]
12 <!--[if gte IE 5.5000]>
13 <script type="text/javascript" src="[websvn:locwebsvnhttp]/templates/calm/png.js"></script>
14 <style type="text/css" media="screen">
15 tbody tr td { padding:1px 0 }
16 #wrap h2 { padding:10px 5px 0 5px; margin-bottom:-8px }
17 </style>
18 <![endif]-->
19 <title>
20 WebSVN
21 [websvn-test:repname]
22 - [websvn:repname]
23 [websvn-endtest]
24 [websvn-test:action]
25 - [websvn:action]
26 [websvn-endtest]
27 [websvn-test:rev2]
28 [websvn-test:path2]
29 - [websvn:path1] Rev [websvn:rev1] and [websvn:path2] Rev [websvn:rev2]
30 [websvn-else]
31 - Rev [websvn:rev1] and [websvn:rev2]
32 [websvn-endtest]
33 [websvn-else]
34 [websvn-test:rev]
35 - Rev [websvn:rev]
36 [websvn-endtest]
37 [websvn-endtest]
38 [websvn-test:path]
39 - [websvn:path]
40 [websvn-endtest]
41 </title>
42 <script type="text/javascript">
43 //<![CDATA[
44 function getPath()
45 {
46 return '[websvn:locwebsvnhttp]';
47 }
48 
49 function checkCB(chBox)
50 {
51 count = 0
52 first = null
53 f = chBox.form
54 for (i = 0 ; i < f.elements.length ; i++)
55 if (f.elements[i].type == 'checkbox' && f.elements[i].checked)
56 {
57 if (first == null && f.elements[i] != chBox)
58 first = f.elements[i]
59 count += 1
60 }
61 
62 if (count > 2)
63 {
64 first.checked = false
65 count -= 1
66 }
67 }
68 //]]>
69 </script>
70 <script type="text/javascript" src="[websvn:locwebsvnhttp]/templates/calm/collapse.js"></script>
71 </head>
72 <body>
73 <div id="container">

Powered by WebSVN 2.2.1