stas        02/02/22 01:00:29

  Modified:    tmpl/custom/html download_link
  Added:       src/images new_pdf.gif new_src.gif
  Log:
  - trying to use smaller images
  
  Revision  Changes    Path
  1.1                  modperl-docs/src/images/new_pdf.gif
  
        <<Binary file>>
  
  
  1.1                  modperl-docs/src/images/new_src.gif
  
        <<Binary file>>
  
  
  1.4       +8 -2      modperl-docs/tmpl/custom/html/download_link
  
  Index: download_link
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/download_link,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- download_link     21 Feb 2002 08:55:18 -0000      1.3
  +++ download_link     22 Feb 2002 09:00:29 -0000      1.4
  @@ -11,8 +11,14 @@
       END;
   -%]
   [% BLOCK pdf_doc %]
  -<a href="[% doc.pdf_doc.link -%]"><img src="[% doc.dir.abs_doc_root 
%]/images/ver_pdf.gif" width="31" height="32" border="0" alt="PDF version of 
the document">&nbsp;[% doc.pdf_doc.size %]</a> 
  +<a href="[% doc.pdf_doc.link -%]"><img src="[% doc.dir.abs_doc_root 
%]/images/new_pdf.gif" width="34" height="20" border="0" align="middle" 
alt="PDF version of the document">&nbsp;[% doc.pdf_doc.size %]</a> 
   [% END %]
   [% BLOCK src_doc %]
  +<a href="[% doc.src_doc.link -%]"><img src="[% doc.dir.abs_doc_root 
%]/images/new_src.gif" width="34" height="20" border="0" align="middle" 
alt="Source version of the document">&nbsp;[%doc.src_doc.size %]</a>
  +[% END %]
  +[% BLOCK pdf_doc1 %]
  +<a href="[% doc.pdf_doc.link -%]"><img src="[% doc.dir.abs_doc_root 
%]/images/ver_pdf.gif" width="31" height="32" border="0" alt="PDF version of 
the document">&nbsp;[% doc.pdf_doc.size %]</a> 
  +[% END %]
  +[% BLOCK src_doc1 %]
   <a href="[% doc.src_doc.link -%]"><img src="[% doc.dir.abs_doc_root 
%]/images/ver_src.gif" width="31" height="32" border="0" alt="Source version of 
the document">&nbsp;[%doc.src_doc.size %]</a>
  -[% END %]
  \ No newline at end of file
  +[% END %]
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to