4988 |
kaklik |
1 |
</div> |
|
|
2 |
</div> |
|
|
3 |
<!-- |
|
|
4 |
NOTE: This template file is not compatible with WebSVN 2.2.x and earlier since |
|
|
5 |
the information passed from index.php uses drastically different organization. |
|
|
6 |
--> |
|
|
7 |
<div id="content"> |
|
|
8 |
[websvn-include:user_greeting.tmpl] |
|
|
9 |
[websvn-test:error] |
|
|
10 |
<div class="error"><span>[websvn:error]</span></div> |
|
|
11 |
[websvn-else] |
|
|
12 |
<table> |
|
|
13 |
[websvn-test:showlastmod] |
|
|
14 |
<thead><tr><th colspan="4">[lang:PROJECTS]</th></tr></thead> |
|
|
15 |
[websvn-else] |
|
|
16 |
<thead><tr><th>[lang:PROJECTS]</th></tr></thead> |
|
|
17 |
[websvn-endtest] |
|
|
18 |
[websvn-test:flatview] |
|
|
19 |
[websvn-startlisting] |
|
|
20 |
[websvn-test:groupid] |
|
|
21 |
[websvn-else] |
|
|
22 |
[websvn-test:rowparity] |
|
|
23 |
<tr class="shaded"> |
|
|
24 |
[websvn-else] |
|
|
25 |
<tr> |
|
|
26 |
[websvn-endtest] |
|
|
27 |
<td class="project"><a href="[websvn:projecturl]">[websvn:projectname]</a></td> |
|
|
28 |
[websvn-test:showlastmod] |
|
|
29 |
<td>[lang:REV] [websvn:revision]</td> |
|
|
30 |
[websvn-test:showageinsteadofdate] |
|
|
31 |
<td title="[websvn:date]">[websvn:age]</td> |
|
|
32 |
[websvn-else] |
|
|
33 |
<td title="[websvn:age]">[websvn:date]</td> |
|
|
34 |
[websvn-endtest] |
|
|
35 |
<td>[websvn:author]</td> |
|
|
36 |
[websvn-endtest] |
|
|
37 |
</tr> |
|
|
38 |
[websvn-endtest] |
|
|
39 |
[websvn-endlisting] |
|
|
40 |
[websvn-else] |
|
|
41 |
[websvn-startlisting] |
|
|
42 |
[websvn-test:groupid] |
|
|
43 |
<tr><th onclick="toggleGroup('[websvn:groupname]');" |
|
|
44 |
[websvn-test:showlastmod] |
|
|
45 |
colspan="4" |
|
|
46 |
[websvn-endtest] |
|
|
47 |
>[websvn:groupname]</th></tr> |
|
|
48 |
[websvn-else] |
|
|
49 |
[websvn-test:groupparity] |
|
|
50 |
<tr title="[websvn:groupname]" class="shaded"> |
|
|
51 |
[websvn-else] |
|
|
52 |
<tr title="[websvn:groupname]"> |
|
|
53 |
[websvn-endtest] |
|
|
54 |
[websvn-test:groupname] |
|
|
55 |
<td class="project group"><a href="[websvn:projecturl]">[websvn:projectname]</a></td> |
|
|
56 |
[websvn-else] |
|
|
57 |
<td class="project"><a href="[websvn:projecturl]">[websvn:projectname]</a></td> |
|
|
58 |
[websvn-endtest] |
|
|
59 |
[websvn-test:showlastmod] |
|
|
60 |
<td>[lang:REV] [websvn:revision]</td> |
|
|
61 |
[websvn-test:showageinsteadofdate] |
|
|
62 |
<td title="[websvn:date]">[websvn:age]</td> |
|
|
63 |
[websvn-else] |
|
|
64 |
<td title="[websvn:age]">[websvn:date]</td> |
|
|
65 |
[websvn-endtest] |
|
|
66 |
<td>[websvn:author]</td> |
|
|
67 |
[websvn-endtest] |
|
|
68 |
</tr> |
|
|
69 |
[websvn-endtest] |
|
|
70 |
[websvn-endlisting] |
|
|
71 |
[websvn-endtest] |
|
|
72 |
</table> |
|
|
73 |
[websvn-test:treeview] |
|
|
74 |
<script type="text/javascript" src="[websvn:locwebsvnhttp]/javascript/jquery.min.1.9.1.js"></script> |
|
|
75 |
<script type="text/javascript" src="[websvn:locwebsvnhttp]/javascript/collapsible.js"></script> |
|
|
76 |
[websvn-test:opentree] |
|
|
77 |
[websvn-else] |
|
|
78 |
<script type="text/javascript"> |
|
|
79 |
//<![CDATA[ |
|
|
80 |
collapseAllGroups(); |
|
|
81 |
//]]> |
|
|
82 |
</script> |
|
|
83 |
[websvn-endtest] |
|
|
84 |
[websvn-endtest] |
|
|
85 |
[websvn-endtest] |