Документ взят из кэша поисковой машины. Адрес оригинального документа : http://angel.cs.msu.su/anketa/pages/people.php
Дата изменения: Unknown
Дата индексирования: Sat Apr 9 22:48:38 2016
Кодировка: koi8-r
file.pdf "; } else { $str_pdf="none"; } $link_to_log=$pdf_prefix.$student_id[$i].".log"; if(file_exists($link_to_log)) { $str_log=" file.log "; } else { $str_log="none"; } $link_to_tex=$pdf_prefix.$student_id[$i].".tex"; if(file_exists($link_to_tex)) { $str_tex=" file.tex "; } else { $str_tex="none"; } $row=array ( "$last_name[$i] $first_name[$i] $second_name[$i]", $academic_group[$i], "$date_of_creation[$i]", $str_pdf, $str_log, $str_tex ); print_view_table_row($row); } print_view_table_tail(); print_page_tail(".."); ?>