".PROJECTNAME.""); begin_main_frame(); begin_frame("".$lang_aboutnexus['text_version'].""); print ($lang_aboutnexus['text_version_note']); print ("

"); tr($lang_aboutnexus['text_main_version'],$mainversion_code,1); tr($lang_aboutnexus['text_sub_version'],$subversion_code,1); tr($lang_aboutnexus['text_release_date'],$releasedate_code,1); print ("
"); print ("

"); end_frame(); begin_frame("".$lang_aboutnexus['text_nexus'].PROJECTNAME.""); print (PROJECTNAME.$lang_aboutnexus['text_nexus_note']); print ("

"); end_frame(); begin_frame("".$lang_aboutnexus['text_authorization'].""); print ($lang_aboutnexus['text_authorization_note']); print ("

"); end_frame(); unset($ppl); $res = sql_query("SELECT * FROM language ORDER BY trans_state") or sqlerr(); while ($arr = mysql_fetch_assoc($res)) { $ppl .= "\"".$arr[lang_name]."\" ".$arr['lang_name']."". "".$arr['trans_state']."\n"; } begin_frame("".$lang_aboutnexus['text_translation'].""); print (PROJECTNAME.$lang_aboutnexus['text_translation_note']); print ("

"); print ($ppl); print ("
".$lang_aboutnexus['text_flag']."".$lang_aboutnexus['text_language']."".$lang_aboutnexus['text_state']."
"); print ("

"); end_frame(); unset($ppl); $res = sql_query("SELECT * FROM stylesheets ORDER BY id") or sqlerr(); while ($arr = mysql_fetch_assoc($res)) { $ppl .= "".$arr['name']." ".$arr['designer']."". "".$arr['comment']."\n"; } begin_frame("".$lang_aboutnexus['text_stylesheet'].""); print ($lang_aboutnexus['text_stylesheet_note']); print ("

"); print ($ppl); print ("
".$lang_aboutnexus['text_name']."".$lang_aboutnexus['text_designer']."".$lang_aboutnexus['text_comment']."
"); print ("

"); end_frame(); begin_frame("".$lang_aboutnexus['text_contact'].PROJECTNAME.""); print ($lang_aboutnexus['text_contact_note']); print ("

"); tr($lang_aboutnexus['text_web_site'],$website_code ? $website_code : "N/A",1); print ("
"); print ("

"); end_frame(); end_main_frame(); stdfoot(); ?>