[MKDoc-commit] Various small tewaks

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Tue Dec 7 12:17:58 GMT 2004


Log Message:
-----------
Various small tewaks

Modified Files:
--------------
    mkd/resources/templates/component/image:
        en.html
    mkd/resources/templates/component/photo:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/component/image/en.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lresources/templates/component/image/en.html -Lresources/templates/component/image/en.html -u -r1.1 -r1.2
--- resources/templates/component/image/en.html
+++ resources/templates/component/image/en.html
@@ -1,7 +1,32 @@
 <!--?
 
+  Image Component template
+  ========================
+
+  This template is used for rendering the image component in documents. 
+
+  $Id$
+
+
+  Author: Jean-Michel Hiver, Chris Croome <chris at webarchitects.co.uk> and others
+  Copyright: (c) 2004, MKDoc Holdings Ltd.
+
+  This file is part of MKDoc. 
+  
+  MKDoc is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
+  
+  MKDoc is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+  
+  You should have received a copy of the GNU General Public License
+  along with MKDoc; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-This template is used for rendering the image component in documents. 
 
 ?-->
 <span
@@ -12,10 +37,12 @@
   <a 
     href="#"
     petal:omit-tag="false: self/link"
-    petal:attributes="href self/link/uri; title self/link/description"
+    petal:attributes="href  self/link/uri; 
+                      title self/link/description;"
   ><img
      src="#"
      alt="a beautiful image"
-     petal:attributes="src self/uri; alt self/title" 
+     petal:attributes="src self/uri; 
+                       alt self/title;" 
   /></a>
 </span>
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/component/photo/en.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lresources/templates/component/photo/en.html -Lresources/templates/component/photo/en.html -u -r1.1 -r1.2
--- resources/templates/component/photo/en.html
+++ resources/templates/component/photo/en.html
@@ -1,7 +1,31 @@
 <!--?
 
+  Photo Component Template
+  ========================
+
+  This template is used for rendering the photo component in documents.
+
+  $Id$
+
+  Author: Jean-Michel Hiver, Chris Croome <chris at webarchitects.co.uk> and others
+  Copyright: (c) 2004, MKDoc Holdings Ltd.
+
+  This file is part of MKDoc. 
+  
+  MKDoc is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
+  
+  MKDoc is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+  
+  You should have received a copy of the GNU General Public License
+  along with MKDoc; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-This template is used for rendering the photo component in documents.
 
 ?-->
 <span
@@ -12,11 +36,14 @@
   <a 
     href="#"
     title="Photo Title"
-    petal:attributes="href self/uri_html; title self/title"
+    petal:attributes="href  self/uri_html; 
+                      title self/title"
   ><img
      src="#"
      alt="my beautiful image"
      longdesc="#"
-     petal:attributes="src self/uri_small; alt self/title; longdesc self/uri_html" 
+     petal:attributes="src      self/uri_small; 
+                       alt      self/title; 
+                       longdesc self/uri_html;" 
   /></a>
 </span>


More information about the MKDoc-commit mailing list