--- register/prgsrc/register.cgi 2001/09/17 02:57:51 1.7 +++ register/prgsrc/register.cgi 2001/10/13 23:19:21 1.9 @@ -20,11 +20,11 @@ Boris Veytsman =head1 DATE -$Date: 2001/09/17 02:57:51 $ +$Date: 2001/10/13 23:19:21 $ =head1 REVISION -$Revision: 1.7 $ +$Revision: 1.9 $ =cut @@ -45,7 +45,7 @@ my ($SENDMAIL) = "/usr/sbin/sendmail"; my $TO = 'borisv@lk.net, igra@gorlovka.net, erudit@mail.od.ua'; my $FROM = 'borisv@lk.net'; -my $date='$Date: 2001/09/17 02:57:51 $'; +my $date='$Date: 2001/10/13 23:19:21 $'; $date =~ s/[^ ]* ([^ ]*) .*/$1/; @@ -87,6 +87,7 @@ my $self=url(); ############################################### print < +
Home
Все регионы
Все клубы
Добавить клуб
@@ -171,14 +172,24 @@ END о клубе
Кто есть кто
+

+END +print &Include_virtual("../boris/register/regions.html"); +print < END } #################################################################### # And the bottom of the page ################################################################### + my $sth=$dbh->prepare("select count(*) from Clubs"); + $sth->execute; + my ($count) = $sth->fetchrow_array; + $sth->finish; print "

"; + print "Всего клубов: $count
\n"; print "Эту страничку посмотрели "; print `/home/piataev/public_html/cgi-bin/counter.sh /znatoki/cgi-bin/register.cgi`; print " раз(а)

\n";