EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
index.php
Go to the documentation of this file.
1 <?php
7 ?>
8 <html>
9 <body>
10 
11 <B>EDIT CONFERENCE PROPERTIES:</B><br/>
12 Provide the properties you wish to edit.
13 <br/>
14 <form action="index.php?r=editConferenceFunction/index" method="post"><br/>
15 <label>Conference Name : </label><br/>
16 <input type="text" name="confname"><br/>
17 <label>Rooms : </label><br/>
18 <input type="text" name="rooms"><br/>
19 
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/>
24 <label>Conference Date : </label><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"];?>"/>
31 <br/><br/>
32 
33 <input type="submit" value="Edit Properties">
34 </form>
35 
36 
37 </body>
38 </html>