From: <ki...@us...> - 2003-04-09 14:18:22
|
Update of /cvsroot/pymerase/pymerase/pymweb/www In directory sc8-pr-cvs1:/tmp/cvs-serv20086/www Modified Files: pymweb.html Log Message: added support for parseGenexSchemaXML Index: pymweb.html =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymweb/www/pymweb.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** pymweb.html 8 Apr 2003 18:30:24 -0000 1.5 --- pymweb.html 9 Apr 2003 14:18:19 -0000 1.6 *************** *** 17,21 **** </tr> <tr> ! <td><div align="right">Input Module:</div></td><td><input type="text" name="input" value="parseXMI" size="25"></td> </tr> <tr> --- 17,26 ---- </tr> <tr> ! <td><div align="right">Input Module:</div></td> ! <td><select name="input" size="1"> ! <option value="parseXMI" label="parseXMI">parseXMI</option> ! <option value="parseGenexSchemaXML" label="parseGenexSchemaXML">parseGenexSchemaXML</option> ! </select> ! </td> </tr> <tr> *************** *** 39,42 **** --- 44,48 ---- <option value="Tar&Gzip" label="Tar&Gzip" selected="1">Tar&Gzip</option> <option value="Zip" label="Zip">Zip</option> + </select> </td> <tr> |