stas 02/04/18 23:01:05
Modified: tmpl/custom/html download_link
Log:
make the template more readable, tt is taking care of removing new lines
Revision Changes Path
1.7 +6 -1 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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- download_link 3 Apr 2002 05:18:27 -0000 1.6
+++ download_link 19 Apr 2002 06:01:05 -0000 1.7
@@ -17,4 +17,9 @@
"<br>";
END;
-%]
-[%- BLOCK src_doc -%]<a href="[%- doc.src_doc.link -%]"><img src="[%-
doc.dir.abs_doc_root -%]/images/nav/page_src.gif" width="48" height="20"
border="0" alt="Source version of the document ([%- doc.src_doc.size
-%])"></a>[%- END -%][%- BLOCK pdf_doc -%]<a href="[%- doc.pdf_doc.link
-%]"><img src="[%- doc.dir.abs_doc_root -%]/images/nav/page_pdf.gif" width="48"
height="20" border="0" alt="PDF version of the document ([%- doc.pdf_doc.size
-%])"></a>[%- END -%]
\ No newline at end of file
+[%- BLOCK src_doc -%]
+<a href="[%- doc.src_doc.link -%]"><img src="[%- doc.dir.abs_doc_root
-%]/images/nav/page_src.gif" width="48" height="20" border="0" alt="Source
version of the document ([%- doc.src_doc.size -%])"></a>
+[%- END -%]
+[%- BLOCK pdf_doc -%]
+<a href="[%- doc.pdf_doc.link -%]"><img src="[%- doc.dir.abs_doc_root
-%]/images/nav/page_pdf.gif" width="48" height="20" border="0" alt="PDF version
of the document ([%- doc.pdf_doc.size -%])"></a>
+[%- END -%]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]