Update the sidebar panel every minute.

This commit is contained in:
slamm%netscape.com 1999-05-19 23:07:54 +00:00
Родитель a9d351ef30
Коммит 661529737b
1 изменённых файлов: 7 добавлений и 6 удалений

Просмотреть файл

@ -69,18 +69,22 @@ if ($form{'quickparse'}) {
&do_quickparse;
exit();
}
if ($form{'rdf'}) {
print "Content-type: text/plain\n\n";
&do_rdf;
exit();
}
if($form{'flash'}) {
if ($form{'flash'}) {
print "Content-type: text/rdf\n\n";
&do_flash;
exit();
}
if ($form{'panel'}) {
# Refresh the tinderbox sidebar panel every minute.
print "Content-type: text/html\nRefresh: 60\n\n<HTML>\n";
&do_panel;
exit();
}
if ($nowdate eq $maxdate) {
print "Content-type: text/html\nRefresh: 900\n\n<HTML>\n";
@ -95,9 +99,6 @@ else {
if( $form{'express'} ) {
&do_express;
}
elsif( $form{'panel'} ) {
&do_panel;
}
else {
&load_data;
&load_javascript;