wok rev 5839
tazpkg-web: update search options
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 16 09:14:24 2010 +0200 (2010-07-16) |
parents | 5ad122049072 |
children | 0b8eeecc964e |
files | tazpkg-web/stuff/html/home.html |
line diff
1.1 --- a/tazpkg-web/stuff/html/home.html Fri Jul 16 08:12:24 2010 +0200 1.2 +++ b/tazpkg-web/stuff/html/home.html Fri Jul 16 09:14:24 2010 +0200 1.3 @@ -23,15 +23,19 @@ 1.4 <option>Package</option> 1.5 <option>Desc</option> 1.6 <option>Tags</option> 1.7 + <option>Receipt</option> 1.8 <option>Depends</option> 1.9 + <option>BuildDepends</option> 1.10 <option>File</option> 1.11 <option>File_list</option> 1.12 + <option>FileOverlap</option> 1.13 </select> 1.14 <strong>:</strong> 1.15 <input type="text" name="query" size="32" /> 1.16 <select name="version"> 1.17 <option>stable</option> 1.18 <option>cooking</option> 1.19 + <option>2.0</option> 1.20 <option>1.0</option> 1.21 </select> 1.22 <input type="submit" name="search" value="Search" />