One Hat Cyber Team
Your IP :
216.73.216.14
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
vo
/
public_html
/
kats
/
View File Name :
update_form.php3
<? include("auth.php3"); mysql_connect("",$user,$password); $result=mysql_db_query("conference", "select * from kats2000pw where pw='$pw'"); if(mysql_num_rows($result)==0){ include("noaccess.html"); } else{ ?> <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r"> <meta http-equiv="Content-Script=Type" content="text/javascript"> <meta name="Author" content="Sergiy Kolyada"> <title>Registration</title> <SCRIPT type="text/javascript" DEFER > function totalnights(){ var i1 = document.forms[0].arrive.selectedIndex; var i2 = document.forms[0].depart.selectedIndex; var nights = document.forms[0].depart.options[i2].value - document.forms[0].arrive.options[i1].value; document.forms[0].nights.value = nights; return true; } function calculatefee(){ var numberparty = document.forms[0].party.selectedIndex; var numberbanquet = document.forms[0].banquet.selectedIndex; var needtravel = 0; if(document.forms[0].gomyself[0].checked) needtravel=1; var accompanies = document.forms[0].accomp.selectedIndex; document.forms[0].people.value = accompanies + 1; document.forms[0].total_transport.value = (accompanies + 1) * 20 * needtravel; document.forms[0].people_party.value = numberparty; document.forms[0].total_party.value = numberparty * 20; document.forms[0].people_banquet.value = numberbanquet; document.forms[0].total_banquet.value = numberbanquet * 20; document.forms[0].total.value = 40 + 20 * numberparty + 20 * numberbanquet + 20 * (accompanies +1) * needtravel; return true; } function checkaccomp(){ return true; } function checkbanquet(){ if(document.forms[0].dobanq.checked){ if(document.forms[0].banquet.selectedIndex==0){ document.forms[0].banquet.selectedIndex=1; } } else{ document.forms[0].banquet.selectedIndex=0; } return true; } function checkparty(){ if(document.forms[0].doparty.checked){ if(document.forms[0].party.selectedIndex==0){ document.forms[0].party.selectedIndex=1; } } else{ document.forms[0].party.selectedIndex=0; } return true; } function checkcheckp(){ if(document.forms[0].party.selectedIndex){ document.forms[0].doparty.checked=1; } else{ document.forms[0].doparty.checked=0; } return true; } function checkcheckb(){ if(document.forms[0].banquet.selectedIndex){ document.forms[0].dobanq.checked=1; } else{ document.forms[0].dobanq.checked=0; } return true; } </script> </head> <BODY ONLOAD="totalnights(); calculatefee();" TEXT="#000000"> <? $arr=mysql_fetch_array($result); mysql_free_result($result); $id=$arr["id"]; //getting participant's info include("vars.php3"); // accompanies include("acc.php3"); // $result=mysql_db_query("conference", // "select * from kats2000acc where parent='$id'"); // $extradata=mysql_fetch_array($result); // mysql_free_result($result); ?> <table BORDER WIDTH="100%" bgcolor="#38354D"> <tr VALIGN=TOP> <td ALIGN=LEFT VALIGN=CENTER WIDTH="70%"><a href="kats2000.html"><img SRC="Koshkas1.jpg" ALT="logo" BORDER=0 height=100 width=145 align=CENTER></a><b><font face="Arial"><font size=+2><font color="#66FFFF"> R e g i s t r a t i o n F o r m</font></font></b></td> </tr> </table> <table BORDER WIDTH="100%" > <tr VALIGN=TOP> <td WIDTH="100%" BACKGROUND="oblbeg.jpg">.</td> </tr> </table> <p><b><font size=+1><font color="#CC0000">REGISTRATION</font><font color="#000000"> FORM FOR ONE PARTICIPANT</font></font></b> <P> You can update or change the data in this form later. To keep us informed about your plans, please, enter as much information as you can at the moment, and keep it up to date. <BR> <FORM ACTION="update.php3" ENCTYPE="multipart/form-data" METHOD=POST> <input type="hidden" name="pw" value="<? echo $pw; ?>"> <table BORDER WIDTH="100%" > <tr VALIGN=TOP> <td COLSPAN="4" WIDTH="100%" BGCOLOR="#000066"><b><font color="#FFFFFF">PERSONAL INFORMATION</font></b> </td> </tr> <tr VALIGN=TOP> <td WIDTH="21%" BGCOLOR="#EFEFEF"><font color="#000000">Family Name:</font></td> <td WIDTH="29%"><input NAME="lastname" size=25 value="<? echo $lastname; ?>"></td> <td WIDTH="21%" BGCOLOR="#EFEFEF"><font color="#000000">First Name:</font></td> <td WIDTH="29%"><input NAME="firstname" size=25 value="<? echo $firstname; ?>" ></td> </tr> <tr> <td colspan="2"><b>ACCOMPANYING PERSONS</b></td> <td colspan="2">Number of accompanying persons: <SELECT NAME="accomp" ONCHANGE="calculatefee(); checkaccomp()"> <OPTION <? if ($accomp=="--") echo "selected"?> >-- <OPTION <? if ($accomp=="1") echo "selected"?> >1 <OPTION <? if ($accomp=="2") echo "selected"?> >2 <OPTION <? if ($accomp=="3") echo "selected"?> >3 </SELECT> </td> </tr> <tr VALIGN=BOTTOM> <td WIDTH="21%" BGCOLOR="#EFEFEF"><font color="#000000"> Accompanying Person 1</font> <br><font color="#000000"> Family Name:</font></td> <td WIDTH="29%"> <input NAME="last_1" value="<? echo $last[0]; ?>" size=25> </td> <td WIDTH="21%" BGCOLOR="#EFEFEF"><font color="#000000">First Name:</font> </td> <td WIDTH="29%"><input NAME="first_1" value="<? echo $first[0]; ?>" size=25></td> <input type="hidden" name="id1" value="<? echo $id_a[0]; ?>"> </tr> <tr VALIGN=BOTTOM> <td WIDTH="21%" BGCOLOR="#EFEFEF"><font color="#000000">Accompanying Person 2</font> <br><font color="#000000">Family Name:</font></td> <td WIDTH="29%"><input NAME="last_2" value="<? echo $last[1]; ?>" size=25></td> <td WIDTH="21%" BGCOLOR="#EFEFEF"><font color="#000000">First Name:</font></td> <td WIDTH="29%"><input NAME="first_2" value="<? echo $first[1]; ?>" size=25> <input type="hidden" name="id2" value="<? echo $id_a[1]; ?>"> </td> </tr> <tr VALIGN=BOTTOM> <td WIDTH="21%" BGCOLOR="#EFEFEF"><font color="#000000">Accompanying Person 3</font> <br><font color="#000000">Family Name:</font></td> <td WIDTH="29%"><input NAME="last_3" value="<? echo $last[2]; ?>" size=25></td> <td WIDTH="21%" BGCOLOR="#EFEFEF"><font color="#000000">First Name:</font></td> <td WIDTH="29%"><input NAME="first_3" value="<? echo $first[2]; ?>" size=25> <input type="hidden" name="id3" value="<? echo $id_a[2]; ?>"> </td> </tr> </table> <br> <table BORDER WIDTH="100%" > <tr VALIGN=TOP> <td COLSPAN="4" WIDTH="100%" BGCOLOR="#000066"><b><font color="#FFFFFF">AFFILIATION</font></b></td> </tr> <tr VALIGN=TOP> <td WIDTH="21%" BGCOLOR="#EFEFEF"><font color="#000000">Institution</font></td> <td COLSPAN="3" WIDTH="79%"><input NAME="institution" size=60 value="<? echo $institution; ?>"></td> </tr> <tr VALIGN=TOP> <td WIDTH="21%" BGCOLOR="#EFEFEF"><font color="#000000">Faculty or Department:</font></td> <td COLSPAN="3" WIDTH="79%"><input NAME="faculty" size=60 value="<? echo $faculty; ?>"></td> </tr> <tr VALIGN=TOP> <td WIDTH="21%" BGCOLOR="#EFEFEF"><font color="#000000">Street or P.O.Box:</font></td> <td COLSPAN="3" WIDTH="79%"><input NAME="street" size=60 value="<? echo $street; ?>"></td> </tr> <tr VALIGN=TOP> <td WIDTH="15%" BGCOLOR="#EFEFEF"><font color="#000000">City:</font></td> <td WIDTH="15%"><input NAME="city" size=25 value="<? echo $city; ?>"></td> <td WIDTH="19%" BGCOLOR="#EFEFEF"><font color="#000000">Country:</font></td> <td WIDTH="50%"><input NAME="country" size=25 value="<? echo $country; ?>"></td> </tr> <tr VALIGN=TOP> <td WIDTH="25%" BGCOLOR="#EFEFEF"><font color="#000000">Zip Code:</font></td> <td WIDTH="25%"><input NAME="zip" size=25 value="<? echo $zip; ?>"></td> <td WIDTH="25%" BGCOLOR="#EFEFEF"><font color="#000000">Phone:</font></td> <td WIDTH="25%"><input NAME="phone" size=25 value="<? echo $phone; ?>"></td> </tr> <tr VALIGN=TOP> <td WIDTH="25%" BGCOLOR="#EFEFEF"><font color="#000000">Fax:</font></td> <td WIDTH="25%"><input NAME="fax" size=25 value="<? echo $fax; ?>"></td> <td WIDTH="25%" BGCOLOR="#EFEFEF"><font color="#000000">E-mail:</font></td> <td WIDTH="25%"><input NAME="email" size=25 value="<? echo $email; ?>"></td> </tr> </table> <p><b><font color="#000000">Please give information about your and your accompayning persons passports for getting the visas to Ukraine</font></b> <table BORDER WIDTH="100%" > <tr VALIGN=TOP> <TD WIDTH="100%" COLSPAN=4 BGCOLOR="#000066"><b><font color="#FFFFFF">PASSPORT INFORMATION for VISAS</font></b></td> </tr> <TR> <TD COLSPAN=2><B>Participant's data:</B> <TD COLSPAN=2><INPUT TYPE=checkbox name="needletter" value="1" <? if($needletter){ echo "checked";} ?> > I need a formal invitation letter <tr VALIGN=TOP> <TD>Passport No. </td> <TD><INPUT NAME="pass" value="<? echo $pass; ?>" SIZE="20"> <TD>Issued by <TD><INPUT NAME="pass_issued" value="<? echo $pass_issued; ?>" SIZE="30"> </tr> <TR> <TD>Date of issue (YYYY-MM-DD) <TD><INPUT NAME="pass_date" value="<? echo $pass_date; ?>" SIZE="10"> <TD>Expiration date (YYYY-MM-DD) <TD><INPUT NAME="pass_exp" value="<? echo $pass_exp; ?>" SIZE="10"> <TR> <TD>Date of birth (YYYY-MM-DD) <TD><INPUT NAME="dob" value="<? echo $dob; ?>" SIZE="10"> <TD>Place of birth <TD><INPUT NAME="pob" value="<? echo $pob; ?>" SIZE="10"> <TR> <TD COLSPAN=4><B>1-st accompanion person's data:</B> <tr VALIGN=TOP> <TD>Passport No. </td> <TD><INPUT NAME="pass_a1" value="<? echo $pass_a[0]; ?>" SIZE="20"> <TD>Issued by <TD><INPUT NAME="pass_issued_a1" value="<? echo $pass_issued_a[0]; ?>" SIZE="30"> </tr> <TR> <TD>Date of issue (YYYY-MM-DD) <TD><INPUT NAME="pass_date_a1" value="<? echo $pass_date_a[0]; ?>" SIZE="10"> <TD>Expiration date (YYYY-MM-DD) <TD><INPUT NAME="pass_exp_a1" value="<? echo $pass_exp_a[0]; ?>" SIZE="10"> <TR> <TD>Date of birth (YYYY-MM-DD) <TD><INPUT NAME="dob_a1" value="<? echo $dob_a[0]; ?>" SIZE="10"> <TD>Place of birth <TD><INPUT NAME="pob_a1" value="<? echo $pob_a[0]; ?>" SIZE="10"> <TR> <TD COLSPAN=4><B>2-nd accompanion person's data:</B> <tr VALIGN=TOP> <TD>Passport No. </td> <TD><INPUT NAME="pass_a2" value="<? echo $pass_a[1]; ?>" SIZE="20"> <TD>Issued by <TD><INPUT NAME="pass_issued_a2" value="<? echo $pass_issued_a[1]; ?>" SIZE="30"> </tr> <TR> <TD>Date of issue (YYYY-MM-DD) <TD><INPUT NAME="pass_date_a2" value="<? echo $pass_date_a[1]; ?>" SIZE="10"> <TD>Expiration date (YYYY-MM-DD) <TD><INPUT NAME="pass_exp_a2" value="<? echo $pass_exp_a[1]; ?>" SIZE="10"> <TR> <TD>Date of birth (YYYY-MM-DD) <TD><INPUT NAME="dob_a2" value="<? echo $dob_a[1]; ?>" SIZE="10"> <TD>Place of birth <TD><INPUT NAME="pob_a2" value="<? echo $pob_a[1]; ?>" SIZE="10"> <TR> <TD COLSPAN=4><B>3-rd accompanion person's data:</B> <tr VALIGN=TOP> <TD>Passport No. </td> <TD><INPUT NAME="pass_a3" value="<? echo $pass_a[2]; ?>" SIZE="20"> <TD>Issued by <TD><INPUT NAME="pass_issued_a3" value="<? echo $pass_issued_a[2]; ?>" SIZE="30"> </tr> <TR> <TD>Date of issue (YYYY-MM-DD) <TD><INPUT NAME="pass_date_a3" value="<? echo $pass_date_a[2]; ?>" SIZE="10"> <TD>Expiration date (YYYY-MM-DD) <TD><INPUT NAME="pass_exp_a3" value="<? echo $pass_exp_a[2]; ?>" SIZE="10"> <TR> <TD>Date of birth (YYYY-MM-DD) <TD><INPUT NAME="dob_a3" value="<? echo $dob_a[2]; ?>" SIZE="10"> <TD>Place of birth <TD><INPUT NAME="pob_a3" value="<? echo $pob_a[2]; ?>" SIZE="10"> </table> <p> <b> <font color="#000000">Please give information about your trip </font> </b> <table BORDER WIDTH="100%" > <tr VALIGN=TOP> <td COLSPAN="2" BGCOLOR="#000066"><b><font color="#FFFFFF">TRAVEL INFORMATION </font></b></td> </tr> <TR> <? // needsim: digit 1 - need simferopol, digit 2 - need transport digits 3,4 -arrival, digit 5 - 0 0/1 air/train if(!$needsim){ $needsim="00200"; } $kiev=substr($needsim,0,1); $gomyself=substr($needsim,1,1); $simarrive=substr($needsim,2,2); $arriveby=substr($needsim,4,1); ?> <TD VALIGN="top"><INPUT TYPE=radio NAME="kiev" value="0" <? if(!$kiev){echo "checked";} ?> > I will arrive to Simferopol directly and <TD><INPUT TYPE=radio NAME="gomyself" VALUE="0" <? if(!$gomyself){ echo "checked";} ?> ONCLICK="calculatefee();"> need transportation to Katsiveli and back <BR>Arrival date: <SELECT name="simarrive"> <OPTION <? if($simarrive=="19"){ echo "selected"; } ?> value="19">Aug 19 <OPTION <? if($simarrive=="20"){ echo "selected"; } ?> value="20">Aug 20 <OPTION <? if($simarrive=="21"){ echo "selected"; } ?> value="21">Aug 21 <OPTION <? if($simarrive=="22"){ echo "selected"; } ?> value="22">Aug 22 </SELECT> by <SELECT name="arriveby"> <OPTION <? if(!$arriveby){ echo "selected"; } ?> value="0">air <OPTION <? if($arriveby){ echo "selected"; } ?> value="1">train </SELECT> at <INPUT name="sim_time" value="<? echo $sim_time; ?>" SIZE="5"> <BR><INPUT TYPE=radio NAME="gomyself" VALUE="1" <? if($gomyself){ echo "checked";} ?> ONCLICK="calculatefee();"> get to Katsiveli and back myself </tr> <tr VALIGN=TOP> <? //needkiev 1 digit -need ticket 2 - by air/train 3 -hotel if(!$needkiev){$needkiev="000";} $needticket=substr($needkiev,0,1); $airtrain=substr($needkiev,1,1); $needhotel=substr($needkiev,2,1); ?> <TD VALIGN=top> <INPUT TYPE=radio NAME="kiev" value="1" <? if($kiev){ echo "checked";} ?>> First I will arrive to Kiev. I need <td><INPUT TYPE=checkbox name="needticket" value="1" <? if($needticket){echo "checked";} ?> > ticket reservation to get to Simferopol and back by <SELECT name="airtrain"> <OPTION <? if(!$airtrain){echo "selected";}?> value="0">air <OPTION <? if($airtrain){echo "selected";}?> value="1">train</SELECT> <BR><INPUT TYPE=checkbox name="needhotel" value="1" <? if($needhotel){echo "checked";} ?> > hotel reservation to stay in Kiev <br> Please describe your schedule and needed assistance in detail <br> <textarea name="kievdetails" cols="70" rows="3"><? echo "$kievdetails"; ?></textarea> </tr> </table> <p> <b> <font color="#000000">Please input the title of your talk with a short abstract</font> </b> <table BORDER WIDTH="100%" > <tr VALIGN=TOP> <td COLSPAN="2" WIDTH="100%" BGCOLOR="#000066"><b><font color="#FFFFFF"> PUBLICATIONS </font></b></td> </tr> <tr VALIGN=TOP> <td WIDTH="50%">If you are going to present a paper to the Proceedings or (if you are a speaker of mini-coures) to the Notes of the conference please submit a LaTeX file with a short abstract.</td> <TD><INPUT TYPE=file NAME="abstractfile" SIZE="30"> <br>Notice, that uploading will overwrite previous versions <? if(!$filesubmitted){$filesubmitted="0";}?> </td> </tr> <tr> <TD>or input the title and a short abstract manually <td><INPUT SIZE="50" name="talk" value="<? echo $talk; ?>"> <BR> <textarea NAME="abstract" ROWS=7 COLS=50><? if($filesubmitted){ echo "Abstract file already submitted";}else{echo $abstract;}?> </textarea></td> </tr> </table> <p><b><font color="#000000">Please mark the social events that you and/or your companions will probably attend (the cost of social events is included in the registration fee)</font></b> <br> <table BORDER WIDTH="100%" > <tr VALIGN=TOP> <TD COLSPAN=2 BGCOLOR="#000066"><b><font color="#FFFFFF">SOCIAL EVENTS </font></b></td> </tr> <tr VALIGN=TOP> <td WIDTH="50%" BGCOLOR="#EFEFEF"><b><font color="#000000"> <INPUT TYPE=checkbox name="doparty" <? if($party){echo "checked";}?> VALUE="1" ONCLICK="checkparty(); calculatefee();"> Welcome party, </font></b> <SELECT NAME="party" ONCHANGE="checkcheckp(); calculatefee();"> <OPTION VALUE="0" <? if(!$party){echo "selected";}?>>no <OPTION VALUE="1" <? if($party=="1"){echo "selected";}?>>1 <OPTION VALUE="2" <? if($party=="2"){echo "selected";}?>>2 <OPTION VALUE="3" <? if($party=="3"){echo "selected";}?>>3 <OPTION VALUE="4" <? if($party=="4"){echo "selected";}?>>4 </SELECT> persons </td> <td WIDTH="50%" BGCOLOR="#EFEFEF"><b><font color="#000000"> <INPUT TYPE=checkbox name="dobanq" <? if($banquet){echo "checked";}?> VALUE="1" ONCLICK="checkbanquet(); calculatefee();"> Banquet, </font></b><SELECT NAME="banquet" ONCHANGE="checkcheckb(); calculatefee();"> <OPTION VALUE="0" <? if(!$banquet){echo "selected";}?>>no <OPTION VALUE="1" <? if($banquet=="1"){echo "selected";}?>>1 <OPTION VALUE="2" <? if($banquet=="2"){echo "selected";}?>>2 <OPTION VALUE="3" <? if($banquet=="3"){echo "selected";}?>>3 <OPTION VALUE="4" <? if($banquet=="4"){echo "selected";}?>>4 </SELECT> persons </td> </tr> </table> <br> <table BORDER COLS=1 WIDTH="100%" BGCOLOR="#000066" > <tr> <td><b><font color="#FFFFFF"><font size=+1>ACCOMMODATION</font></font></b></td> </tr> </table> <p><font color="#000000"><b>Accommodation prices (per night) are the following</b>:</font> <br><!-- hoteles --> <table BORDER WIDTH="100%" BGCOLOR="#FFFFFF" > <tr ALIGN=LEFT VALIGN=TOP BGCOLOR="#C0C0C0"> <td ALIGN=CENTER WIDHT="10%"><b><font color="#000000">CODE </font></b></td> <td ALIGN=CENTER WIDHT="10%"><b><font color="#000000">ACCOMMODATION </font></b></td> <td ALIGN=CENTER WIDHT="40%"><b><font color="#000000">DOUBLE ROOM (Prices)</font></b></td> <td ALIGN=CENTER WIDHT="40%"><b><font color="#000000">SINGLE ROOM (Prices)</font></b></td> </tr> <tr VALIGN=TOP> <td ALIGN=CENTER BGCOLOR="#EFEFEF" WIDHT="10%">A</td> <td BGCOLOR="#EFEFEF" WIDHT="10%">Summer Residance</td> <td ALIGN=CENTER WIDHT="40%">25 USD/person (including meals)</td> <td ALIGN=CENTER WIDHT="40%">50 USD (including meals)</td> </tr> <tr VALIGN=TOP> <td ALIGN=CENTER BGCOLOR="#EFEFEF" WIDHT="10%">B</td> <td BGCOLOR="#EFEFEF" WIDHT="10%">Other Hotel </td> <td ALIGN=CENTER WIDHT="40%">< 25 USD </td> <td ALIGN=CENTER WIDHT="40%">> 50 USD</td> </tr> <tr VALIGN=TOP> <td ALIGN=CENTER BGCOLOR="#EFEFEF" WIDHT="10%">C</td> <td BGCOLOR="#EFEFEF" WIDHT="10%">Private Apartments</td> <td ALIGN=CENTER WIDHT="40%">Approx 5 USD/person</td> <td ALIGN=CENTER WIDHT="40%">Approx 10 USD/person</td> </tr> </table> <p><font color="#000000">Prices of double rooms are the same if they are occupied by one or two people. Thus, there is an advantage if two people decide to share a double room, and indicate it clearly on their respective registration forms.</font> <p><b><font color="#000000">Please fill in the following data</font></b> <table BORDER WIDTH="100%" > <tr VALIGN=TOP BGCOLOR="#C0C0C0"> <td COLSPAN="3"><b><font color="#000000">HOTEL RESERVATION</font></b></td> </tr> <tr VALIGN=TOP> <td WIDHT="33%">Arrival Date: <? if(!$arrive){$arrive="20";} ?> <SELECT NAME="arrive" ONCHANGE="totalnights()"> <OPTION VALUE="19" <? if($arrive=="19"){echo "selected";}?> >Aug 19 <OPTION VALUE="20" <? if($arrive=="20"){echo "selected";}?> >Aug 20 <OPTION VALUE="21" <? if($arrive=="21"){echo "selected";}?> >Aug 21 <OPTION VALUE="22" <? if($arrive=="22"){echo "selected";}?> >Aug 22 <OPTION VALUE="23" <? if($arrive=="23"){echo "selected";}?> >Aug 23 </SELECT> </td> <td WIDHT="33%">Departure Date: <? if(!$depart){$depart="30";}?> <SELECT NAME="depart" ONCHANGE="totalnights()"> <OPTION VALUE="29" <? if($depart=="29"){echo "selected";}?> >Aug 29 <OPTION VALUE="30" <? if($depart=="30"){echo "selected";}?> >Aug 30 <OPTION VALUE="31" <? if($depart=="31"){echo "selected";}?> >Aug 31 <OPTION VALUE="32" <? if($depart=="32"){echo "selected";}?> >Sep 1 </SELECT> </td> <td WIDHT="33%">Total Nights:<INPUT NAME="nights" SIZE="2" ONFOCUS="totalnights()" ONBLUR="totalnights()" ONSELECT="alert('no changes here!'); totalnights()" ONCHANGE="alert('no changes here!'); totalnights()" ONCLICK="totalnights()" ONKEYDOWN="totalnights()" ONKEYPRESS="totalnights()" ONKEYUP="totalnights()"></td> </tr> <tr VALIGN=TOP> <? //hotel: 1 -code 2 - doule 3 - single 4 -share $hotelcode=substr($hotel,0,1); $double=substr($hotel,1,1); $single=substr($hotel,2,1); $share=substr($hotel,3,1); ?> <td WIDHT="33%">Hotel Code: <SELECT name="hotelcode"> <OPTION <? if(!$hotelcode){echo "selected";}?> value="0">- <OPTION <? if($hotelcode=="1"){echo "selected";}?> value="1">A <OPTION <? if($hotelcode=="2"){echo "selected";}?> value="2">B <OPTION <? if($hotelcode=="3"){echo "selected";}?> value="3">C </SELECT> </td> <td WIDHT="33%">No. of Double Rooms: <SELECT name="double"> <OPTION <? if(!$double){echo "selected";}?> value="0">- <OPTION <? if($double=="1"){echo "selected";}?> value="1">1 <OPTION <? if($double=="2"){echo "selected";}?> value="2">2 <OPTION <? if($double=="3"){echo "selected";}?> value="3">3 </SELECT> </td> <td WIDHT="33%">No. of Single rooms: <SELECT name="single"> <OPTION <? if(!$single){echo "selected";}?> value="0">- <OPTION <? if($single=="1"){echo "selected";}?> value="1">1 <OPTION <? if($single=="2"){echo "selected";}?> value="2">2 <OPTION <? if($single=="3"){echo "selected";}?> value="3">3 </SELECT> </td> </tr> <tr VALIGN=TOP> <td COLSPAN="3"> <INPUT TYPE=checkbox name="share" <? if($share){echo "checked";}?>> I wish to share a double room with another participant. <BR>Name: <input NAME="neib" size=50 value="<? echo "$neib";?>"> </td> </tr> <tr VALIGN=TOP> <TD VALIGN=top COLSPAN=3>Comments: <BR> <TEXTAREA COLS=68 ROWS=3 NAME="hotel_comment"><? echo $hotel_comment; ?></textarea></td> </tr> </table> Unfortunately, we cannot accept payments for living expenses now; payment will be made during checking-in <br> <table BORDER COLS=1 WIDTH="100%" BGCOLOR="#000066" > <tr> <td><b><font color="#FFFFFF"><font size=+1>CONFERENCE REGISTRATION</font></font></b></td> </tr> </table> <p><b><font color="#000000">Registration Fees in USD calculated on your choice</font></b> <br> <table BORDER WIDTH="100%" > <tr VALIGN=TOP> <td WIDTH="30%" BGCOLOR="#EFEFEF"> </td> <td ALIGN=CENTER WIDTH="20%" BGCOLOR="#EFEFEF"><b><font color="#000000">Persons </font></b></td> <td ALIGN=CENTER WIDTH="20%" BGCOLOR="#EFEFEF"><b><font color="#000000">USD </font></b></td> </tr> <tr VALIGN=TOP> <td WIDTH="30%" BGCOLOR="#EFEFEF"><font color="#000000"> Conference fee (40 USD) </font> </td> <td ALIGN=CENTER WIDTH="20%">1 </td> <td ALIGN=CENTER WIDTH="20%">40 </td> </tr> <tr VALIGN=TOP> <td WIDTH="30%" BGCOLOR="#EFEFEF"><font color="#000000"> Transportation from Simferopol to Katsiveli and back (20 USD/person) </font> </td> <TD WIDTH="35%" ALIGN=center> <INPUT NAME="people" SIZE="1" READONLY> </td> <TD WIDTH="35%" ALIGN=center> <INPUT NAME="total_transport" SIZE="3" READONLY> </td> </tr> <tr VALIGN=TOP> <td WIDTH="30%" BGCOLOR="#EFEFEF"><font color="#000000"> Welcome party (20 USD/person) </font> </td> <TD WIDTH="35%" ALIGN=center> <INPUT NAME="people_party" SIZE="1" READONLY> </td> <TD WIDTH="35%" ALIGN=center> <INPUT NAME="total_party" SIZE="3" READONLY> </td> </tr> <tr VALIGN=TOP> <td WIDTH="30%" BGCOLOR="#EFEFEF"><font color="#000000"> Banquet (20 USD/person) </font> </td> <TD WIDTH="35%" ALIGN=center> <INPUT NAME="people_banquet" SIZE="1" READONLY> </td> <TD WIDTH="35%" ALIGN=center> <INPUT NAME="total_banquet" SIZE="3" READONLY> </td> </tr> <tr VALIGN=TOP> <TD WIDTH="50%"> </td> <TD ALIGN=center BGCOLOR="#EFEFEF"><b><font color="#000000">Total: </font></b></td> <TD ALIGN=center><INPUT NAME="total" SIZE="3"></td> </tr> </table> <P> <TABLE FRAME=void RULES=none> <TR> <Td><b>I WILL PAY</b> <TR> <TD COLSPAN=2> <INPUT TYPE=radio name="payment" value="1" <? if($payment){echo "checked";}?>> By bank transfer (preferred) to <TR> <TD WIDTH="25%"> <TD> JSB KIEV Acc. No 04-404-918 <br> WITH: Bankers Trust Company. New York. USA <br>S.W.I.F.T. BKTR US 33 <br>Beneficiary: Ukrainian Charitable Foundation for Furthering <br>Development of Mathematical Science <br>a/c 2600 60000 113 30</td> </tr> <TR> <TD><INPUT TYPE=radio name="payment" value="0" <? if(!$payment){echo "checked";}?>> By cash upon arrival </TABLE> <br> <table BORDER WIDTH="100%" > <tr VALIGN=TOP> <td ALIGN=LEFT WIDTH="20%" BGCOLOR="#000066"><b><font color="#FFCC00">Your personal data will only be used for information purposes related to the Katsiveli 2000</font></b></td> </tr> </table> <table BORDER=0 CELLSPACING=0 WIDTH="100%" > <tr VALIGN=TOP> <td ALIGN=RIGHT><input TYPE=submit name="reply" VALUE="Update"></td> <td ALIGN=LEFT><input type=submit name="reply" value="Cancel"></td> </tr> </table> <p><A HREF="payment.html" NAME="Click here to retrieve the payment form"></a><a NAME="Click here to retrieve the payment form" href="http://www.imath.kiev.ua/~skolyada/pay_form.html"></a><a NAME="Click here to retrieve the payment form" href="http://www.imath.kiev.ua/~skolyada/pay_form.html"></a><b><font color="#000000"><a href="http://www.imath.kiev.ua/~skolyada/pay_form.html" NAME="Click here to retrieve the payment form">Click here to retrieve the payment form</a></font></b> <center><table BORDER COLS=1 BGCOLOR="#347787" > <tr> <td ALIGN=LEFT VALIGN=BASELINE><a href="http://www.imath.kiev.ua/~skolyada"><img SRC="homepage.gif" HSPACE=2 BORDER=0 height=12 width=14></a><font size=-2><font face="Comic Sans MS"> Last updated February 2, 2000 Send any comments or questions to <a href="http://www.imath.kiev.ua/~skolyada/mailaddr.html"><img SRC="mail.gif" ALT="Mail address" HSPACE=2 BORDER=0 height=51 width=44></a> </font><a href="mailto:skolyada@imath.kiev.ua">skolyada@imath.kiev.ua</a></font></td> </tr> </table></center> </form> </body> </html> <? } ?>