18 print "<?xml version='1.0' encoding='iso-8859-1'?>\n";
19 print "\n<slides bgcolor=\"#222266\" fgcolor=\"#9999ff\"
20 face=\"../ttf/decker.ttf\" size=\"15\"
21 bullet=\"../img/bullet.png\"
22 screen_width=\"1024\" screen_height=\"768\">\n";
27 if((/^\d/) or (/^ \d/)) {
32 print "\n<slide effect=\"slide top left, blend\">\n";
33 print "<header size=\"20\" fgcolor=\"#22FF22\">Inhalt</header>\n<text></text>\n";
36 print "<text></text>\n";
37 $add="fgcolor=\"#ff00cc\"";
42 print "<text $add>$_</text>\n";
66 $action=$actions[int(rand($#actions))];
67 if(length($action)>0) {
77 if(length($action)>0) {
78 $action=" effect=\"$action\"";
80 print "<slide$action>\n";
81 print STDERR "$topics[$topic] $action\n";
82 print "<header size=\"20\" fgcolor=\"#22FF22\">$topics[$topic]</header>\n<text></text>\n";
86 print "<text></text>\n<listitem fgcolor=\"#ff00cc\" size=\"20\">$_</listitem>\n";
90 print "<text></text>\n<listitem size=\"20\">$_</listitem>\n";
93 print "<text>$_</text>\n";