include("template.inc");
$t = new Template('.', 'keep');
$t->set_file("page", "template.html");
$t->set_var("NADPIS", "Submision of Papers");
$t->set_var("TELO", "
There are invited and regular papers.
The authors of the regular paper are
asked to send a full paper to Secretary General.
");
$t->pparse('Output', 'page');
?>