From: Frank Lichtenheld Date: Sat, 9 Jun 2007 21:15:23 +0000 (+0200) Subject: html/head.tmpl: Compactify the header X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=fd3a4878c0c933947c195f10ebb44ee83401a0e9;hp=38bdd83cda111c78634c4e9824e872a26aa96fc2;p=deb%2Fpackages.git html/head.tmpl: Compactify the header Make search for more compact by changing radio buttons to dropwdown select list. Use smaller images for the logo. --- diff --git a/static/Pics/debian-small.png b/static/Pics/debian-small.png new file mode 100644 index 0000000..61e4cf8 Binary files /dev/null and b/static/Pics/debian-small.png differ diff --git a/static/Pics/openlogo-nd-25.png b/static/Pics/openlogo-nd-25.png new file mode 100644 index 0000000..5ad4487 Binary files /dev/null and b/static/Pics/openlogo-nd-25.png differ diff --git a/templates/config.tmpl b/templates/config.tmpl index 0d99856..6fb12e0 100644 --- a/templates/config.tmpl +++ b/templates/config.tmpl @@ -18,7 +18,7 @@ cn_help_url = homepage _ 'intro/cn' logo = { url => homepage, - src => '/Pics/openlogo-nd-50.png', + src => '/Pics/openlogo-nd-25.png', alt => organisation, } copyright = { diff --git a/templates/html/head.tmpl b/templates/html/head.tmpl index d224ea3..308d396 100644 --- a/templates/html/head.tmpl +++ b/templates/html/head.tmpl @@ -30,11 +30,12 @@ [%- IF print_search_field %] -[% checked = 'checked="checked"' %] +[% checked = 'checked="checked"' + selected = 'selected="selected"' %]
[% IF search_field_values.mode %][% END %] @@ -42,22 +43,16 @@ [% IF search_field_values.suite %][% END %] [% IF search_field_values.sections %][% END %] [% IF search_field_values.architectures %][% END %] - + all options -
-
search in: - -   - - - -
- - - - -
[% END %]