Magellan Linux

Contents of /trunk/viewvc/magellan-template/include/header.ezt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations) (download)
Tue Oct 30 22:18:26 2012 UTC (11 years, 6 months ago) by niro
File size: 3265 byte(s)
-initial viewvc theme for cvs.magellan-linux.de/svn.magellan-linux.de
1 <!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">
3 <head>
4 <title>[if-any rootname][[][rootname]][else]ViewVC[end] [page_title]</title>
5 <meta http-equiv="Content-Language" content="German" />
6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7 <!--<link rel="stylesheet" type="text/css" href="http://server.bo-net.de/niro/common/css/style.css" media="screen" />--!>
8 <link rel="stylesheet" type="text/css" href="[docroot]/styles.css" media="screen" />
9 </head>
10
11 <body>
12
13
14 <div id="topbar">
15 <div class="content">
16
17 <div class="wrap content">
18
19 <form action="#" method="post">
20 <div class="se">
21 <input class="text" name="search" type="text" value="Search..." onblur="if(this.value=='') this.value='Search...';" onfocus="if(this.value=='Search...') this.value='';" />
22 </div>
23 </form>
24
25 <h1><a href="#" title=""><img style="margin-top:5px;" src="[docroot]/images/mgfont.jpg" alt="Magellan Linux"></a></h1>
26
27 </div>
28 </div>
29 </div>
30
31 <div id="subbar">
32 <div class="content">
33 <div class="wrap menu">
34 <div class="right">
35 <li><a href="http://server.bo-net.de/niro/">Back to homepage</a></li>
36 </div>
37
38 <ul>
39 <li><a href="http://cvs.magellan-linux.de/viewvc/">CVS Repository</a></li>
40 </ul>
41 </div>
42 </div>
43 </div>
44 <div class="content">
45 <div id="main">
46 <div class="padding">
47
48 <div class="vc_navheader">
49 [if-any roots]
50 <form method="get" action="[change_root_action]">
51 [end]
52 <table style="padding:0.1em;">
53 <tr>
54 <td>
55 [if-any nav_path]<strong>
56 [for nav_path]
57 [if-any nav_path.href]<a href="[nav_path.href]">[end]
58 [if-index nav_path first]
59 [[][nav_path.name]][else]
60 [nav_path.name][end][if-any nav_path.href]</a>[end]
61 [if-index nav_path last][else]/[end]
62 [end]
63 </strong>
64 [end]
65 </td>
66 <td style="text-align:right;">
67 [if-any roots]
68 [change_root_hidden_values]
69 <strong>Repository:</strong>
70 <select name="root" onchange="submit()">
71 [define cvs_root_options][end]
72 [define svn_root_options][end]
73 <option value="*viewroots*"[is view "roots"] selected="selected"[else][end]>Repository Listing</option>
74 [for roots]
75 [define root_option][end]
76 [is roots.name rootname]
77 [define root_option]<option selected="selected">[roots.name]</option>[end]
78 [else]
79 [define root_option]<option>[roots.name]</option>[end]
80 [end]
81 [is roots.type "cvs"]
82 [define cvs_root_options][cvs_root_options][root_option][end]
83 [else]
84 [is roots.type "svn"]
85 [define svn_root_options][svn_root_options][root_option][end]
86 [end]
87 [end]
88 [end]
89 [is cvs_root_options ""][else]
90 <optgroup label="CVS Repositories">[cvs_root_options]</optgroup>
91 [end]
92 [is svn_root_options ""][else]
93 <optgroup label="Subversion Repositories">[svn_root_options]</optgroup>
94 [end]
95 </select>
96 <input type="submit" value="Go" />
97 [else]
98 &nbsp;
99 [end]
100 </td>
101 </tr>
102 </table>
103 [if-any roots]
104 </form>
105 [end]
106 </div>
107
108 <div id="cvs">
109 <h1>[page_title]</h1>
110
111