comparison reproctool.htm @ 0:9c46727ce7ab

Initial version
author Dominic Cleal <dominic@computerkb.co.uk>
date Sat, 24 Jan 2009 16:23:08 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9c46727ce7ab
1 <html>
2 <body>
3
4 <form action="/cgi-bin/reproctool/reproctool.cgi" method="post">
5 <textarea rows="5" cols="80" name="items"></textarea>
6 <table border="0" cellspacing="4">
7 <tr>
8 <td>Tritanium</td>
9 <td>Pyerite</td>
10 <td>Mexallon</td>
11 <td>Isogen</td>
12 <td>Nocxium</td>
13 <td>Zydrine</td>
14 <td>Megacyte</td>
15 <td>Morphite</td>
16 </tr>
17 <tr>
18 <td><input type="text" name="trit" value="1" size="4" /></td>
19 <td><input type="text" name="pyer" value="1" size="4" /></td>
20 <td><input type="text" name="mexa" value="1" size="4" /></td>
21 <td><input type="text" name="isog" value="1" size="4" /></td>
22 <td><input type="text" name="nocx" value="1" size="4" /></td>
23 <td><input type="text" name="zydr" value="1" size="4" /></td>
24 <td><input type="text" name="mega" value="1" size="4" /></td>
25 <td><input type="text" name="morp" value="1" size="4" /></td>
26 </tr>
27 </table>
28 <input type="submit" />
29 </form>
30
31 </body>
32 </html>