From 182948492743436bb2a0a451faf089aec5625900 Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Wed, 13 Jun 2001 17:36:35 +0000 Subject: [PATCH] Added the left bar to the commit logs. --- cgi-bin/cvslog.cgi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/cgi-bin/cvslog.cgi b/cgi-bin/cvslog.cgi index aef970c..abfc719 100755 --- a/cgi-bin/cvslog.cgi +++ b/cgi-bin/cvslog.cgi @@ -33,6 +33,7 @@ my($cvs2clpath) = "/home/sites/www.i-scream.org.uk/bin/cvs2cl.pl"; my($cvs2clargs) = "--stdout -r -b -t -w -U $cvsroot/CVSROOT/users -l \"-d'\>$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\""; my($updatecmd) = "/home/sites/www.i-scream.org.uk/bin/fullcvsupdate.sh $modulelist"; my($logcmd) = "cd /home/sites/www.i-scream.org.uk/cvsscripttemp && $cvs2clpath $cvs2clargs"; +my($leftinc) = "/home/sites/www.i-scream.org.uk/web/left.inc"; print "Content-type: text/html\n\n"; @@ -47,6 +48,18 @@ print <<"END"; + + + + + +
+ +END +print `$leftinc`; +print <<"END"; + + + +

$heading

@@ -92,6 +105,10 @@ foreach my $module (@modules) { print <<"END"; +
+ -- 2.44.0