X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=ef049a5b41196e79e2ce7290fbdb67ab08e78196;hb=07134d873c7eed36befdb9fc06f6538ef8670f1c;hp=048b7d0d6d72f62116b67dfa34b8672d8694ce69;hpb=ca605dba77e7901e6b99a59fe8d8a9de776614b7;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 048b7d0..ef049a5 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -63,7 +63,7 @@ [% UNLESS is_virtual %]

[% g('Links for %s', pkg) %]

-

[% g('Debian Resources:') %]

+

[% g('%s Resources:', organisation) %]

@@ -112,14 +112,16 @@ [%- FOREACH maintainers; mailarchiveurl = ''; IF (matches = mail.match('^(.*)@lists\.debian\.org$')); - mailarchiveurl = 'http://lists.debian.org/' _ matches.0 _ '/'; + mailarchiveurl = 'http://lists.debian.org/' _ uri_escape(matches.0) _ '/'; ELSIF (matches = mail.match('^(.*)@lists\.alioth\.debian\.org$')); - mailarchiveurl = 'http://lists.alioth.debian.org/pipermail/' _ matches.0 _ '/'; + mailarchiveurl = 'http://lists.alioth.debian.org/pipermail/' _ uri_escape(matches.0) _ '/'; + ELSIF (matches = mail.match('^(.*)@lists\.ubuntu\.com$')); + mailarchiveurl = 'http://lists.ubuntu.com/archives/' _ uri_escape(matches.0) _ '/'; END -%] [%- '' IF loop.last -%] [%- END -%] @@ -129,7 +131,7 @@ IF url %]

[% g('External Resources:') %]

[% END %] @@ -183,7 +185,7 @@ [% FOREACH tag IN tags %] [% IF loop.first -%]

- [% g('Tags') %]: + [% g('Tags') %]: [%- END %] [% facet = tag.0; lfacet = "$facet-$po_lang"; facet_name = debtags_voc.$lfacet; @@ -342,16 +344,21 @@ vcs_id = vcs.0; vcs_name = vcs.1; vcs_pkg = vcs.2; vcs_info = page.get_newest("vcs-$vcs_id"); SET vcs_info = page.get_newest("x-vcs-$vcs_id") UNLESS vcs_info; - IF vcs_info; %] + LAST IF vcs_info; + END; + IF vcs_info || vcs_link; %]

+[% IF vcs_info %]
[% g('Debian Package Source Repository (VCS: %s)', make_url(vcs_pkg,'','source',''), vcs_name ) %]
[% vcs_info %]
-[% IF vcs_link %] -
[% g('Debian Package Source Repository (Browsable)') %]
[% vcs_link %]
+[% END; + IF vcs_link %] +
[% g('Debian Package Source Repository (Browsable)') %]
+
[% vcs_link %]
[% END %]
-[% END; END %] +[% END %]
[%- END %] @@ -359,4 +366,4 @@ [%# %] -[%- PROCESS 'html/foot.tmpl' -%] +[%- PROCESS 'html/foot.tmpl' page_name=pkg -%]