import_request_variables("GPC");
setcookie("pp_visited",1,time()+60*60);
if ($poll_ch==1) // zaglosowano
{
setcookie("pp_glosowano",1,time()+60*60*24);
}
?>
CAAN 2007
include ("scripts/thumbs.php"); ?>
Fourth Workshop on Combinatorial and Algorithmic Aspects of Networking
|
include ("html/menu.html");
include ("scripts/poll.php");
include ("scripts/counter_show.php");
?>
|
if($page)
{
$strona = "html/$page.html";
include("$strona");
}
else
{
if($polls)
{
$strona = "scripts/poll_$polls.php";
include("$strona");
}
else
{
if ($script)
{
$strona = "scripts/$script.php";
include("$strona");
}
else
{
include("html/general.html"); // default web page
}
}
}
?>
|
|
include("html/foot.html"); ?>