comparison reproctool.cgi @ 18:67f13a371c18

Adding columns input
author Dominic Cleal <dominic@computerkb.co.uk>
date Sun, 25 Jan 2009 15:16:24 +0000
parents a79168f03fc4
children 877806fb69a3
comparison
equal deleted inserted replaced
17:a79168f03fc4 18:67f13a371c18
70 } 70 }
71 71
72 print <<END; 72 print <<END;
73 </tr> 73 </tr>
74 </table> 74 </table>
75 Columns: <input type='text' name='cols' size='2' value='4' /><br /><br />
75 <input type="submit" /> 76 <input type="submit" />
76 </form> 77 </form>
77 78
78 </body> 79 </body>
79 </html> 80 </html>