International Workshop "Computational Problems of Electrical Engineering"
This is just a historical site, for the current event go to http://www.iem.pw.edu.pl/cpee | |
include("menu.html"); ?> | if(!isset($id)){ include("glowna.html"); } else { $id= preg_replace( "/.*\/\//","",$id ); $id= preg_replace( "/\W/","",$id ); if( file_exists( "$id.html" ) ) { include($id.".html"); } else { include("glowna.html"); } } ?> |