'; ?> | echo ''; if($id) { $resultM = mysql_query("select m.gram_class, m.english_gloss, m.spanish_gloss from mdp_meaning m WHERE mdp_id = '$id'"); $recM_cnt = mysql_num_rows($resultM); for($m=0; $m<$recM_cnt; $m++) { $rowM = mysql_fetch_array($resultM); echo $rowM['gram_class'] .' | '; echo ''; echo $rowM['spanish_gloss']; if(($rowM['spanish_gloss']) && ($rowM['english_gloss'])) { echo ' /'; } if($rowM['english_gloss']) { echo ' '; echo $rowM['english_gloss']; }//end if } //end for ($m=0; $m<$recM_cnt; $m++) }//end if ($id) echo ' | ';
}//end if ($row['mdp_id'])
//get image glyphs
$result3 = mysql_query("select glyph_image from mdp_root_details WHERE mdp_id = '$id' order by mdp_detail_id");
$rec3_cnt = mysql_num_rows($result3);
for ($j=0; $j<$rec3_cnt; $j++) {
$row3 = mysql_fetch_array($result3);
if($row3['glyph_image']) {
$path = '/mdp/';
$image = $path . $row3['glyph_image'];
echo ' |
';
if($num_pages>1)
{
if ($rowstart==0)
{ $current_page = 1;
} else {
$current_page=($rowstart/$display_number) + 1;
}
}
//replace the %,if exists, with * for next page
if(strstr($mayaSearch,'%')) {
$mayaSearch = str_replace('%','*',$mayaSearch);
if(strstr($mayaSearch,'* ')) {
$mayaSearch = str_replace('* ',' ',$mayaSearch);
}
}
if(strstr($englishWordSearch,'%')) {
$englishWordSearch = str_replace('%','*',$englishWordSearch);
if(strstr($englishWordSearch,'* ')) {
$englishWordSearch = str_replace('* ',' ',$englishWordSearch);
}
}
if(strstr($spanishWordSearch,'%')) {
$spanishWordSearch = str_replace('%','*',$spanishWordSearch);
if(strstr($spanishWordSearch,'* ')) {
$spanishWordSearch = str_replace('* ',' ',$spanishWordSearch);
}
}
//remove extra slashes
if (strstr($letterSearch,"\\\'")) {
$letterSearch = stripSlashes($letterSearch);
}
if ($rowstart>$numrows)
{?>
![]() ![]() ![]() ![]() | ';
?>
![]() |
'; echo 'Vaya a la Página: '; for($i=1;$i<=$num_pages;$i++) { $next_start=$start + $display_number; if($i!=$current_page) { echo '' . $i . ' '; } else { echo ' ' . $i . ' '; } } //end for echo ' | |
'; echo 'Tabla del Contenido | '; echo ''; echo 'Imprima los Resultados | '; echo '
El texto que enlaza con todas las páginas en este sitio están disponibles en el Indice de FAMSI