File:  [Repository] / cdli / zpt / addBasket.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Nov 3 01:47:58 2005 UTC (18 years, 8 months ago) by dwinter
Branches: MAIN
CVS tags: zcat_only_1, Root_zcat_only_1, HEAD
*** empty log message ***

    1: <html>
    2: <body>
    3: <form action="manage_addBasket" method="POST">
    4: <h2>Add basket</h2>
    5: <b>Id:</b><input name="id" len="40"><br>
    6: <i>Title:</i><input name="title" len="40"><br>
    7: <input type="submit" value="submit">
    8: </form>
    9: </body>
   10: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>