]> git.deb.at Git - deb/packages.git/blob - templates/html/show.tmpl
html/{search,show}.tmpl: Fix string translations
[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="[% g('legend') %]"><tr>
222     [% IF is_source %]
223     <td><ul class="uladep"><li>[% g('build-depends') %]</li></ul></td>
224     <td><ul class="ulidep"><li>[% g('build-depends-indep') %]</li></ul></td>
225     [% ELSE %]
226     <td><ul class="uldep"><li>[% g('depends') %]</li></ul></td>
227     <td><ul class="ulrec"><li>[% g('recommends') %]</li></ul></td>
228     <td><ul class="ulsug"><li>[% g('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           [% IF providers.also;
246                 '<br>' _ g('also a virtual package provided by');
247              ELSE;
248                 g('virtual package provided by');
249              END; %]
250           [% js_id = name %]
251             <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>
252         [% IF providers.pkgs.size > 10 %]
253         <script type="text/javascript">init_toggle_elem("[% js_id %]",[% g('%u providing packages', providers.pkgs.size) %]</script>
254         [% END %]
255         [% END %]
256         </dd>
257       [% END %]
258       [% '</dl>' IF loop.last %]
259     [% END %]
260   [% END %]
261   </ul>
262
263   [% IF loop.last -%]
264     </div> <!-- end pdeps -->
265   [%- END %]
266 [% END %]
267
268 [% FOREACH d IN downloads %]
269   [% IF loop.first -%]
270     <div id="pdownload">
271     <h2>[% g('Download %s', pkg) %]</h2>
272     
273     <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.') %]">
274     <caption class="hidecss">[% g('Download for all available architectures') %]</caption>
275     <tr><th>[% g('Architecture') %]</th>
276         [% '<th>'_ g('Version') _'</th>' IF versions.multiple %]
277         <th>[% g('Package Size') %]</th>
278         <th>[% g('Installed Size') %]</th>
279         <th>[% g('Files') %]</th>
280     </tr>
281   [%- END %]
282
283 <tr>
284 [% download_url = pkg _ '/' _ d.arch _ '/download'
285    filelist_url = pkg _ '/' _ d.arch _ '/filelist' %]
286 <th><a href="[% make_url(download_url) | uri %]">[% d.arch %]</a>
287 [%- SET a = d.archive; IF mirrors.$a.unofficial_port  %] <strong>[% g('(unofficial port)') %]</strong>[% END %]</th>
288 [% vnorm = d.version.replace( '\+b\d+$', '' ); vlatest = version.replace( '\+b\d+$', '' );
289    vup = vnorm.replace( '-[^-]+$', '' ); vuplatest = vlatest.replace( '-[^-]+$', '' );
290    IF vnorm == vlatest;
291         version_class = 'vcurrent';
292    ELSIF vup == vuplatest;
293         version_class = 'volder';
294    ELSE;
295         version_class = 'vold';
296    END %]
297 [% "<td class='$version_class'>$d.version</td>" IF versions.multiple %]
298 <td class="size">[% g('%.1f&nbsp;kB', d.pkgsize) %]</td><td class="size">[% g('%u&nbsp;kB', d.instsize) %]</td>
299 <td>
300 [% IF d.contents_avail %]
301   [<a href="[% make_url(filelist_url) | uri %]">[% g('list of files') %]</a>]
302 [% ELSE %]
303   [% g('no current information') %]
304 [% END %]
305 </td>
306 </tr>
307
308   [% IF loop.last -%]
309     </table>
310
311     </div> <!-- end pdownload -->
312   [%- END %]
313 [% END %]
314
315 [% FOREACH srcfiles %]
316   [% IF loop.first -%]
317     <div id="pdownload">
318     <h2>Download [% pkg %]</h2>
319     
320     <table summary="[% g('Download information for the files of this source package') %]">
321     <tr><th>[% g('File') %]</th><th>[% g('Size (in kB)') %]</th><th>[% g('MD5 checksum') %]</th></tr>
322   [%- END %]
323
324 <tr>
325 <td><a href="[% server _ path %]">[% filename %]</a></td>
326 <td>[% g('%.1f&nbsp;kB', size) %]</td>
327 <td class="md5sum">[% md5sum %]</td>
328 </tr>
329
330   [% IF loop.last -%]
331     </table>
332
333 [% FOREACH vcs IN known_vcs;
334         vcs_id = vcs.0; vcs_name = vcs.1; vcs_pkg = vcs.2;
335         vcs_info = page.get_newest("vcs-$vcs_id");
336         SET vcs_info = page.get_newest("x-vcs-$vcs_id") UNLESS vcs_info;
337         IF vcs_info; %]
338 <dl>
339 <dt>[% g('Debian Package Source Repository (<acronym title="Version Control System">VCS</acronym>: <a href="%s">%s</a>)',
340         make_url(vcs_pkg,'','source',''), vcs_name ) %]</dt>
341 <dd><a href="[% vcs_info %]" class="pvcslink">[% vcs_info %]</a></dd>
342 [% IF vcs_link %]
343 <dt>[% g('Debian Package Source Repository (Browsable)') %]</dt><dd><a href="[% vcs_link %]" class="pvcslink">[% vcs_link %]</a></dd>
344 [% END %]
345 </dl>
346 [% END; END %]
347
348     </div> <!-- end pdownload -->
349   [%- END %]
350 [% END %]
351
352 [%# <script type="text/javascript">init_tab_list("ptablist")</script> %]
353
354 [%- PROCESS 'html/foot.tmpl' -%]