home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
- <html>
- <head>
- <title>Modify Event</title>
- <SMLScripts>
- </head>
-
- <body>
- <FORM>
- <%<DATAOBJECT class="TEvent" name="Event" oid="${EventNum}"/>%>
- <SMLVars>
- <H3>Modify Event</H3>
- Event Name:<BR>
- <%<CONTROL type="edit" name="edtName" property="Event.Event_Name"/>%><BR>
- Description:<BR>
- <%<CONTROL type="memo" name="edtDesc" property="Event.Event_Description" cols="30" rows="6"/>%><BR>
- Date:<BR>
- <%<CONTROL type="edit" name="edtDate" property="Event.Event_Date"/>%><BR>
- Time:<BR>
- <%<CONTROL type="edit" name="edtTime" property="Event.Event_Time"/>%><BR>
- Price:<BR>
- <%<CONTROL type="edit" name="edtPrice" property="Event.Ticket_Price"/>%><BR>
- <BR>
- <%
- <BUTTON type="submit" caption="Submit">
- <ACTION type="update" value="Event"/>
- <ACTION type="page" value="EventMain.sml"/>
- </BUTTON>
- <BUTTON type="reset" caption="Reset"/>
- %>
- </FORM>
- </body>
- </html>
-