From: <ki...@us...> - 2003-04-18 19:20:42
|
Update of /cvsroot/pymerase/pymerase/pymweb/www In directory sc8-pr-cvs1:/tmp/cvs-serv17865/www Modified Files: pymweb.html Log Message: Added 'None' compression type. Index: pymweb.html =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymweb/www/pymweb.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** pymweb.html 9 Apr 2003 15:50:45 -0000 1.7 --- pymweb.html 18 Apr 2003 19:20:39 -0000 1.8 *************** *** 44,47 **** --- 44,48 ---- <option value="Tar&Gzip" label="Tar&Gzip" selected="1">Tar&Gzip</option> <option value="Zip" label="Zip">Zip</option> + <option value="None" label="None">None</option> </select> </td> |