]> i-scream Git - www.i-scream.org.git/commitdiff
Added the left bar to the commit logs.
authorTim Bishop <tim@bishnet.net>
Wed, 13 Jun 2001 17:36:35 +0000 (17:36 +0000)
committerTim Bishop <tim@bishnet.net>
Wed, 13 Jun 2001 17:36:35 +0000 (17:36 +0000)
cgi-bin/cvslog.cgi

index aef970c2a4623b7cfc9ebd9b732a5f54c7e00ee6..abfc71940fc44cb53dc9e028d0c2ac2a04852db7 100755 (executable)
@@ -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";
 
 <body bgcolor="#ffffff" link="#ffffff" alink="#ffffff" vlink="#ffffff" text="#000066">
 
+<table border="0" cellpadding="2" cellspacing="2">
+ <tr>
+  <td valign="top">
+
+END
+print `$leftinc`;
+print <<"END";
+
+  </td>
+  <td valign="top">
+
+
 <a href="http://www.i-scream.org.uk"><img border="0" src="../i-scream.gif"></a>
 
 <h2>$heading</h2>
@@ -92,6 +105,10 @@ foreach my $module (@modules) {
 
 print <<"END";
 
+  </td>
+ </tr>
+</table>
+
 </body>
 
 </html>