19 <h1>Search Area Of Interest By Topic</h1>
20 <form action=
"index.php?r=conferenceTopics/index&va=<?php echo $confid; ?>" method=
"post">
25 $this->widget(
'zii.widgets.jui.CJuiAutoComplete',array(
27 'source'=>$this->autocomplete_topics(),
33 'style'=>
'height:20px;',
39 <input type=
"submit" value=
"Show Subtopics">
44 if(isset($_POST[
'topic'])) $this->view_subtopics();
45 else echo
"Select A Topic To View Its Subtopics";
51 <?php echo
"<h3><a href=./index.php?r=interests_request/index&confid=$confid>Request New Interest</a></h3>" ?>
53 <?php echo
"<h3><a href=./index.php?r=conference/view&id=$confid>Go Back To Conference Viewing Page</a></h3> <br/><br/>" ?>