diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/reproctool.htm	Sat Jan 24 16:23:08 2009 +0000
@@ -0,0 +1,32 @@
+<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>
\ No newline at end of file