##// END OF EJS Templates
trailing spaces (and one stray tab)
Thomas Arendsen Hein -
r10575:136eed1a stable
parent child Browse files
Show More
@@ -1,196 +1,196
1 default = 'shortlog'
1 default = 'shortlog'
2
2
3 mimetype = 'text/html; charset={encoding}'
3 mimetype = 'text/html; charset={encoding}'
4 header = header.tmpl
4 header = header.tmpl
5 footer = ../paper/footer.tmpl
5 footer = ../paper/footer.tmpl
6 search = ../paper/search.tmpl
6 search = ../paper/search.tmpl
7
7
8 changelog = ../paper/shortlog.tmpl
8 changelog = ../paper/shortlog.tmpl
9 shortlog = ../paper/shortlog.tmpl
9 shortlog = ../paper/shortlog.tmpl
10 shortlogentry = ../paper/shortlogentry.tmpl
10 shortlogentry = ../paper/shortlogentry.tmpl
11 graph = ../paper/graph.tmpl
11 graph = ../paper/graph.tmpl
12
12
13 naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
13 naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
14 navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
14 navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
15 navgraphentry = '<a href="{url}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
15 navgraphentry = '<a href="{url}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
16 filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> '
16 filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> '
17 filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
17 filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
18 filenodelink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
18 filenodelink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
19 filenolink = '{file|escape} '
19 filenolink = '{file|escape} '
20 fileellipses = '...'
20 fileellipses = '...'
21 changelogentry = ../paper/shortlogentry.tmpl
21 changelogentry = ../paper/shortlogentry.tmpl
22 searchentry = ../paper/shortlogentry.tmpl
22 searchentry = ../paper/shortlogentry.tmpl
23 changeset = ../paper/changeset.tmpl
23 changeset = ../paper/changeset.tmpl
24 manifest = ../paper/manifest.tmpl
24 manifest = ../paper/manifest.tmpl
25
25
26 nav = '{before%naventry} {after%naventry}'
26 nav = '{before%naventry} {after%naventry}'
27 navshort = '{before%navshortentry}{after%navshortentry}'
27 navshort = '{before%navshortentry}{after%navshortentry}'
28 navgraph = '{before%navgraphentry}{after%navgraphentry}'
28 navgraph = '{before%navgraphentry}{after%navgraphentry}'
29 filenav = '{before%filenaventry}{after%filenaventry}'
29 filenav = '{before%filenaventry}{after%filenaventry}'
30
30
31 direntry = '
31 direntry = '
32 <tr class="fileline parity{parity}">
32 <tr class="fileline parity{parity}">
33 <td class="name">
33 <td class="name">
34 <a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">
34 <a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">
35 <img src="{staticurl}coal-folder.png" alt="dir."/> {basename|escape}/
35 <img src="{staticurl}coal-folder.png" alt="dir."/> {basename|escape}/
36 </a>
36 </a>
37 <a href="{url}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">
37 <a href="{url}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">
38 {emptydirs|escape}
38 {emptydirs|escape}
39 </a>
39 </a>
40 </td>
40 </td>
41 <td class="size"></td>
41 <td class="size"></td>
42 <td class="permissions">drwxr-xr-x</td>
42 <td class="permissions">drwxr-xr-x</td>
43 </tr>'
43 </tr>'
44
44
45 fileentry = '
45 fileentry = '
46 <tr class="fileline parity{parity}">
46 <tr class="fileline parity{parity}">
47 <td class="filename">
47 <td class="filename">
48 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
48 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
49 <img src="{staticurl}coal-file.png" alt="file"/> {basename|escape}
49 <img src="{staticurl}coal-file.png" alt="file"/> {basename|escape}
50 </a>
50 </a>
51 </td>
51 </td>
52 <td class="size">{size}</td>
52 <td class="size">{size}</td>
53 <td class="permissions">{permissions|permissions}</td>
53 <td class="permissions">{permissions|permissions}</td>
54 </tr>'
54 </tr>'
55
55
56 filerevision = ../paper/filerevision.tmpl
56 filerevision = ../paper/filerevision.tmpl
57 fileannotate = ../paper/fileannotate.tmpl
57 fileannotate = ../paper/fileannotate.tmpl
58 filediff = ../paper/filediff.tmpl
58 filediff = ../paper/filediff.tmpl
59 filelog = ../paper/filelog.tmpl
59 filelog = ../paper/filelog.tmpl
60 fileline = '
60 fileline = '
61 <div class="parity{parity} source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</div>'
61 <div class="parity{parity} source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</div>'
62 filelogentry = ../paper/filelogentry.tmpl
62 filelogentry = ../paper/filelogentry.tmpl
63
63
64 annotateline = '
64 annotateline = '
65 <tr class="parity{parity}">
65 <tr class="parity{parity}">
66 <td class="annotate">
66 <td class="annotate">
67 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#{targetline}"
67 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#{targetline}"
68 title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>
68 title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>
69 </td>
69 </td>
70 <td class="source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</td>
70 <td class="source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</td>
71 </tr>'
71 </tr>'
72
72
73 diffblock = '<div class="source bottomline parity{parity}"><pre>{lines}</pre></div>'
73 diffblock = '<div class="source bottomline parity{parity}"><pre>{lines}</pre></div>'
74 difflineplus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="plusline">{line|escape}</span>'
74 difflineplus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="plusline">{line|escape}</span>'
75 difflineminus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="minusline">{line|escape}</span>'
75 difflineminus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="minusline">{line|escape}</span>'
76 difflineat = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="atline">{line|escape}</span>'
76 difflineat = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="atline">{line|escape}</span>'
77 diffline = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}'
77 diffline = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}'
78
78
79 changelogparent = '
79 changelogparent = '
80 <tr>
80 <tr>
81 <th class="parent">parent {rev}:</th>
81 <th class="parent">parent {rev}:</th>
82 <td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
82 <td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
83 </tr>'
83 </tr>'
84
84
85 changesetparent = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> '
85 changesetparent = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> '
86
86
87 filerevparent = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rename%filerename}{node|short}</a> '
87 filerevparent = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rename%filerename}{node|short}</a> '
88 filerevchild = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a> '
88 filerevchild = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a> '
89
89
90 filerename = '{file|escape}@'
90 filerename = '{file|escape}@'
91 filelogrename = '
91 filelogrename = '
92 <tr>
92 <tr>
93 <th>base:</th>
93 <th>base:</th>
94 <td>
94 <td>
95 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
95 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
96 {file|escape}@{node|short}
96 {file|escape}@{node|short}
97 </a>
97 </a>
98 </td>
98 </td>
99 </tr>'
99 </tr>'
100 fileannotateparent = '
100 fileannotateparent = '
101 <tr>
101 <tr>
102 <td class="metatag">parent:</td>
102 <td class="metatag">parent:</td>
103 <td>
103 <td>
104 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
104 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
105 {rename%filerename}{node|short}
105 {rename%filerename}{node|short}
106 </a>
106 </a>
107 </td>
107 </td>
108 </tr>'
108 </tr>'
109 changesetchild = ' <a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>'
109 changesetchild = ' <a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>'
110 changelogchild = '
110 changelogchild = '
111 <tr>
111 <tr>
112 <th class="child">child</th>
112 <th class="child">child</th>
113 <td class="child">
113 <td class="child">
114 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">
114 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">
115 {node|short}
115 {node|short}
116 </a>
116 </a>
117 </td>
117 </td>
118 </tr>'
118 </tr>'
119 fileannotatechild = '
119 fileannotatechild = '
120 <tr>
120 <tr>
121 <td class="metatag">child:</td>
121 <td class="metatag">child:</td>
122 <td>
122 <td>
123 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
123 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
124 {node|short}
124 {node|short}
125 </a>
125 </a>
126 </td>
126 </td>
127 </tr>'
127 </tr>'
128 tags = ../paper/tags.tmpl
128 tags = ../paper/tags.tmpl
129 tagentry = '
129 tagentry = '
130 <tr class="tagEntry parity{parity}">
130 <tr class="tagEntry parity{parity}">
131 <td>
131 <td>
132 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">
132 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">
133 {tag|escape}
133 {tag|escape}
134 </a>
134 </a>
135 </td>
135 </td>
136 <td class="node">
136 <td class="node">
137 {node|short}
137 {node|short}
138 </td>
138 </td>
139 </tr>'
139 </tr>'
140 branches = ../paper/branches.tmpl
140 branches = ../paper/branches.tmpl
141 branchentry = '
141 branchentry = '
142 <tr class="tagEntry parity{parity}">
142 <tr class="tagEntry parity{parity}">
143 <td>
143 <td>
144 <a href="{url}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}">
144 <a href="{url}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}">
145 {branch|escape}
145 {branch|escape}
146 </a>
146 </a>
147 </td>
147 </td>
148 <td class="node">
148 <td class="node">
149 {node|short}
149 {node|short}
150 </td>
150 </td>
151 </tr>'
151 </tr>'
152 changelogtag = '<span class="tag">{name|escape}</span> '
152 changelogtag = '<span class="tag">{name|escape}</span> '
153 changesettag = '<span class="tag">{tag|escape}</span> '
153 changesettag = '<span class="tag">{tag|escape}</span> '
154 changelogbranchhead = '<span class="branchhead">{name|escape}</span> '
154 changelogbranchhead = '<span class="branchhead">{name|escape}</span> '
155 changelogbranchname = '<span class="branchname">{name|escape}</span> '
155 changelogbranchname = '<span class="branchname">{name|escape}</span> '
156
156
157 filediffparent = '
157 filediffparent = '
158 <tr>
158 <tr>
159 <th class="parent">parent {rev}:</th>
159 <th class="parent">parent {rev}:</th>
160 <td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
160 <td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
161 </tr>'
161 </tr>'
162 filelogparent = '
162 filelogparent = '
163 <tr>
163 <tr>
164 <th>parent {rev}:</th>
164 <th>parent {rev}:</th>
165 <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
165 <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
166 </tr>'
166 </tr>'
167 filediffchild = '
167 filediffchild = '
168 <tr>
168 <tr>
169 <th class="child">child {rev}:</th>
169 <th class="child">child {rev}:</th>
170 <td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
170 <td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
171 </td>
171 </td>
172 </tr>'
172 </tr>'
173 filelogchild = '
173 filelogchild = '
174 <tr>
174 <tr>
175 <th>child {rev}:</th>
175 <th>child {rev}:</th>
176 <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
176 <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
177 </tr>'
177 </tr>'
178
178
179 indexentry = '
179 indexentry = '
180 <tr class="parity{parity}">
180 <tr class="parity{parity}">
181 <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td>
181 <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td>
182 <td>{description}</td>
182 <td>{description}</td>
183 <td>{contact|obfuscate}</td>
183 <td>{contact|obfuscate}</td>
184 <td class="age">{lastchange|age}</td>
184 <td class="age">{lastchange|age}</td>
185 <td class="indexlinks">{archives%indexarchiveentry}</td>
185 <td class="indexlinks">{archives%indexarchiveentry}</td>
186 </tr>\n'
186 </tr>\n'
187 indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">&nbsp;&darr;{type|escape}</a>'
187 indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">&nbsp;&darr;{type|escape}</a>'
188 index = ../paper/index.tmpl
188 index = ../paper/index.tmpl
189 archiveentry = '
189 archiveentry = '
190 <li>
190 <li>
191 <a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a>
191 <a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a>
192 </li>'
192 </li>'
193 notfound = ../paper/notfound.tmpl
193 notfound = ../paper/notfound.tmpl
194 error = ../paper/error.tmpl
194 error = ../paper/error.tmpl
195 urlparameter = '{separator}{name}={value|urlescape}'
195 urlparameter = '{separator}{name}={value|urlescape}'
196 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
196 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
@@ -1,118 +1,118
1 {header}
1 {header}
2 <title>{repo|escape}: graph</title>
2 <title>{repo|escape}: graph</title>
3 <link rel="alternate" type="application/atom+xml" href="{url}atom-log" title="Atom feed for {repo|escape}"/>
3 <link rel="alternate" type="application/atom+xml" href="{url}atom-log" title="Atom feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url}rss-log" title="RSS feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url}rss-log" title="RSS feed for {repo|escape}"/>
5 <!--[if IE]><script type="text/javascript" src="{staticurl}excanvas.js"></script><![endif]-->
5 <!--[if IE]><script type="text/javascript" src="{staticurl}excanvas.js"></script><![endif]-->
6 </head>
6 </head>
7
7
8 <body>
8 <body>
9 <div id="container">
9 <div id="container">
10 <div class="page-header">
10 <div class="page-header">
11 <h1><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / graph</h1>
11 <h1><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / graph</h1>
12
12
13 <form action="{url}log">
13 <form action="{url}log">
14 {sessionvars%hiddenformentry}
14 {sessionvars%hiddenformentry}
15 <dl class="search">
15 <dl class="search">
16 <dt><label>Search: </label></dt>
16 <dt><label>Search: </label></dt>
17 <dd><input type="text" name="rev" /></dd>
17 <dd><input type="text" name="rev" /></dd>
18 </dl>
18 </dl>
19 </form>
19 </form>
20
20
21 <ul class="page-nav">
21 <ul class="page-nav">
22 <li><a href="{url}summary{sessionvars%urlparameter}">summary</a></li>
22 <li><a href="{url}summary{sessionvars%urlparameter}">summary</a></li>
23 <li><a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a></li>
23 <li><a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a></li>
24 <li><a href="{url}changelog{sessionvars%urlparameter}">changelog</a></li>
24 <li><a href="{url}changelog{sessionvars%urlparameter}">changelog</a></li>
25 <li class="current">graph</li>
25 <li class="current">graph</li>
26 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
26 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
27 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
27 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
28 <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a></li>
28 <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a></li>
29 </ul>
29 </ul>
30 </div>
30 </div>
31
31
32 <h2 class="no-link no-border">graph</h2>
32 <h2 class="no-link no-border">graph</h2>
33
33
34 <div id="noscript">The revision graph only works with JavaScript-enabled browsers.</div>
34 <div id="noscript">The revision graph only works with JavaScript-enabled browsers.</div>
35 <div id="wrapper">
35 <div id="wrapper">
36 <ul id="nodebgs"></ul>
36 <ul id="nodebgs"></ul>
37 <canvas id="graph" width="224" height="{canvasheight}"></canvas>
37 <canvas id="graph" width="224" height="{canvasheight}"></canvas>
38 <ul id="graphnodes"></ul>
38 <ul id="graphnodes"></ul>
39 </div>
39 </div>
40
40
41 <script type="text/javascript" src="{staticurl}graph.js"></script>
41 <script type="text/javascript" src="{staticurl}graph.js"></script>
42 <script>
42 <script>
43 <!-- hide script content
43 <!-- hide script content
44
44
45 document.getElementById('noscript').style.display = 'none';
45 document.getElementById('noscript').style.display = 'none';
46
46
47 var data = {jsdata|json};
47 var data = {jsdata|json};
48 var graph = new Graph();
48 var graph = new Graph();
49 graph.scale({bg_height});
49 graph.scale({bg_height});
50
50
51 graph.edge = function(x0, y0, x1, y1, color) {
51 graph.edge = function(x0, y0, x1, y1, color) {
52
52
53 this.setColor(color, 0.0, 0.65);
53 this.setColor(color, 0.0, 0.65);
54 this.ctx.beginPath();
54 this.ctx.beginPath();
55 this.ctx.moveTo(x0, y0);
55 this.ctx.moveTo(x0, y0);
56 this.ctx.lineTo(x1, y1);
56 this.ctx.lineTo(x1, y1);
57 this.ctx.stroke();
57 this.ctx.stroke();
58
58
59 }
59 }
60
60
61 var revlink = '<li style="_STYLE"><span class="desc">';
61 var revlink = '<li style="_STYLE"><span class="desc">';
62 revlink += '<a href="{url}rev/_NODEID{sessionvars%urlparameter}" title="_NODEID">_DESC</a>';
62 revlink += '<a href="{url}rev/_NODEID{sessionvars%urlparameter}" title="_NODEID">_DESC</a>';
63 revlink += '</span>_TAGS<span class="info">_DATE, by _USER</span></li>';
63 revlink += '</span>_TAGS<span class="info">_DATE, by _USER</span></li>';
64
64
65 graph.vertex = function(x, y, color, parity, cur) {
65 graph.vertex = function(x, y, color, parity, cur) {
66
66
67 this.ctx.beginPath();
67 this.ctx.beginPath();
68 color = this.setColor(color, 0.25, 0.75);
68 color = this.setColor(color, 0.25, 0.75);
69 this.ctx.arc(x, y, radius, 0, Math.PI * 2, true);
69 this.ctx.arc(x, y, radius, 0, Math.PI * 2, true);
70 this.ctx.fill();
70 this.ctx.fill();
71
71
72 var bg = '<li class="bg parity' + parity + '"></li>';
72 var bg = '<li class="bg parity' + parity + '"></li>';
73 var left = (this.columns + 1) * this.bg_height;
73 var left = (this.columns + 1) * this.bg_height;
74 var nstyle = 'padding-left: ' + left + 'px;';
74 var nstyle = 'padding-left: ' + left + 'px;';
75 var item = revlink.replace(/_STYLE/, nstyle);
75 var item = revlink.replace(/_STYLE/, nstyle);
76 item = item.replace(/_PARITY/, 'parity' + parity);
76 item = item.replace(/_PARITY/, 'parity' + parity);
77 item = item.replace(/_NODEID/, cur[0]);
77 item = item.replace(/_NODEID/, cur[0]);
78 item = item.replace(/_NODEID/, cur[0]);
78 item = item.replace(/_NODEID/, cur[0]);
79 item = item.replace(/_DESC/, cur[3]);
79 item = item.replace(/_DESC/, cur[3]);
80 item = item.replace(/_USER/, cur[4]);
80 item = item.replace(/_USER/, cur[4]);
81 item = item.replace(/_DATE/, cur[5]);
81 item = item.replace(/_DATE/, cur[5]);
82
82
83 var tagspan = '';
83 var tagspan = '';
84 if (cur[7].length || (cur[6][0] != 'default' || cur[6][1])) {
84 if (cur[7].length || (cur[6][0] != 'default' || cur[6][1])) {
85 tagspan = '<span class="logtags">';
85 tagspan = '<span class="logtags">';
86 if (cur[6][1]) {
86 if (cur[6][1]) {
87 tagspan += '<span class="branchtag" title="' + cur[6][0] + '">';
87 tagspan += '<span class="branchtag" title="' + cur[6][0] + '">';
88 tagspan += cur[6][0] + '</span> ';
88 tagspan += cur[6][0] + '</span> ';
89 } else if (!cur[6][1] && cur[6][0] != 'default') {
89 } else if (!cur[6][1] && cur[6][0] != 'default') {
90 tagspan += '<span class="inbranchtag" title="' + cur[6][0] + '">';
90 tagspan += '<span class="inbranchtag" title="' + cur[6][0] + '">';
91 tagspan += cur[6][0] + '</span> ';
91 tagspan += cur[6][0] + '</span> ';
92 }
92 }
93 if (cur[7].length) {
93 if (cur[7].length) {
94 for (var t in cur[7]) {
94 for (var t in cur[7]) {
95 var tag = cur[7][t];
95 var tag = cur[7][t];
96 tagspan += '<span class="tagtag">' + tag + '</span> ';
96 tagspan += '<span class="tagtag">' + tag + '</span> ';
97 }
97 }
98 }
98 }
99 tagspan += '</span>';
99 tagspan += '</span>';
100 }
100 }
101
101
102 item = item.replace(/_TAGS/, tagspan);
102 item = item.replace(/_TAGS/, tagspan);
103 return [bg, item];
103 return [bg, item];
104
104
105 }
105 }
106
106
107 graph.render(data);
107 graph.render(data);
108
108
109 // stop hiding script -->
109 // stop hiding script -->
110 </script>
110 </script>
111
111
112 <div class="page-path">
112 <div class="page-path">
113 <a href="{url}graph/{rev}{lessvars%urlparameter}">less</a>
113 <a href="{url}graph/{rev}{lessvars%urlparameter}">less</a>
114 <a href="{url}graph/{rev}{morevars%urlparameter}">more</a>
114 <a href="{url}graph/{rev}{morevars%urlparameter}">more</a>
115 | {changenav%navgraph}
115 | {changenav%navgraph}
116 </div>
116 </div>
117
117
118 {footer}
118 {footer}
@@ -1,39 +1,39
1 {header}
1 {header}
2 <title>{repo|escape}: Mercurial repositories index</title>
2 <title>{repo|escape}: Mercurial repositories index</title>
3 </head>
3 </head>
4
4
5 <body>
5 <body>
6 <div id="container">
6 <div id="container">
7 <div class="page-header">
7 <div class="page-header">
8 <h1>Mercurial Repositories</h1>
8 <h1>Mercurial Repositories</h1>
9 <ul class="page-nav">
9 <ul class="page-nav">
10 </ul>
10 </ul>
11 </div>
11 </div>
12
12
13 <table cellspacing="0">
13 <table cellspacing="0">
14 <tr>
14 <tr>
15 <td><a href="?sort={sort_name}">Name</a></td>
15 <td><a href="?sort={sort_name}">Name</a></td>
16 <td><a href="?sort={sort_description}">Description</a></td>
16 <td><a href="?sort={sort_description}">Description</a></td>
17 <td><a href="?sort={sort_contact}">Contact</a></td>
17 <td><a href="?sort={sort_contact}">Contact</a></td>
18 <td><a href="?sort={sort_lastchange}">Last modified</a></td>
18 <td><a href="?sort={sort_lastchange}">Last modified</a></td>
19 <td>&nbsp;</td>
19 <td>&nbsp;</td>
20 <td>&nbsp;</td>
20 <td>&nbsp;</td>
21 </tr>
21 </tr>
22 {entries%indexentry}
22 {entries%indexentry}
23 </table>
23 </table>
24 <div class="page-footer">
24 <div class="page-footer">
25 {motd}
25 {motd}
26 </div>
26 </div>
27
27
28 <div id="powered-by">
28 <div id="powered-by">
29 <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
29 <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
30 </div>
30 </div>
31
31
32 <div id="corner-top-left"></div>
32 <div id="corner-top-left"></div>
33 <div id="corner-top-right"></div>
33 <div id="corner-top-right"></div>
34 <div id="corner-bottom-left"></div>
34 <div id="corner-bottom-left"></div>
35 <div id="corner-bottom-right"></div>
35 <div id="corner-bottom-right"></div>
36
36
37 </div>
37 </div>
38 </body>
38 </body>
39 </html>
39 </html>
@@ -1,196 +1,196
1 default = 'shortlog'
1 default = 'shortlog'
2
2
3 mimetype = 'text/html; charset={encoding}'
3 mimetype = 'text/html; charset={encoding}'
4 header = header.tmpl
4 header = header.tmpl
5 footer = footer.tmpl
5 footer = footer.tmpl
6 search = search.tmpl
6 search = search.tmpl
7
7
8 changelog = shortlog.tmpl
8 changelog = shortlog.tmpl
9 shortlog = shortlog.tmpl
9 shortlog = shortlog.tmpl
10 shortlogentry = shortlogentry.tmpl
10 shortlogentry = shortlogentry.tmpl
11 graph = graph.tmpl
11 graph = graph.tmpl
12
12
13 naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
13 naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
14 navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
14 navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
15 navgraphentry = '<a href="{url}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
15 navgraphentry = '<a href="{url}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
16 filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> '
16 filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> '
17 filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
17 filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
18 filenodelink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
18 filenodelink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
19 filenolink = '{file|escape} '
19 filenolink = '{file|escape} '
20 fileellipses = '...'
20 fileellipses = '...'
21 changelogentry = shortlogentry.tmpl
21 changelogentry = shortlogentry.tmpl
22 searchentry = shortlogentry.tmpl
22 searchentry = shortlogentry.tmpl
23 changeset = changeset.tmpl
23 changeset = changeset.tmpl
24 manifest = manifest.tmpl
24 manifest = manifest.tmpl
25
25
26 nav = '{before%naventry} {after%naventry}'
26 nav = '{before%naventry} {after%naventry}'
27 navshort = '{before%navshortentry}{after%navshortentry}'
27 navshort = '{before%navshortentry}{after%navshortentry}'
28 navgraph = '{before%navgraphentry}{after%navgraphentry}'
28 navgraph = '{before%navgraphentry}{after%navgraphentry}'
29 filenav = '{before%filenaventry}{after%filenaventry}'
29 filenav = '{before%filenaventry}{after%filenaventry}'
30
30
31 direntry = '
31 direntry = '
32 <tr class="fileline parity{parity}">
32 <tr class="fileline parity{parity}">
33 <td class="name">
33 <td class="name">
34 <a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">
34 <a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">
35 <img src="{staticurl}coal-folder.png" alt="dir."/> {basename|escape}/
35 <img src="{staticurl}coal-folder.png" alt="dir."/> {basename|escape}/
36 </a>
36 </a>
37 <a href="{url}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">
37 <a href="{url}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">
38 {emptydirs|escape}
38 {emptydirs|escape}
39 </a>
39 </a>
40 </td>
40 </td>
41 <td class="size"></td>
41 <td class="size"></td>
42 <td class="permissions">drwxr-xr-x</td>
42 <td class="permissions">drwxr-xr-x</td>
43 </tr>'
43 </tr>'
44
44
45 fileentry = '
45 fileentry = '
46 <tr class="fileline parity{parity}">
46 <tr class="fileline parity{parity}">
47 <td class="filename">
47 <td class="filename">
48 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
48 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
49 <img src="{staticurl}coal-file.png" alt="file"/> {basename|escape}
49 <img src="{staticurl}coal-file.png" alt="file"/> {basename|escape}
50 </a>
50 </a>
51 </td>
51 </td>
52 <td class="size">{size}</td>
52 <td class="size">{size}</td>
53 <td class="permissions">{permissions|permissions}</td>
53 <td class="permissions">{permissions|permissions}</td>
54 </tr>'
54 </tr>'
55
55
56 filerevision = filerevision.tmpl
56 filerevision = filerevision.tmpl
57 fileannotate = fileannotate.tmpl
57 fileannotate = fileannotate.tmpl
58 filediff = filediff.tmpl
58 filediff = filediff.tmpl
59 filelog = filelog.tmpl
59 filelog = filelog.tmpl
60 fileline = '
60 fileline = '
61 <div class="parity{parity} source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</div>'
61 <div class="parity{parity} source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</div>'
62 filelogentry = filelogentry.tmpl
62 filelogentry = filelogentry.tmpl
63
63
64 annotateline = '
64 annotateline = '
65 <tr class="parity{parity}">
65 <tr class="parity{parity}">
66 <td class="annotate">
66 <td class="annotate">
67 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#{targetline}"
67 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#{targetline}"
68 title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>
68 title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>
69 </td>
69 </td>
70 <td class="source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</td>
70 <td class="source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</td>
71 </tr>'
71 </tr>'
72
72
73 diffblock = '<div class="source bottomline parity{parity}"><pre>{lines}</pre></div>'
73 diffblock = '<div class="source bottomline parity{parity}"><pre>{lines}</pre></div>'
74 difflineplus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="plusline">{line|escape}</span>'
74 difflineplus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="plusline">{line|escape}</span>'
75 difflineminus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="minusline">{line|escape}</span>'
75 difflineminus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="minusline">{line|escape}</span>'
76 difflineat = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="atline">{line|escape}</span>'
76 difflineat = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="atline">{line|escape}</span>'
77 diffline = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}'
77 diffline = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}'
78
78
79 changelogparent = '
79 changelogparent = '
80 <tr>
80 <tr>
81 <th class="parent">parent {rev}:</th>
81 <th class="parent">parent {rev}:</th>
82 <td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
82 <td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
83 </tr>'
83 </tr>'
84
84
85 changesetparent = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> '
85 changesetparent = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> '
86
86
87 filerevparent = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rename%filerename}{node|short}</a> '
87 filerevparent = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rename%filerename}{node|short}</a> '
88 filerevchild = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a> '
88 filerevchild = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a> '
89
89
90 filerename = '{file|escape}@'
90 filerename = '{file|escape}@'
91 filelogrename = '
91 filelogrename = '
92 <tr>
92 <tr>
93 <th>base:</th>
93 <th>base:</th>
94 <td>
94 <td>
95 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
95 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
96 {file|escape}@{node|short}
96 {file|escape}@{node|short}
97 </a>
97 </a>
98 </td>
98 </td>
99 </tr>'
99 </tr>'
100 fileannotateparent = '
100 fileannotateparent = '
101 <tr>
101 <tr>
102 <td class="metatag">parent:</td>
102 <td class="metatag">parent:</td>
103 <td>
103 <td>
104 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
104 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
105 {rename%filerename}{node|short}
105 {rename%filerename}{node|short}
106 </a>
106 </a>
107 </td>
107 </td>
108 </tr>'
108 </tr>'
109 changesetchild = ' <a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>'
109 changesetchild = ' <a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>'
110 changelogchild = '
110 changelogchild = '
111 <tr>
111 <tr>
112 <th class="child">child</th>
112 <th class="child">child</th>
113 <td class="child">
113 <td class="child">
114 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">
114 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">
115 {node|short}
115 {node|short}
116 </a>
116 </a>
117 </td>
117 </td>
118 </tr>'
118 </tr>'
119 fileannotatechild = '
119 fileannotatechild = '
120 <tr>
120 <tr>
121 <td class="metatag">child:</td>
121 <td class="metatag">child:</td>
122 <td>
122 <td>
123 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
123 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
124 {node|short}
124 {node|short}
125 </a>
125 </a>
126 </td>
126 </td>
127 </tr>'
127 </tr>'
128 tags = tags.tmpl
128 tags = tags.tmpl
129 tagentry = '
129 tagentry = '
130 <tr class="tagEntry parity{parity}">
130 <tr class="tagEntry parity{parity}">
131 <td>
131 <td>
132 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">
132 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">
133 {tag|escape}
133 {tag|escape}
134 </a>
134 </a>
135 </td>
135 </td>
136 <td class="node">
136 <td class="node">
137 {node|short}
137 {node|short}
138 </td>
138 </td>
139 </tr>'
139 </tr>'
140 branches = branches.tmpl
140 branches = branches.tmpl
141 branchentry = '
141 branchentry = '
142 <tr class="tagEntry parity{parity}">
142 <tr class="tagEntry parity{parity}">
143 <td>
143 <td>
144 <a href="{url}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}">
144 <a href="{url}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}">
145 {branch|escape}
145 {branch|escape}
146 </a>
146 </a>
147 </td>
147 </td>
148 <td class="node">
148 <td class="node">
149 {node|short}
149 {node|short}
150 </td>
150 </td>
151 </tr>'
151 </tr>'
152 changelogtag = '<span class="tag">{name|escape}</span> '
152 changelogtag = '<span class="tag">{name|escape}</span> '
153 changesettag = '<span class="tag">{tag|escape}</span> '
153 changesettag = '<span class="tag">{tag|escape}</span> '
154 changelogbranchhead = '<span class="branchhead">{name|escape}</span> '
154 changelogbranchhead = '<span class="branchhead">{name|escape}</span> '
155 changelogbranchname = '<span class="branchname">{name|escape}</span> '
155 changelogbranchname = '<span class="branchname">{name|escape}</span> '
156
156
157 filediffparent = '
157 filediffparent = '
158 <tr>
158 <tr>
159 <th class="parent">parent {rev}:</th>
159 <th class="parent">parent {rev}:</th>
160 <td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
160 <td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
161 </tr>'
161 </tr>'
162 filelogparent = '
162 filelogparent = '
163 <tr>
163 <tr>
164 <th>parent {rev}:</th>
164 <th>parent {rev}:</th>
165 <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
165 <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
166 </tr>'
166 </tr>'
167 filediffchild = '
167 filediffchild = '
168 <tr>
168 <tr>
169 <th class="child">child {rev}:</th>
169 <th class="child">child {rev}:</th>
170 <td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
170 <td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
171 </td>
171 </td>
172 </tr>'
172 </tr>'
173 filelogchild = '
173 filelogchild = '
174 <tr>
174 <tr>
175 <th>child {rev}:</th>
175 <th>child {rev}:</th>
176 <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
176 <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
177 </tr>'
177 </tr>'
178
178
179 indexentry = '
179 indexentry = '
180 <tr class="parity{parity}">
180 <tr class="parity{parity}">
181 <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td>
181 <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td>
182 <td>{description}</td>
182 <td>{description}</td>
183 <td>{contact|obfuscate}</td>
183 <td>{contact|obfuscate}</td>
184 <td class="age">{lastchange|age}</td>
184 <td class="age">{lastchange|age}</td>
185 <td class="indexlinks">{archives%indexarchiveentry}</td>
185 <td class="indexlinks">{archives%indexarchiveentry}</td>
186 </tr>\n'
186 </tr>\n'
187 indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">&nbsp;&darr;{type|escape}</a>'
187 indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">&nbsp;&darr;{type|escape}</a>'
188 index = index.tmpl
188 index = index.tmpl
189 archiveentry = '
189 archiveentry = '
190 <li>
190 <li>
191 <a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a>
191 <a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a>
192 </li>'
192 </li>'
193 notfound = notfound.tmpl
193 notfound = notfound.tmpl
194 error = error.tmpl
194 error = error.tmpl
195 urlparameter = '{separator}{name}={value|urlescape}'
195 urlparameter = '{separator}{name}={value|urlescape}'
196 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
196 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
@@ -1,265 +1,265
1 body {
1 body {
2 margin: 0;
2 margin: 0;
3 padding: 0;
3 padding: 0;
4 background: black url(background.png) repeat-x;
4 background: black url(background.png) repeat-x;
5 font-family: sans-serif;
5 font-family: sans-serif;
6 }
6 }
7
7
8 .container {
8 .container {
9 padding-right: 150px;
9 padding-right: 150px;
10 }
10 }
11
11
12 .main {
12 .main {
13 position: relative;
13 position: relative;
14 background: white;
14 background: white;
15 padding: 2em;
15 padding: 2em;
16 border-right: 15px solid black;
16 border-right: 15px solid black;
17 border-bottom: 15px solid black;
17 border-bottom: 15px solid black;
18 }
18 }
19
19
20 #.main {
20 #.main {
21 width: 98%;
21 width: 98%;
22 }
22 }
23
23
24 .overflow {
24 .overflow {
25 width: 100%;
25 width: 100%;
26 overflow: auto;
26 overflow: auto;
27 }
27 }
28
28
29 .menu {
29 .menu {
30 background: #999;
30 background: #999;
31 padding: 10px;
31 padding: 10px;
32 width: 75px;
32 width: 75px;
33 margin: 0;
33 margin: 0;
34 font-size: 80%;
34 font-size: 80%;
35 text-align: left;
35 text-align: left;
36 position: fixed;
36 position: fixed;
37 top: 27px;
37 top: 27px;
38 left: auto;
38 left: auto;
39 right: 27px;
39 right: 27px;
40 }
40 }
41
41
42 #.menu {
42 #.menu {
43 position: absolute !important;
43 position: absolute !important;
44 top:expression(eval(document.body.scrollTop + 27));
44 top:expression(eval(document.body.scrollTop + 27));
45 }
45 }
46
46
47 .menu ul {
47 .menu ul {
48 list-style: none;
48 list-style: none;
49 padding: 0;
49 padding: 0;
50 margin: 10px 0 0 0;
50 margin: 10px 0 0 0;
51 }
51 }
52
52
53 .menu li {
53 .menu li {
54 margin-bottom: 3px;
54 margin-bottom: 3px;
55 padding: 2px 4px;
55 padding: 2px 4px;
56 background: white;
56 background: white;
57 color: black;
57 color: black;
58 font-weight: normal;
58 font-weight: normal;
59 }
59 }
60
60
61 .menu li.active {
61 .menu li.active {
62 background: black;
62 background: black;
63 color: white;
63 color: white;
64 }
64 }
65
65
66 .menu img {
66 .menu img {
67 width: 75px;
67 width: 75px;
68 height: 90px;
68 height: 90px;
69 border: 0;
69 border: 0;
70 }
70 }
71
71
72 .menu a { color: black; display: block; }
72 .menu a { color: black; display: block; }
73
73
74 .search {
74 .search {
75 position: absolute;
75 position: absolute;
76 top: .7em;
76 top: .7em;
77 right: 2em;
77 right: 2em;
78 }
78 }
79
79
80 form.search div#hint {
80 form.search div#hint {
81 display: none;
81 display: none;
82 position: absolute;
82 position: absolute;
83 top: 40px;
83 top: 40px;
84 right: 0px;
84 right: 0px;
85 width: 190px;
85 width: 190px;
86 padding: 5px;
86 padding: 5px;
87 background: #ffc;
87 background: #ffc;
88 font-size: 70%;
88 font-size: 70%;
89 border: 1px solid yellow;
89 border: 1px solid yellow;
90 -moz-border-radius: 5px; /* this works only in camino/firefox */
90 -moz-border-radius: 5px; /* this works only in camino/firefox */
91 -webkit-border-radius: 5px; /* this is just for Safari */
91 -webkit-border-radius: 5px; /* this is just for Safari */
92 }
92 }
93
93
94 form.search:hover div#hint { display: block; }
94 form.search:hover div#hint { display: block; }
95
95
96 a { text-decoration:none; }
96 a { text-decoration:none; }
97 .age { white-space:nowrap; }
97 .age { white-space:nowrap; }
98 .date { white-space:nowrap; }
98 .date { white-space:nowrap; }
99 .indexlinks { white-space:nowrap; }
99 .indexlinks { white-space:nowrap; }
100 .parity0 { background-color: #f0f0f0; }
100 .parity0 { background-color: #f0f0f0; }
101 .parity1 { background-color: white; }
101 .parity1 { background-color: white; }
102 .plusline { color: green; }
102 .plusline { color: green; }
103 .minusline { color: #dc143c; } /* crimson */
103 .minusline { color: #dc143c; } /* crimson */
104 .atline { color: purple; }
104 .atline { color: purple; }
105
105
106 .navigate {
106 .navigate {
107 text-align: right;
107 text-align: right;
108 font-size: 60%;
108 font-size: 60%;
109 margin: 1em 0;
109 margin: 1em 0;
110 }
110 }
111
111
112 .tag {
112 .tag {
113 color: #999;
113 color: #999;
114 font-size: 70%;
114 font-size: 70%;
115 font-weight: normal;
115 font-weight: normal;
116 margin-left: .5em;
116 margin-left: .5em;
117 vertical-align: baseline;
117 vertical-align: baseline;
118 }
118 }
119
119
120 .branchhead {
120 .branchhead {
121 color: #000;
121 color: #000;
122 font-size: 80%;
122 font-size: 80%;
123 font-weight: normal;
123 font-weight: normal;
124 margin-left: .5em;
124 margin-left: .5em;
125 vertical-align: baseline;
125 vertical-align: baseline;
126 }
126 }
127
127
128 ul#graphnodes .branchhead {
128 ul#graphnodes .branchhead {
129 font-size: 75%;
129 font-size: 75%;
130 }
130 }
131
131
132 .branchname {
132 .branchname {
133 color: #000;
133 color: #000;
134 font-size: 60%;
134 font-size: 60%;
135 font-weight: normal;
135 font-weight: normal;
136 margin-left: .5em;
136 margin-left: .5em;
137 vertical-align: baseline;
137 vertical-align: baseline;
138 }
138 }
139
139
140 h3 .branchname {
140 h3 .branchname {
141 font-size: 80%;
141 font-size: 80%;
142 }
142 }
143
143
144 /* Common */
144 /* Common */
145 pre { margin: 0; }
145 pre { margin: 0; }
146
146
147 h2 { font-size: 120%; border-bottom: 1px solid #999; }
147 h2 { font-size: 120%; border-bottom: 1px solid #999; }
148 h2 a { color: #000; }
148 h2 a { color: #000; }
149 h3 {
149 h3 {
150 margin-top: -.7em;
150 margin-top: -.7em;
151 font-size: 100%;
151 font-size: 100%;
152 }
152 }
153
153
154 /* log and tags tables */
154 /* log and tags tables */
155 .bigtable {
155 .bigtable {
156 border-bottom: 1px solid #999;
156 border-bottom: 1px solid #999;
157 border-collapse: collapse;
157 border-collapse: collapse;
158 font-size: 90%;
158 font-size: 90%;
159 width: 100%;
159 width: 100%;
160 font-weight: normal;
160 font-weight: normal;
161 text-align: left;
161 text-align: left;
162 }
162 }
163
163
164 .bigtable td {
164 .bigtable td {
165 vertical-align: top;
165 vertical-align: top;
166 }
166 }
167
167
168 .bigtable th {
168 .bigtable th {
169 padding: 1px 4px;
169 padding: 1px 4px;
170 border-bottom: 1px solid #999;
170 border-bottom: 1px solid #999;
171 }
171 }
172 .bigtable tr { border: none; }
172 .bigtable tr { border: none; }
173 .bigtable .age { width: 6em; }
173 .bigtable .age { width: 6em; }
174 .bigtable .author { width: 12em; }
174 .bigtable .author { width: 12em; }
175 .bigtable .description { }
175 .bigtable .description { }
176 .bigtable .node { width: 5em; font-family: monospace;}
176 .bigtable .node { width: 5em; font-family: monospace;}
177 .bigtable .lineno { width: 2em; text-align: right;}
177 .bigtable .lineno { width: 2em; text-align: right;}
178 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
178 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
179 .bigtable .permissions { width: 8em; text-align: left;}
179 .bigtable .permissions { width: 8em; text-align: left;}
180 .bigtable .size { width: 5em; text-align: right; }
180 .bigtable .size { width: 5em; text-align: right; }
181 .bigtable .annotate { text-align: right; }
181 .bigtable .annotate { text-align: right; }
182 .bigtable td.annotate { font-size: smaller; }
182 .bigtable td.annotate { font-size: smaller; }
183 .bigtable td.source { font-size: inherit; }
183 .bigtable td.source { font-size: inherit; }
184
184
185 .source, .sourcefirst, .sourcelast {
185 .source, .sourcefirst, .sourcelast {
186 font-family: monospace;
186 font-family: monospace;
187 white-space: pre;
187 white-space: pre;
188 padding: 1px 4px;
188 padding: 1px 4px;
189 font-size: 90%;
189 font-size: 90%;
190 }
190 }
191 .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; }
191 .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; }
192 .sourcelast { border-top: 1px solid #999; }
192 .sourcelast { border-top: 1px solid #999; }
193 .source a { color: #999; font-size: smaller; font-family: monospace;}
193 .source a { color: #999; font-size: smaller; font-family: monospace;}
194 .bottomline { border-bottom: 1px solid #999; }
194 .bottomline { border-bottom: 1px solid #999; }
195
195
196 .fileline { font-family: monospace; }
196 .fileline { font-family: monospace; }
197 .fileline img { border: 0; }
197 .fileline img { border: 0; }
198
198
199 .tagEntry .closed { color: #99f; }
199 .tagEntry .closed { color: #99f; }
200
200
201 /* Changeset entry */
201 /* Changeset entry */
202 #changesetEntry {
202 #changesetEntry {
203 border-collapse: collapse;
203 border-collapse: collapse;
204 font-size: 90%;
204 font-size: 90%;
205 width: 100%;
205 width: 100%;
206 margin-bottom: 1em;
206 margin-bottom: 1em;
207 }
207 }
208
208
209 #changesetEntry th {
209 #changesetEntry th {
210 padding: 1px 4px;
210 padding: 1px 4px;
211 width: 4em;
211 width: 4em;
212 text-align: right;
212 text-align: right;
213 font-weight: normal;
213 font-weight: normal;
214 color: #999;
214 color: #999;
215 margin-right: .5em;
215 margin-right: .5em;
216 vertical-align: top;
216 vertical-align: top;
217 }
217 }
218
218
219 div.description {
219 div.description {
220 border-left: 3px solid #999;
220 border-left: 3px solid #999;
221 margin: 1em 0 1em 0;
221 margin: 1em 0 1em 0;
222 padding: .3em;
222 padding: .3em;
223 }
223 }
224
224
225 /* Graph */
225 /* Graph */
226 div#wrapper {
226 div#wrapper {
227 position: relative;
227 position: relative;
228 border-top: 1px solid black;
228 border-top: 1px solid black;
229 border-bottom: 1px solid black;
229 border-bottom: 1px solid black;
230 margin: 0;
230 margin: 0;
231 padding: 0;
231 padding: 0;
232 }
232 }
233
233
234 canvas {
234 canvas {
235 position: absolute;
235 position: absolute;
236 z-index: 5;
236 z-index: 5;
237 top: -0.7em;
237 top: -0.7em;
238 margin: 0;
238 margin: 0;
239 }
239 }
240
240
241 ul#graphnodes {
241 ul#graphnodes {
242 position: absolute;
242 position: absolute;
243 z-index: 10;
243 z-index: 10;
244 top: -1.0em;
244 top: -1.0em;
245 list-style: none inside none;
245 list-style: none inside none;
246 padding: 0;
246 padding: 0;
247 }
247 }
248
248
249 ul#nodebgs {
249 ul#nodebgs {
250 list-style: none inside none;
250 list-style: none inside none;
251 padding: 0;
251 padding: 0;
252 margin: 0;
252 margin: 0;
253 top: -0.7em;
253 top: -0.7em;
254 }
254 }
255
255
256 ul#graphnodes li, ul#nodebgs li {
256 ul#graphnodes li, ul#nodebgs li {
257 height: 39px;
257 height: 39px;
258 }
258 }
259
259
260 ul#graphnodes li .info {
260 ul#graphnodes li .info {
261 display: block;
261 display: block;
262 font-size: 70%;
262 font-size: 70%;
263 position: relative;
263 position: relative;
264 top: -3px;
264 top: -3px;
265 }
265 }
@@ -1,254 +1,254
1 body {
1 body {
2 margin: 0;
2 margin: 0;
3 padding: 0;
3 padding: 0;
4 background: white;
4 background: white;
5 font-family: sans-serif;
5 font-family: sans-serif;
6 }
6 }
7
7
8 .container {
8 .container {
9 padding-left: 115px;
9 padding-left: 115px;
10 }
10 }
11
11
12 .main {
12 .main {
13 position: relative;
13 position: relative;
14 background: white;
14 background: white;
15 padding: 2em 2em 2em 0;
15 padding: 2em 2em 2em 0;
16 }
16 }
17
17
18 #.main {
18 #.main {
19 width: 98%;
19 width: 98%;
20 }
20 }
21
21
22 .overflow {
22 .overflow {
23 width: 100%;
23 width: 100%;
24 overflow: auto;
24 overflow: auto;
25 }
25 }
26
26
27 .menu {
27 .menu {
28 width: 90px;
28 width: 90px;
29 margin: 0;
29 margin: 0;
30 font-size: 80%;
30 font-size: 80%;
31 text-align: left;
31 text-align: left;
32 position: absolute;
32 position: absolute;
33 top: 20px;
33 top: 20px;
34 left: 20px;
34 left: 20px;
35 right: auto;
35 right: auto;
36 }
36 }
37
37
38 .menu ul {
38 .menu ul {
39 list-style: none;
39 list-style: none;
40 padding: 0;
40 padding: 0;
41 margin: 10px 0 0 0;
41 margin: 10px 0 0 0;
42 border-left: 2px solid #999;
42 border-left: 2px solid #999;
43 }
43 }
44
44
45 .menu li {
45 .menu li {
46 margin-bottom: 3px;
46 margin-bottom: 3px;
47 padding: 2px 4px;
47 padding: 2px 4px;
48 background: white;
48 background: white;
49 color: black;
49 color: black;
50 font-weight: normal;
50 font-weight: normal;
51 }
51 }
52
52
53 .menu li.active {
53 .menu li.active {
54 font-weight: bold;
54 font-weight: bold;
55 }
55 }
56
56
57 .menu img {
57 .menu img {
58 width: 75px;
58 width: 75px;
59 height: 90px;
59 height: 90px;
60 border: 0;
60 border: 0;
61 }
61 }
62
62
63 .menu a { color: black; display: block; }
63 .menu a { color: black; display: block; }
64
64
65 .search {
65 .search {
66 position: absolute;
66 position: absolute;
67 top: .7em;
67 top: .7em;
68 right: 2em;
68 right: 2em;
69 }
69 }
70
70
71 form.search div#hint {
71 form.search div#hint {
72 display: none;
72 display: none;
73 position: absolute;
73 position: absolute;
74 top: 40px;
74 top: 40px;
75 right: 0px;
75 right: 0px;
76 width: 190px;
76 width: 190px;
77 padding: 5px;
77 padding: 5px;
78 background: #ffc;
78 background: #ffc;
79 font-size: 70%;
79 font-size: 70%;
80 border: 1px solid yellow;
80 border: 1px solid yellow;
81 -moz-border-radius: 5px; /* this works only in camino/firefox */
81 -moz-border-radius: 5px; /* this works only in camino/firefox */
82 -webkit-border-radius: 5px; /* this is just for Safari */
82 -webkit-border-radius: 5px; /* this is just for Safari */
83 }
83 }
84
84
85 form.search:hover div#hint { display: block; }
85 form.search:hover div#hint { display: block; }
86
86
87 a { text-decoration:none; }
87 a { text-decoration:none; }
88 .age { white-space:nowrap; }
88 .age { white-space:nowrap; }
89 .date { white-space:nowrap; }
89 .date { white-space:nowrap; }
90 .indexlinks { white-space:nowrap; }
90 .indexlinks { white-space:nowrap; }
91 .parity0 { background-color: #f0f0f0; }
91 .parity0 { background-color: #f0f0f0; }
92 .parity1 { background-color: white; }
92 .parity1 { background-color: white; }
93 .plusline { color: green; }
93 .plusline { color: green; }
94 .minusline { color: #dc143c; } /* crimson */
94 .minusline { color: #dc143c; } /* crimson */
95 .atline { color: purple; }
95 .atline { color: purple; }
96
96
97 .navigate {
97 .navigate {
98 text-align: right;
98 text-align: right;
99 font-size: 60%;
99 font-size: 60%;
100 margin: 1em 0;
100 margin: 1em 0;
101 }
101 }
102
102
103 .tag {
103 .tag {
104 color: #999;
104 color: #999;
105 font-size: 70%;
105 font-size: 70%;
106 font-weight: normal;
106 font-weight: normal;
107 margin-left: .5em;
107 margin-left: .5em;
108 vertical-align: baseline;
108 vertical-align: baseline;
109 }
109 }
110
110
111 .branchhead {
111 .branchhead {
112 color: #000;
112 color: #000;
113 font-size: 80%;
113 font-size: 80%;
114 font-weight: normal;
114 font-weight: normal;
115 margin-left: .5em;
115 margin-left: .5em;
116 vertical-align: baseline;
116 vertical-align: baseline;
117 }
117 }
118
118
119 ul#graphnodes .branchhead {
119 ul#graphnodes .branchhead {
120 font-size: 75%;
120 font-size: 75%;
121 }
121 }
122
122
123 .branchname {
123 .branchname {
124 color: #000;
124 color: #000;
125 font-size: 60%;
125 font-size: 60%;
126 font-weight: normal;
126 font-weight: normal;
127 margin-left: .5em;
127 margin-left: .5em;
128 vertical-align: baseline;
128 vertical-align: baseline;
129 }
129 }
130
130
131 h3 .branchname {
131 h3 .branchname {
132 font-size: 80%;
132 font-size: 80%;
133 }
133 }
134
134
135 /* Common */
135 /* Common */
136 pre { margin: 0; }
136 pre { margin: 0; }
137
137
138 h2 { font-size: 120%; border-bottom: 1px solid #999; }
138 h2 { font-size: 120%; border-bottom: 1px solid #999; }
139 h2 a { color: #000; }
139 h2 a { color: #000; }
140 h3 {
140 h3 {
141 margin-top: -.7em;
141 margin-top: -.7em;
142 font-size: 100%;
142 font-size: 100%;
143 }
143 }
144
144
145 /* log and tags tables */
145 /* log and tags tables */
146 .bigtable {
146 .bigtable {
147 border-bottom: 1px solid #999;
147 border-bottom: 1px solid #999;
148 border-collapse: collapse;
148 border-collapse: collapse;
149 font-size: 90%;
149 font-size: 90%;
150 width: 100%;
150 width: 100%;
151 font-weight: normal;
151 font-weight: normal;
152 text-align: left;
152 text-align: left;
153 }
153 }
154
154
155 .bigtable td {
155 .bigtable td {
156 vertical-align: top;
156 vertical-align: top;
157 }
157 }
158
158
159 .bigtable th {
159 .bigtable th {
160 padding: 1px 4px;
160 padding: 1px 4px;
161 border-bottom: 1px solid #999;
161 border-bottom: 1px solid #999;
162 }
162 }
163 .bigtable tr { border: none; }
163 .bigtable tr { border: none; }
164 .bigtable .age { width: 7em; }
164 .bigtable .age { width: 7em; }
165 .bigtable .author { width: 12em; }
165 .bigtable .author { width: 12em; }
166 .bigtable .description { }
166 .bigtable .description { }
167 .bigtable .node { width: 5em; font-family: monospace;}
167 .bigtable .node { width: 5em; font-family: monospace;}
168 .bigtable .permissions { width: 8em; text-align: left;}
168 .bigtable .permissions { width: 8em; text-align: left;}
169 .bigtable .size { width: 5em; text-align: right; }
169 .bigtable .size { width: 5em; text-align: right; }
170 .bigtable .annotate { text-align: right; }
170 .bigtable .annotate { text-align: right; }
171 .bigtable td.annotate { font-size: smaller; }
171 .bigtable td.annotate { font-size: smaller; }
172 .bigtable td.source { font-size: inherit; }
172 .bigtable td.source { font-size: inherit; }
173
173
174 .source, .sourcefirst, .sourcelast {
174 .source, .sourcefirst, .sourcelast {
175 font-family: monospace;
175 font-family: monospace;
176 white-space: pre;
176 white-space: pre;
177 padding: 1px 4px;
177 padding: 1px 4px;
178 font-size: 90%;
178 font-size: 90%;
179 }
179 }
180 .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; }
180 .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; }
181 .sourcelast { border-top: 1px solid #999; }
181 .sourcelast { border-top: 1px solid #999; }
182 .source a { color: #999; font-size: smaller; font-family: monospace;}
182 .source a { color: #999; font-size: smaller; font-family: monospace;}
183 .bottomline { border-bottom: 1px solid #999; }
183 .bottomline { border-bottom: 1px solid #999; }
184
184
185 .fileline { font-family: monospace; }
185 .fileline { font-family: monospace; }
186 .fileline img { border: 0; }
186 .fileline img { border: 0; }
187
187
188 .tagEntry .closed { color: #99f; }
188 .tagEntry .closed { color: #99f; }
189
189
190 /* Changeset entry */
190 /* Changeset entry */
191 #changesetEntry {
191 #changesetEntry {
192 border-collapse: collapse;
192 border-collapse: collapse;
193 font-size: 90%;
193 font-size: 90%;
194 width: 100%;
194 width: 100%;
195 margin-bottom: 1em;
195 margin-bottom: 1em;
196 }
196 }
197
197
198 #changesetEntry th {
198 #changesetEntry th {
199 padding: 1px 4px;
199 padding: 1px 4px;
200 width: 4em;
200 width: 4em;
201 text-align: right;
201 text-align: right;
202 font-weight: normal;
202 font-weight: normal;
203 color: #999;
203 color: #999;
204 margin-right: .5em;
204 margin-right: .5em;
205 vertical-align: top;
205 vertical-align: top;
206 }
206 }
207
207
208 div.description {
208 div.description {
209 border-left: 2px solid #999;
209 border-left: 2px solid #999;
210 margin: 1em 0 1em 0;
210 margin: 1em 0 1em 0;
211 padding: .3em;
211 padding: .3em;
212 }
212 }
213
213
214 /* Graph */
214 /* Graph */
215 div#wrapper {
215 div#wrapper {
216 position: relative;
216 position: relative;
217 border-top: 1px solid black;
217 border-top: 1px solid black;
218 border-bottom: 1px solid black;
218 border-bottom: 1px solid black;
219 margin: 0;
219 margin: 0;
220 padding: 0;
220 padding: 0;
221 }
221 }
222
222
223 canvas {
223 canvas {
224 position: absolute;
224 position: absolute;
225 z-index: 5;
225 z-index: 5;
226 top: -0.7em;
226 top: -0.7em;
227 margin: 0;
227 margin: 0;
228 }
228 }
229
229
230 ul#graphnodes {
230 ul#graphnodes {
231 position: absolute;
231 position: absolute;
232 z-index: 10;
232 z-index: 10;
233 top: -1.0em;
233 top: -1.0em;
234 list-style: none inside none;
234 list-style: none inside none;
235 padding: 0;
235 padding: 0;
236 }
236 }
237
237
238 ul#nodebgs {
238 ul#nodebgs {
239 list-style: none inside none;
239 list-style: none inside none;
240 padding: 0;
240 padding: 0;
241 margin: 0;
241 margin: 0;
242 top: -0.7em;
242 top: -0.7em;
243 }
243 }
244
244
245 ul#graphnodes li, ul#nodebgs li {
245 ul#graphnodes li, ul#nodebgs li {
246 height: 39px;
246 height: 39px;
247 }
247 }
248
248
249 ul#graphnodes li .info {
249 ul#graphnodes li .info {
250 display: block;
250 display: block;
251 font-size: 70%;
251 font-size: 70%;
252 position: relative;
252 position: relative;
253 top: -3px;
253 top: -3px;
254 }
254 }
General Comments 0
You need to be logged in to leave comments. Login now