X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=8f76bb275317586cd306d06024214b4c663e41ee;hb=3c396ed67e80cc413303725209ebcfe7b3e36554;hp=c72596432b1fc6437763f078f64f8e4a0a6399bc;hpb=c32e5806d3907b53fbd0d64cbb7c6bf7d87ae61d;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index c725964..8f76bb2 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -80,9 +80,9 @@ SET vcs_info = page.get_newest("x-vcs-$vcs_id") UNLESS vcs_info; IF vcs_info %] ([% vcs_name %]) -[% END %] - [% END; END %] + +[% END %] @@ -106,14 +106,14 @@ [%- 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/' _ matches.0 _ '/'; + mailarchiveurl = 'http://lists.ubuntu.com/archives/' _ uri_escape(matches.0) _ '/'; END -%] [%- '' IF loop.last -%] @@ -124,7 +124,7 @@ IF url %]

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

[% END %] @@ -178,7 +178,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; @@ -337,16 +337,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 %]