morgand 01/01/30 16:44:16
Modified: jdbc/examples/web index.html
Log:
Made the input box wider.
Revision Changes Path
1.2 +2 -2 jakarta-taglibs/jdbc/examples/web/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-taglibs/jdbc/examples/web/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.html 2001/01/08 21:16:41 1.1
+++ index.html 2001/01/31 00:44:16 1.2
@@ -19,13 +19,13 @@
<tr>
<td>Driver</td>
<td>
- <input type="text" name="driver" value="org.gjt.mm.mysql.Driver">
+ <input type="text" size="40" name="driver" value="org.gjt.mm.mysql.Driver">
</td>
</tr>
<tr>
<td>Dburl</td>
<td>
- <input type="text" name="dburl" value="jdbc:mysql://localhost/test">
+ <input type="text" size="40" name="dburl"
value="jdbc:mysql://localhost/test">
</td>
</tr> </table>
<p>