sub htdocs {
if ($var eq "help_html") {
&printfile("help.sno","Alle Chatbefehle");
} elsif ($var eq "logo_html") {
&start_html("Logo");
&logo_html;
} elsif ($var eq "menu_html") {
&menu_html;
} elsif ($var eq "logs_html") {
&logs_html;
} elsif ($var eq "view_logs_html") {
&secure_checkid($alias,$tmpid);
&printfile("data/logs/$tmp","Logdatei","blank")
if (5 <= &hierachie($alias));
} elsif ($var eq "superuser_html") {
&secure_checkid($alias,$tmpid);
&superuser_html;
} elsif ($var eq "chatiquette_html") {
&printfile("chatiq.sno","Chatiquette");
print $q->end_html;
} else {
print
$q->start_html(-bgcolor=>"000000"),
$q->end_html;
}
}
sub menu_html {
&start_html("Menü");
print <
Von hier aus kannst du alle Untermenüpunkte des Systems erreichen:
END
&menu();
print "