[LON-CAPA-cvs] cvs: loncom /build doc_template.pl

harris41 lon-capa-cvs@mail.lon-capa.org
Tue, 23 Apr 2002 12:18:47 -0000


harris41		Tue Apr 23 08:18:47 2002 EDT

  Modified files:              
    /loncom/build	doc_template.pl 
  Log:
  improving footer
  
  
Index: loncom/build/doc_template.pl
diff -u loncom/build/doc_template.pl:1.3 loncom/build/doc_template.pl:1.4
--- loncom/build/doc_template.pl:1.3	Mon Feb 11 03:02:41 2002
+++ loncom/build/doc_template.pl	Tue Apr 23 08:18:47 2002
@@ -19,8 +19,8 @@
 $t=~s/\<TITLE \/\>/$title/g;
 $d=~/\$(.*?)\$/;
 my $e=$1;
-$e=~s/\S*\s\S*\s+\S*$/ created by Scott Harrison/;
-my $cvsdate="<i>CVS: $e</i>";
+$e=~s/\S*\s\S*\s+\S*$/ updated by Scott Harrison/;
+my $cvsdate="<font size=\"-2\"><i>CVS $e</i></font>";
 $t=~s/\<DATE \/\>/$cvsdate/g;
 $d=~/\<\!\-\- pdfahref (.*?) \-\-\>/;
 my $pdfahref="<a href='$1'>";