17 if(isset($_POST[
'topname']))
26 <form <?php echo $hid; ?> action=
"index.php?r=interests_request_function/index" method=
"post">
28 echo
"<h3>Add New Subtopics For " .
$topname .
"</h3>";
33 $this->widget(
'zii.widgets.jui.CJuiAutoComplete',array(
35 'source'=>$this->autocomplete_subtopics(),
41 'style'=>
'height:20px;',
46 <input hidden name=
"type" value=1>
47 <textarea hidden name=
"topic"><?php echo
$topname;?></textarea>
49 <input type=
"submit" value=
"Add New Subtopic">
56 <h3>Request A New Topic And/Or Subtopic For Your Interests</h3>
57 <form action=
"index.php?r=interests_request_function/index" method=
"post">
58 <label>Topic : </label><br>
63 $this->widget(
'zii.widgets.jui.CJuiAutoComplete',array(
65 'source'=>$this->autocomplete_alltopics(),
71 'style'=>
'height:20px;',
78 <label>Subtopic : </label><br>
83 $this->widget(
'zii.widgets.jui.CJuiAutoComplete',array(
85 'source'=>$this->autocomplete_allsubtopics(),
91 'style'=>
'height:20px;',
95 <input hidden name=
"type" value=2>
97 <input type=
"submit" value=
"Send Request For New Interest">
99 *Don
't forget to specify a topic name when requesting a new subtopic.
101 **If you want to add a subtopic for an existing topic, specify the topic name.
108 if(!isset($_POST['confid
']) && !isset($_GET['confid
']))
110 if(!isset($_POST['paperid
']) && !isset($_GET['paperid
']))
111 echo "<h3><a href=./index.php?r=interests/index>Go Back To Interest Selection Page</a></h3> <br/><br/>";
113 else if(isset($_POST['paperid
']) && !isset($_GET['paperid
']))
115 $confid = $_POST['paperid
'];
116 echo "<h3><a href=./index.php?r=paper_keyword/index&va=$confid>Go Back To Interest Selection Page</a></h3> <br/><br/>";
121 $confid = $_GET['paperid
'];
122 echo "<h3><a href=./index.php?r=paper_keyword/index&va=$confid>Go Back To Interest Selection Page</a></h3> <br/><br/>";
126 else if(isset($_POST['confid
']) && !isset($_GET['confid
']))
128 $confid = $_POST['confid
'];
129 echo "<h3><a href=./index.php?r=conferenceTopics/index&va=$confid>Go Back To Interest Selection Page</a></h3> <br/><br/>";
135 $confid = $_GET['confid
'];
136 echo "<h3><a href=./index.php?r=conferenceTopics/index&va=$confid>Go Back To Interest Selection Page</a></h3> <br/><br/>";