Exemple #1
0
 static function OutputSeminarsSchedule()
 {
     $stdout = "<p style='font-size:1.2em'><strong>Scheduled seminars in theoretical physics the next 30 days</strong>, including talks presented at Nordita programs and workshops.</p>\r\n" . "<p style=';margin-bottom:2em'>See also the list of the " . "<a href='" . preg_replace("#(.*/)([^/]*)/index.php#", "\\1index.php", $_SERVER["PHP_SELF"]) . "' rel='nofollow'>" . "<strong>seminar series in theoretical physics</strong></a>" . " that are organized by one or more of the theory groups at AlbaNova.</p>\r\n" . event::outputTheoryMonthAgendatable(1);
     return $stdout;
 }