]> git.deb.at Git - deb/packages.git/commitdiff
add required paragraphs inside the <form>
authorGerfried Fuchs <rhonda@debian.org>
Wed, 3 Nov 2010 13:09:02 +0000 (14:09 +0100)
committerGerfried Fuchs <rhonda@debian.org>
Wed, 3 Nov 2010 13:09:02 +0000 (14:09 +0100)
templates/html/homepage.tmpl

index eb2d4bf4c4f18993da59c98328f9f7d642334883..b07318c225d4d970e4076e96c126d85261c5948c 100644 (file)
@@ -40,6 +40,7 @@
 <h3>[% g('Search package directories') %]</h3>
 
 <form method="GET" action="/search">
+<p>
 <label for="kw">[% g('Keyword:') %]</label>
 <input type="text" size="30" name="keywords" id="kw">
 <input type="submit" value="[% g('Search') %]"> <input type="reset" value="[% g('Reset') %]">
@@ -69,6 +70,7 @@ Distribution:
 [% END %]
   <option value="all" selected="selected">[% g('any') %]</option>
 </select>
+</p>
 </form>
 <p>[% g('There are shortcuts for some searches available:') %]</p>
 <ul>
@@ -82,6 +84,7 @@ Distribution:
 
 <p>[% g('This search engine allows you to search the contents of %s distributions for any files (or just parts of file names) that are part of packages. You can also get a full list of files in a given package.', organisation) %]<br>
 <form method="GET" action="/search">
+<p>
 <input type="hidden" name="searchon" value="contents">
 
 <label for="keyword">[% g('Keyword:') %]</label>
@@ -115,6 +118,7 @@ Distribution:
 [% END %]
   <option value="any" selected="selected">[% g('any') %]</option>
 </select>
+</p>
 </form>
 
 [% PROCESS 'html/foot.tmpl' page_name=packages_homepage copyright.years = '1997 - 2010' %]