17 <h1>Search Area Of Interest By Topic</h1>
18 <form action=
"index.php?r=interests/index" method=
"post">
23 $this->widget(
'zii.widgets.jui.CJuiAutoComplete',array(
25 'source'=>$this->autocomplete_topics(),
31 'style'=>
'height:20px;',
37 <input type=
"submit" value=
"Show Subtopics">
42 if(isset($_POST[
'topic'])) $this->view_subtopics();
43 else echo
"Select A Topic To View Its Subtopics";
50 <?php echo
"<h3><a href=./index.php?r=interests_request/index>Request New Interest</a></h3>" ?>
57 if(Yii::app()->user->id != NULL)
58 $usid = Yii::app()->user->id;
62 echo
"<h3><a href=./index.php?r=user_profile&usid=$usid>Go Back To Your Profile</a></h3> <br/><br/>"