11 <B>EDIT CONFERENCE PROPERTIES:</B><br/>
12 Provide the properties you wish to edit.
14 <form action=
"index.php?r=editConferenceFunction/index" method=
"post"><br/>
16 <input type=
"text" name=
"confname"><br/>
17 <label>Rooms : </label><br/>
18 <input type=
"text" name=
"rooms"><br/>
20 <label>Start Time : </label><br/>
21 <input type=
"text" name=
"starttime"><br/>
22 <label>End Time : </label><br/>
23 <input type=
"text" name=
"endtime"><br/>
25 <input type=
"text" name=
"confdate"><br/>
26 <label>Address : </label><br/>
27 <input type=
"text" name=
"address"><br/>
28 <label>Description : </label><br/>
29 <input type=
"text" name=
"description"><br/>
30 <input hidden name=
"val" value=
"<?php echo $_GET["va
"];?>"/>
33 <input type=
"submit" value=
"Edit Properties">