]> git.deb.at Git - deb/packages.git/blob - templates/html/show.tmpl
Make all remaining templates translatable
[deb/packages.git] / templates / html / show.tmpl
1 [% PROCESS 'config/archive_layout.tmpl' %]
2 [% PROCESS 'config/mirrors.tmpl' %]
3 [%- known_vcs = [ [ 'cvs', 'CVS', 'cvs' ],
4                 [ 'svn', 'Subversion', 'subversion' ],
5                 [ 'bzr', 'bzr', 'bzr' ],
6                 [ 'darcs', 'Darcs', 'darcs' ],
7                 [ 'arch', 'arch', 'tla' ],
8                 [ 'git', 'Git', 'git-core' ],
9                 [ 'hg', 'Hg', 'mercurial' ], ];
10    vcs_link = page.get_newest("vcs-browser");
11 -%]
12 [%- suite_name = suite;
13     SET suite_name = suite_name _ ' (' _ suite_aliases.$suite _ ')' IF suite_aliases.$suite;
14     nav_arr = [ { prefix=>g('Distribution:'), title=>g('Overview over this suite'), url=>make_url('/','','source',''), name=>suite_name }, ];
15     nav_arr.push( { title =>g('Source packages'), url=>make_url('/'), name=>g('Source') } ) IF is_source;
16     nav_arr.push( { prefix=>g('Section:'), title=>g('All packages in this section'), url=>make_url("$subsection/"), name=>subsection } );
17     nav_arr.push( { prefix=>g('Package:'), name=>pkg } ); -%]
18 [% desclang = 'en';
19    SET desclang = lang IF desc.$lang.long %]
20 [%- PROCESS 'html/head.tmpl'
21    title_tag = is_source ? g('Details of source package %s in %s', pkg, suite)
22                          : g('Details of package %s in %s', pkg, suite)
23    description = desc.$desclang.short
24    keywords = "$suite, $archive, $section, $subsection, $version"
25    print_search_field = 'packages'
26    search_field_values = { 
27                           searchon => is_source ? 'sourcenames' : 'names',
28                          }
29   navigation = nav_arr
30 -%]
31 <!-- show.tmpl -->
32 [% PROCESS 'html/menu.inc' %]
33 [% FOREACH s IN suites %]
34    [% '<div id="pothers">' IF loop.first %]
35    [%- IF s == suite -%]
36      [% PROCESS menuitem name=s url='' %]
37    [%- ELSE -%]
38      [% PROCESS menuitem name=s url=make_url(pkg,'','suite',s) %]
39    [%- END -%]
40    [%- '</div>' IF loop.last -%]
41 [% END %]
42
43 [% IF src %]
44 <div id="psource">
45 [% PROCESS menuitem prefix=g('Source:') title=g('Source package building this package') url=make_url(src.pkg,'','source','source') name=src.pkg %]
46 </div>
47 [% END %]
48
49 [%- PROCESS 'html/messages.tmpl' -%]
50
51 [% IF is_virtual %]
52 <h1>[% g('Virtual Package: %s', pkg) %]
53 [% ELSIF is_source %]
54 <h1>[% g('Source Package: %s (%s)', pkg, version) %]
55 [% ELSE %]
56 <h1>[% g('Package: %s (%s)', pkg, versions.short) %]
57 [% END %]
58 [%- PROCESS marker text=archive IF archive && archive != main_archive %]
59 [%- PROCESS marker text=section IF section && section != main_section %]
60 [%- PROCESS marker text=g('essential') IF page.get_newest('essential') == 'yes' %]</h1>
61
62 [% UNLESS is_virtual %]
63 <div id="pmoreinfo">
64 <h2>[% g('Links for %s', pkg) %]</h2>
65 <h3>[% g('Debian Resources:') %]</h3>
66 <ul>
67 <li><a href="[% (is_source ? src_bugs_url : bugs_url) _ pkg | uri %]">[% g('Bug Reports') %]</a></li>
68
69 [% IF src.pkg -%]
70 <li><a href="[% pts_url _ src.pkg | uri %]">g('Developer Information (PTS)') %]</a></li>
71 [% ELSIF is_source %]
72 <li><a href="[% pts_url _ pkg | uri %]">g('Developer Information (PTS)') %]</a></li>
73 [%- END %]
74
75 [% IF files && (!archive or archive == main_archive or archive == 'security') %]
76 <li><a href="[% changelogs_url _ files.changelog.path %]">[% g('%s Changelog', organisation) %]</a></li>
77 <li><a href="[% changelogs_url _ files.copyright.path %]">[% g('Copyright File') %]</a></li>
78 [% END %]
79
80 [% IF vcs_link %]
81 <li><a href="[% vcs_link %]" class="pvcslink">[% g('Debian Source Repository') %]</a>
82 [%- FOREACH vcs IN known_vcs;
83         vcs_id = vcs.0; vcs_name = vcs.1; vcs_pkg = vcs.2;
84         vcs_info = page.get_newest("vcs-$vcs_id");
85         SET vcs_info = page.get_newest("x-vcs-$vcs_id") UNLESS vcs_info;
86    IF vcs_info %]
87  (<a href="[% vcs_info %]" class="pvcslink">[% vcs_name %]</a>)
88 [% END %]
89 </li>
90 [% END; END %]
91
92 </ul>
93
94 [% IF src %]
95   <p>[% g('Download Source Package <a href="%s">%s</a>:', src.url, src.pkg) %]
96   [% FOREACH src.downloads %]
97     [% '<ul>' IF loop.first %]
98     <li><a href="[% server _ path %]">[[% name %]]</a></li>
99     [% '</ul>' IF loop.last %]
100   [% END %]
101   [% IF src.downloads.size == 0 %]
102   [% g('Not found') %]
103   [% END %]
104 [% END %]
105
106 [% IF maintainers.size == 1 -%]
107   <h3>[% g('Maintainer:') %]</h3>
108 [%- ELSE -%]
109   <h3>[% g('Maintainers:') %]</h3>
110 [%- END %]
111 [%- FOREACH maintainers -%]
112   [%- '<ul>' IF loop.first -%]
113         <li><a href="mailto:[% mail %]">[% name | html %]</a>
114         (<a href="[% ddpo_url _ mail %]" title="[% g("An overview over the maintainer's packages and uploads") %]">[% g('QA Page') %]</a>)
115         </li>
116   [%- '</ul>' IF loop.last -%]
117 [%- END -%]
118
119 [% url = page.get_newest('url');
120    SET url = page.get_newest('homepage') IF page.get_newest('homepage');
121    IF url %]
122 <h3>[% g('External Resources:') %]</h3>
123 <ul>
124 <li><a href="[% url | uri %]">[% g('Homepage') %]</a> [[% extract_host(url) %]]</li>
125 </ul>
126 [% END %]
127
128 [% FOREACH sim IN similar %]
129         [% IF loop.first %]
130         <h3>[% g('Similar packages:') %]</h3>
131         <ul>
132         [% END %]
133         <li><a href="/[% sim %]">[% sim %]</a></li>
134         [% '</ul>' IF loop.last %]
135 [% END %]
136
137 </div> <!-- end pmoreinfo -->
138 [% END %]
139
140 [% IF suite == "experimental" || subsection == "debian-installer" %]
141 <div class="pconstantnag">
142 [% IF suite == "experimental" %]
143 [% changelog_link = 'changelog';
144    changelog_link = "$changelogs_url$files.changelog.path" %] 
145 <h2>[% g('Experimental package') %]</h2>
146 <p>[% g('Warning: This package is from the <strong>experimental</strong> distribution.
147 That means it is likely unstable or buggy, and it may even cause data loss.
148 Please be sure to consult the <a href="%s">changelog</a> and other possible documentation before
149 using it.', changelog_link) %]</p>
150 [% END %]
151 [% IF subsection == "debian-installer" %]
152 <h2>[% g('debian-installer udeb package') %]</h2>
153 <p>[% g('Warning: This package is intended for the use in building
154 <a href="http://www.debian.org/devel/debian-installer">debian-installer</a> images only.
155 Do not install it on a normal %s system.', organisation ) %]</p>
156 [% END %]
157 </div>
158 [% END %]
159
160 <div id="ptablist">
161 </div>
162
163 [% IF desc %]
164 <div id="pdesctab">
165 <div id="pdesc">
166 [% UNLESS is_virtual %]
167         [% IF desc.$desclang.short %]
168         <h2>[% desc.$desclang.short %]</h2>
169         <p>[% desc.$desclang.long %]
170         [% END %]
171 [% ELSE %]
172         <p>[% g('This is a <em>virtual package</em>. See the <a href="%s">Debian policy</a> for a <a href="%sch-binary.html#s-virtual_pkg">definition of virtual packages</a>.',
173                 policy_url, policy_url) %]</p>
174 [% END %]
175 </div> <!-- end pdesc -->
176
177 [% FOREACH tag IN tags %]
178   [% IF loop.first -%]
179     <div id="ptags"><p>
180     <a href="[% tags_url %]edit.html?pkg=[% pkg | uri %]">[% g('Tags') %]</a>:
181   [%- END %]
182   [% facet = tag.0;
183      facet_name = debtags_voc.$facet;
184      tag_id = "$tag.0::$tag.1";
185      tag_name = debtags_voc.$tag_id;
186    %]
187   [% facet_name _ ': ' UNLESS old_facet && facet == old_facet %]
188   [% IF tag_name %]
189    <a href="/about/debtags#[% string2id(tag_id) %]">[% tag_name %]</a>[% ', ' UNLESS loop.last %]
190   [% ELSE %]
191   [% tag_id %][% ', ' UNLESS loop.last %]
192   [% END %]
193   [% old_facet = facet %]
194   [% IF loop.last -%]
195     </p>
196     </div> <!-- end ptags -->
197   [%- END %]
198 [% END %]
199
200 [% FOREACH providers %]
201   [% IF loop.first %]<div id="pdeps"><h2>[% g('Packages providing %s', pkg) %]</h2><dl>[% END %]
202     <dt>[% IF available %]<a href="[% make_url(name,'','source','') %]">[% name %]</a>[% ELSE %][% name %][% END %]</dt>
203     <dd>[% desc %]</dd>
204   [% '</dl></div>' IF loop.last %]
205 [% END %]
206 </div> <!-- pdesctab -->
207 [% END %]
208
209 [% FOREACH binaries %]
210   [% IF loop.first %]<div id="pbinaries">[% g('The following binary packages are built from this source package:') %]<dl>[% END %]
211     <dt>[% IF available %]<a href="[% make_url(name,'','source','') %]">[% name %]</a>[% ELSE %][% name %][% END %]</dt>
212     <dd>[% desc %]</dd>    
213   [% '</dl></div>' IF loop.last %]
214 [% END %]
215
216 [% FOREACH relations %]
217   [% IF loop.first -%]
218     <div id="pdeps">
219     <h2>[% g('Other Packages Related to %s', pkg) %]</h2>
220
221     <table id="pdeplegend" class="visual" summary="legend"><tr>
222     [% IF is_source %]
223     <td><ul class="uladep"><li>build-depends</li></ul></td>
224     <td><ul class="ulidep"><li>build-depends-indep</li></ul></td>
225     [% ELSE %]
226     <td><ul class="uldep"><li>depends</li></ul></td>
227     <td><ul class="ulrec"><li>recommends</li></ul></td>
228     <td><ul class="ulsug"><li>suggests</li></ul></td>
229     [% END %]
230     </tr></table>
231   [%- END %]
232
233   <ul class="ul[% id %]">
234   [% FOREACH terms %]
235     [% '<li>' UNLESS is_old_pkgs %]
236     [% FOREACH alternatives %]
237       [% '<dl>' IF loop.first %]
238       <dt>[% IF loop.first %]<span class="nonvisual">[% id %]:</span>[% ELSE %]or [% END %]
239         [% IF suite %]<a href="[% make_url(name,'','suite',suite,'source','') %]">[% name %]</a>[% ELSE %][% name %][% END %]
240         [% ' (' _ version _ ')' IF version %]
241         [% ' [' _ arch_str _ ']' IF arch_str %]</dt>
242       [%- IF !is_old_pkgs -%]
243         <dd>[% desc -%]
244         [%- IF providers.pkgs.size > 0 -%]
245           [% '<br>also a ' IF providers.also %][% g('virtual package provided by') %]
246           [% js_id = name %]
247             <span id="js_[% js_id %]" class="p_js_elem"></span> <span id="html_[% js_id %]">[% FOREACH provider IN providers.pkgs %]<a href="[% make_url(provider,'','suite',suite,'source','') %]">[% provider %]</a>[% ', ' UNLESS loop.last %][% END %]</span>
248         [% IF providers.pkgs.size > 10 %]
249         <script type="text/javascript">init_toggle_elem("[% js_id %]",[% g('%u providing packages', providers.pkgs.size) %]</script>
250         [% END %]
251         [% END %]
252         </dd>
253       [% END %]
254       [% '</dl>' IF loop.last %]
255     [% END %]
256   [% END %]
257   </ul>
258
259   [% IF loop.last -%]
260     </div> <!-- end pdeps -->
261   [%- END %]
262 [% END %]
263
264 [% FOREACH d IN downloads %]
265   [% IF loop.first -%]
266     <div id="pdownload">
267     <h2>Download [% pkg %]</h2>
268     
269     <table summary="[% g('The download table links to the download of the package and a file overview. In addition it gives information about the package size and the installed size.') %]">
270     <caption class="hidecss">[% g('Download for all available architectures') %]</caption>
271     <tr><th>[% g('Architecture') %]</th>
272         [% '<th>'_ g('Version') _'</th>' IF versions.multiple %]
273         <th>[% g('Package Size') %]</th>
274         <th>[% g('Installed Size') %]</th>
275         <th>[% g('Files') %]</th>
276     </tr>
277   [%- END %]
278
279 <tr>
280 [% download_url = pkg _ '/' _ d.arch _ '/download'
281    filelist_url = pkg _ '/' _ d.arch _ '/filelist' %]
282 <th><a href="[% make_url(download_url) | uri %]">[% d.arch %]</a>
283 [%- SET a = d.archive; IF mirrors.$a.unofficial_port  %] <strong>[% g('(unofficial port)') %]</strong>[% END %]</th>
284 [% vnorm = d.version.replace( '\+b\d+$', '' ); vlatest = version.replace( '\+b\d+$', '' );
285    vup = vnorm.replace( '-[^-]+$', '' ); vuplatest = vlatest.replace( '-[^-]+$', '' );
286    IF vnorm == vlatest;
287         version_class = 'vcurrent';
288    ELSIF vup == vuplatest;
289         version_class = 'volder';
290    ELSE;
291         version_class = 'vold';
292    END %]
293 [% "<td class='$version_class'>$d.version</td>" IF versions.multiple %]
294 <td class="size">[% g('%.1f&nbsp;kB', d.pkgsize) %]</td><td class="size">[% g('%u&nbsp;kB', d.instsize) %]</td>
295 <td>
296 [% IF d.contents_avail %]
297   [<a href="[% make_url(filelist_url) | uri %]">[% g('list of files') %]</a>]
298 [% ELSE %]
299   [% g('no current information') %]
300 [% END %]
301 </td>
302 </tr>
303
304   [% IF loop.last -%]
305     </table>
306
307     </div> <!-- end pdownload -->
308   [%- END %]
309 [% END %]
310
311 [% FOREACH srcfiles %]
312   [% IF loop.first -%]
313     <div id="pdownload">
314     <h2>Download [% pkg %]</h2>
315     
316     <table summary="[% g('Download information for the files of this source package') %]">
317     <tr><th>[% g('File') %]</th><th>[% g('Size (in kB)') %]</th><th>[% g('MD5 checksum') %]</th></tr>
318   [%- END %]
319
320 <tr>
321 <td><a href="[% server _ path %]">[% filename %]</a></td>
322 <td>[% g('%.1f&nbsp;kB', size) %]</td>
323 <td class="md5sum">[% md5sum %]</td>
324 </tr>
325
326   [% IF loop.last -%]
327     </table>
328
329 [% FOREACH vcs IN known_vcs;
330         vcs_id = vcs.0; vcs_name = vcs.1; vcs_pkg = vcs.2;
331         vcs_info = page.get_newest("vcs-$vcs_id");
332         SET vcs_info = page.get_newest("x-vcs-$vcs_id") UNLESS vcs_info;
333         IF vcs_info; %]
334 <dl>
335 <dt>[% g('Debian Package Source Repository (<acronym title="Version Control System">VCS</acronym>: <a href="%s">%s</a>)',
336         make_url(vcs_pkg,'','source',''), vcs_name ) %]</dt>
337 <dd><a href="[% vcs_info %]" class="pvcslink">[% vcs_info %]</a></dd>
338 [% IF vcs_link %]
339 <dt>[% g('Debian Package Source Repository (Browsable)') %]</dt><dd><a href="[% vcs_link %]" class="pvcslink">[% vcs_link %]</a></dd>
340 [% END %]
341 </dl>
342 [% END; END %]
343
344     </div> <!-- end pdownload -->
345   [%- END %]
346 [% END %]
347
348 [%# <script type="text/javascript">init_tab_list("ptablist")</script> %]
349
350 [%- PROCESS 'html/foot.tmpl' -%]