view reproctool.htm @ 0:9c46727ce7ab

Initial version
author Dominic Cleal <dominic@computerkb.co.uk>
date Sat, 24 Jan 2009 16:23:08 +0000
parents
children
line wrap: on
line source

<html>
<body>

<form action="/cgi-bin/reproctool/reproctool.cgi" method="post">
    <textarea rows="5" cols="80" name="items"></textarea>
    <table border="0" cellspacing="4">
        <tr>
            <td>Tritanium</td>
            <td>Pyerite</td>
            <td>Mexallon</td>
            <td>Isogen</td>
            <td>Nocxium</td>
            <td>Zydrine</td>
            <td>Megacyte</td>
            <td>Morphite</td>
        </tr>
        <tr>
            <td><input type="text" name="trit" value="1" size="4" /></td>
            <td><input type="text" name="pyer" value="1" size="4" /></td>
            <td><input type="text" name="mexa" value="1" size="4" /></td>
            <td><input type="text" name="isog" value="1" size="4" /></td>
            <td><input type="text" name="nocx" value="1" size="4" /></td>
            <td><input type="text" name="zydr" value="1" size="4" /></td>
            <td><input type="text" name="mega" value="1" size="4" /></td>
            <td><input type="text" name="morp" value="1" size="4" /></td>
        </tr>
    </table>
    <input type="submit" />
</form>

</body>
</html>