http://www.wapforum.org/DTD/wml_1.1.xml" >
<WML>
<CARD id=card2 title="Kind of research">
<P>
<?php
echo ("You are checking ");
if ($choice == "exams_data") {
echo (" examinations timetables.
n");
} else if ($choice == "consulting_data") {
echo (" consulting hours.
n");
} else {
echo ("I don't know what and there is some problem.
n");
}
?>
<P>
You can search by surname (either exact or partial) or by subject (either exact or partial).
Select the kind of research.
<P>
<SELECT name="<?php echo (" $choice?);
?>" value="surname" title="research"> <OPTION selected value=surname>professor's name</OPTION> <OPTION value=subject>subject</OPTION>
<WML>
<CARD id=card2 title="Kind of research">
<P>
<?php
echo ("You are checking ");
if ($choice == "exams_data") {
echo (" examinations timetables.
n");
} else if ($choice == "consulting_data") {
echo (" consulting hours.
n");
} else {
echo ("I don't know what and there is some problem.
n");
}
?>
<P>
You can search by surname (either exact or partial) or by subject (either exact or partial).
Select the kind of research.
<P>
<SELECT name="<?php echo (" $choice?);
?>" value="surname" title="research"> <OPTION selected value=surname>professor's name</OPTION> <OPTION value=subject>subject</OPTION>
| 对此文章发表了评论 |
