--- register/prgsrc/register.cgi 2002/08/12 21:10:55 1.12 +++ register/prgsrc/register.cgi 2002/11/04 05:02:13 1.13 @@ -20,11 +20,11 @@ Boris Veytsman =head1 DATE -$Date: 2002/08/12 21:10:55 $ +$Date: 2002/11/04 05:02:13 $ =head1 REVISION -$Revision: 1.12 $ +$Revision: 1.13 $ =cut @@ -45,7 +45,7 @@ my ($SENDMAIL) = "mail"; my $TO = 'borisv@lk.net, igra@gorlovka.net, erudit@mail.od.ua'; my $FROM = 'borisv@lk.net'; -my $date='$Date: 2002/08/12 21:10:55 $'; +my $date='$Date: 2002/11/04 05:02:13 $'; $date =~ s/[^ ]* ([^ ]*) .*/$1/; @@ -86,23 +86,23 @@ my $self=url(); # The navigation panel has three special lines ############################################### print < -
Home
-
Все регионы
-
Все клубы
-
Добавить клуб
-
Кто есть кто
+ END @@ -271,7 +271,7 @@ SELECT Child FROM RegionRegion WHERE Par push @kids,"rid=$kid"; } my $clause = join(' OR ', @kids); - $result .= "
\n"; + $result .= "
\n"; + $result .= "\n"; } } return $result; @@ -344,13 +344,12 @@ SELECT cid FROM ClubRegion WHERE rid=$ar $result=<Клубы: -
\n +
    \n END } else { $result=<
    Клубы:
    -
    \n +
      \n END } my @clubs=(); @@ -362,9 +361,9 @@ END SELECT cid, Name FROM Clubs WHERE $clause ORDER BY Name"); $sth->execute; while (my ($cid,$Name)=$sth->fetchrow_array) { - $result .= dt("$Name\n"); + $result .= li("$Name\n"); } - $result .= "
\n"; + $result .= "\n"; }