$title = array(0=>"", 1=>"OVERVIEW", 2=>"", 3=>"RESOURCES", 4=>"PUBLICATIONS", 5=>"NEWS", 6=>"LINKS", 7=>""); $selected = array(0=>"i", 1=>"i", 2=>"i", 3=>"i", 4=>"i", 5=>"i", 6=>"i", 7=>"i"); $page = (int) $_GET['page']; if ( ( ! $page ) || ( $page > 7 ) || ( $page < 1 ) ) { $page = 0; } $selected[$page] = "a"; ?>
|
||||||||||||
DEEP LINGUISTIC PROCESSING WITH HPSG | ||||||||||||
if ( file_exists("/logon/www/delphin/en/$page.php") ) { include("/logon/www/delphin/en/$page.php"); } ?> | ||||||||||||
$modtime = strftime("%Y-%m-%d", filemtime("en/$page.php"));
$pwuid_record = posix_getpwuid(fileowner("en/$page.php"));
$modname = $pwuid_record["name"];
if($page == 0 || $page == 1) $modname = "hansu";
$contactmail = 'comments@delph-in.net';
echo "(Created by $modname; last modified $modtime | ";
echo "$contactmail)
\n";
echo "(The DELPH-IN infrastructure is hosted at the ";
echo "";
echo "University of Oslo)
\n";
?>