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

harris41 lon-capa-cvs@mail.lon-capa.org
Thu, 02 May 2002 02:09:34 -0000


harris41		Wed May  1 22:09:34 2002 EDT

  Modified files:              
    /loncom/build	doc_template.pl 
  Log:
  align right the xhtml icon
  
  
Index: loncom/build/doc_template.pl
diff -u loncom/build/doc_template.pl:1.6 loncom/build/doc_template.pl:1.7
--- loncom/build/doc_template.pl:1.6	Wed May  1 18:15:37 2002
+++ loncom/build/doc_template.pl	Wed May  1 22:09:34 2002
@@ -22,7 +22,7 @@
 $d=~/\$(.*?)\$/;
 my $e=$1;
 $e=~s/\S*\s\S*\s+\S*$/ updated by Scott Harrison/;
-my $cvsdate="<p><font size=\"-2\"><i>CVS $e</i></font></p>";
+my $cvsdate="<p align=\"left\"><font size=\"-2\"><i>CVS $e</i></font></p>";
 $t=~s/\<DATE \/\>/$cvsdate/g;
 $d=~/\<\!\-\- pdfahref (.*?) \-\-\>/;
 my $pdfahref="<a href='$1'>";
@@ -86,9 +86,9 @@
 my $maintext=$1;
 $t=~s/\<MAINTEXT \/\>/$maintext/g;
 my $v=(<<END);
-<p>
+<p align="right">
  <a href="http://validator.w3.org/check/referer"><img
-        src="http://www.w3.org/Icons/valid-xhtml10"
+        src="/loncapa_doc_icons/valid-xhtml10"
         alt="Valid XHTML 1.0!" height="31" width="88" /></a>
 </p>
 END