head 1.10; access; symbols Initial:1.1.1.1 bule:1.1.1; locks; strict; comment @# @; 1.10 date 2003.10.26.01.53.10; author bule; state Exp; branches; next 1.9; 1.9 date 2003.10.20.00.21.46; author bule; state Exp; branches; next 1.8; 1.8 date 2003.10.18.00.33.42; author bule; state Exp; branches; next 1.7; 1.7 date 2003.10.17.00.39.36; author bule; state Exp; branches; next 1.6; 1.6 date 2003.10.06.00.39.27; author bule; state Exp; branches; next 1.5; 1.5 date 2003.09.11.05.28.22; author bule; state Exp; branches; next 1.4; 1.4 date 2003.09.05.06.42.30; author bule; state Exp; branches; next 1.3; 1.3 date 2003.09.04.07.27.00; author bule; state Exp; branches; next 1.2; 1.2 date 2003.08.19.19.24.21; author bule; state Exp; branches; next 1.1; 1.1 date 2003.08.12.19.18.23; author bule; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.08.12.19.18.23; author bule; state Exp; branches; next ; desc @@ 1.10 log @*** empty log message *** @ text @get_dictionary_status(); if ( ($status["status"] == 1) || ($status["status"] == 2) || ($status["status"] == 3)) { $web->redirect("offline.php"); exit; } ?> Bahasa Indonesia Dictionary: Reference show_logo("Reference"); ?> Search Dictionary  |  Send Us E-mail  |  Request a New Word  |  Administration

show_footer(); ?> get_alphabet($alphabet); if ($errstr != "") { print "

${errstr}

\n"; return; } if (count($alphabet) == 0) { return; } $new_form = "Old (Before 1972):"; $old_form = "New:"; foreach($alphabet as $letter) { $new_letter = $web->tohtml($letter->new); $old_letter = $web->tohtml($letter->old); if ($old_letter != $new_letter) { $new_form .= "${new_letter}\n"; $old_form .= "${old_letter}\n"; } else { $new_form .= "${new_letter}\n"; $old_form .= "${old_letter}\n"; } } print <<The Indonesian Alphabet $new_form $old_form
EOFSA; return; } ////////////////////////////////////////////////////////////////////////////// function show_parts_of_speech($web, $indonesia) { $parts_of_speech = array(); $errstr = $indonesia->get_parts_of_speech($parts_of_speech); if ($errstr != "") { print "

${errstr}

\n"; return; } if (count($parts_of_speech) == 0) { return; } $pos_html = "\n" . "\n" . "\n" . "\n" . "\n"; $total_pos = count($parts_of_speech); for($i = 0; $i < $total_pos; $i++) { $part_of_speech = $web->tohtml($parts_of_speech[$i]["part_of_speech"]); $description = $web->tohtml($parts_of_speech[$i]["description"]); $pos_html .= "\n" . "\n" . "\n" . "\n"; } $pos_html .= "
Part of SpeechDescription
${part_of_speech}:${description}
\n"; print <<

Parts of Speech

$pos_html EOFSPOS; return; } ////////////////////////////////////////////////////////////////////////////// function show_pronunciation($web, $indonesia) { $pronunciations = array(); $errstr = $indonesia->get_pronunciations($pronunciations); if ($errstr != "") { print "

${errstr}

\n"; return; } if (count($pronunciations) == 0) { return; } $pronunciation_html = "\n" . "\n" . "\n" . "\n" . "\n" . "\n" . "\n" . "\n"; $total_pronunciations = count($pronunciations); for($i = 0; $i < $total_pronunciations; $i++) { $symbol = $web->tohtml($pronunciations[$i]["symbol"]); $category = $web->tohtml($pronunciations[$i]["category"]); $pronunciation = $web->tohtml($pronunciations[$i]["pronunciation"]); $ipa = $web->tohtml($pronunciations[$i]["ipa"]); $description = $web->tohtml($pronunciations[$i]["description"]); $pronunciation_html .= "\n" . "\n" . "\n" . "\n" . "\n" . "\n" . "\n"; } $pronunciation_html .= "
SymbolCategoryPronunciationIPA PronunciationDescription
${symbol} ${category} ${pronunciation} &#${ipa};${description}
\n"; print <<

Pronunciation

$pronunciation_html EOFSP; return; } ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// ?> @ 1.9 log @*** empty log message *** @ text @d12 1 a12 1 // Modified: October 19, 2003 d68 1 a68 1 Search Dictionary d70 1 a70 1 Send Us E-mail d72 1 a72 1 Request a New Word d74 1 a74 1 Administration @ 1.8 log @*** empty log message *** @ text @d12 1 a12 1 // Modified: October 17, 2003 d57 1 d59 3 @ 1.7 log @*** empty log message *** @ text @d12 1 a12 1 // Modified: October 15, 2003 d56 1 a56 3 Bahasa Indonesia Dictionary: Reference @ 1.6 log @*** empty log message *** @ text @d12 1 a12 1 // Modified: October 05, 2003 d80 2 @ 1.5 log @*** empty log message *** @ text @d12 1 a12 1 // Modified: September 05, 2003 d62 3 a64 2

Bahasa Indonesia Dictionary: Reference

d104 1 a104 1 $new_form = "New:"; d106 1 a106 1 $old_form = "Old:
(Before 1972)"; @ 1.4 log @*** empty log message *** @ text @d12 1 a12 1 // Modified: September 04, 2003 d66 7 d218 1 a218 1 "Comments\n" . d234 1 a234 1 $comments = $web->tohtml($pronunciations[$i]["comments"]); d242 1 a242 1 "${comments} \n" . @ 1.3 log @*** empty log message *** @ text @d12 1 a12 1 // Modified: September 03, 2003 d188 1 a188 1 $pronunciation = array(); d190 1 a190 1 $errstr = $indonesia->get_pronunciation($pronunciation); d199 1 a199 1 if (count($pronunciation) == 0) { d214 1 a214 1 foreach($pronunciation as $p) { d216 1 a216 1 $symbol = $web->tohtml($p->symbol); d218 1 a218 1 $category = $web->tohtml($p->category); d220 1 a220 1 $non_ipa = $web->tohtml($p->non_ipa); d222 2 a223 1 $ipa = $web->tohtml($p->ipa); d225 3 a227 1 $comments = $web->tohtml($p->comments); d233 1 a233 1 "${non-ipa} \n" . @ 1.2 log @*** empty log message *** @ text @d12 1 a12 1 // Modified: August 19, 2003 d65 1 a65 1 Search d158 1 a158 1 foreach($parts_of_speech as $pos) { d160 1 a160 1 $part_of_speech = $web->tohtml($pos->part_of_speech); d162 5 a166 1 $description = $web->tohtml($pos->description); @ 1.1 log @Initial revision @ text @d5 33 a37 1 @ 1.1.1.1 log @Bahasa Indonesia Dictionary @ text @@