File:  [Repository] / OSAS / OSA_system / Attic / ChangeOSAS_producer.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Wed Jan 7 10:46:30 2004 UTC (20 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
changes in the organization of the producers

    1: <html>
    2: <body>
    3: <form method="post" action="changeOSAS_producer">
    4: <h2>Change producer</h2>
    5: <b>Title=FullName (required)</b><input name="title" tal:attributes="value here/title"><br>
    6: <b>Address (required)</b><input name="address" tal:attributes="value here/address"><br>
    7: <b>Folder Name for this Producer (required)</b><input name="producerFolderName" tal:attributes="value here/producerFolderName"><br>
    8: 
    9: <em>Contact(optional)</em><input name="contact" tal:attributes="value here/contact"><br>
   10: <em>URL(optional)</em><input name="url" tal:attributes="value here/url"><br>
   11: 
   12: <input type="submit">
   13: </form>
   14: 
   15: </body>
   16: </html>

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