17 <h3>Make An Announcement</h3>
20 <form action=
"index.php?r=announcementfunction/index" method=
"post">
21 <label>Title : <br></label>
22 <input type=
"string" name=
"title" style=
"width:300px;">
24 <label>Content : <br></label>
25 <textarea name=
"content" style=
"width:600px; height: 150px;"></textarea>
28 echo
"<input type='checkbox' name='mailall' value=1> Mail This Announcement To All Participants<br>";
29 echo
"<input type='checkbox' name='mailauth' value=2> Mail This Announcement To Authors Only<br>";
30 echo
"<input type='checkbox' name='mailatt' value=3> Mail This Announcement To Attendees Only<br>";
31 echo
"<input type='checkbox' name='mailref' value=4> Mail This Announcement To Referees Only<br>";
33 <input hidden name=
"confid" value=
"<?php echo $_GET["confid
"];?>"/>
35 <input type=
"submit" value=
"Make Announcement">