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
I know these aren't perfect images, but they fit better into the column height (the same height as the prev|next images). Better images are welcome. probably need to add a thin frame ala prev|next images. also could use less shouting shades of red and green for bg.
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"> [% 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"> [% 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"> [%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"> [% 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"> [%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]
--
_____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
