[MKDoc-commit] Various typo fixes for xml validity
chris at mkdoc.demon.co.uk
chris at mkdoc.demon.co.uk
Tue Dec 7 15:13:45 GMT 2004
Log Message:
-----------
Various typo fixes for xml validity
Modified Files:
--------------
mkd/resources/templates/admin/new:
en.html
mkd/resources/templates/admin/user_insert:
en.html
mkd/resources/templates/admin/user_modify:
en.html
mkd/resources/templates/component/headlines:
en.html
mkd/resources/templates/component/link:
en.html
mkd/resources/templates/component/poll:
en.html
mkd/resources/templates/search:
en.html
-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/admin/new/en.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -Lresources/templates/admin/new/en.html -Lresources/templates/admin/new/en.html -u -r1.14 -r1.15
--- resources/templates/admin/new/en.html
+++ resources/templates/admin/new/en.html
@@ -14,7 +14,7 @@
$Id$
- Author: Jean-Michel Hiver, Chris Croome <chris at webarchitects.co.uk> and other
+ 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.
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/admin/user_insert/en.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -Lresources/templates/admin/user_insert/en.html -Lresources/templates/admin/user_insert/en.html -u -r1.9 -r1.10
--- resources/templates/admin/user_insert/en.html
+++ resources/templates/admin/user_insert/en.html
@@ -483,7 +483,6 @@
>
<label
for="disabled"
- for="title"
lang="en"
xml:lang="en"
dir="ltr"
@@ -539,7 +538,6 @@
>
<label
for="base_documents"
- for="title"
lang="en"
xml:lang="en"
dir="ltr"
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/admin/user_modify/en.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -Lresources/templates/admin/user_modify/en.html -Lresources/templates/admin/user_modify/en.html -u -r1.7 -r1.8
--- resources/templates/admin/user_modify/en.html
+++ resources/templates/admin/user_modify/en.html
@@ -486,7 +486,6 @@
>
<label
for="disabled"
- for="title"
lang="en"
xml:lang="en"
dir="ltr"
@@ -538,7 +537,6 @@
>
<label
for="base_documents"
- for="title"
lang="en"
xml:lang="en"
dir="ltr"
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/component/headlines/en.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lresources/templates/component/headlines/en.html -Lresources/templates/component/headlines/en.html -u -r1.3 -r1.4
--- resources/templates/component/headlines/en.html
+++ resources/templates/component/headlines/en.html
@@ -40,11 +40,6 @@
xmlns:petal="http://purl.org/petal/1.0/"
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
>
- <h2
- petal:condition="true: self/title"
- petal:content="self/title"
- >Demain, on rase gratis!</h2>
-
<!--? The following is for people accessing the site with a username ?-->
<div
petal:condition="true: self/is_user_logged_in"
@@ -55,6 +50,11 @@
class="custom-headlines"
petal:condition="true: self/personalized_headlines"
>
+ <h2
+ petal:condition="true: self/title"
+ petal:content="self/title"
+ >Demain, on rase gratis!</h2>
+
<p
xml:lang="en"
lang="en"
@@ -121,6 +121,11 @@
<div
petal:condition="false: self/personalized_headlines"
>
+ <h2
+ petal:condition="true: self/title"
+ petal:content="self/title"
+ >Demain, on rase gratis!</h2>
+
<p
xml:lang="en"
lang="en"
@@ -189,6 +194,10 @@
<div
petal:condition="false: self/is_user_logged_in"
>
+ <h2
+ petal:condition="true: self/title"
+ petal:content="self/title"
+ >Demain, on rase gratis!</h2>
<dl>
<div
petal:repeat="headline self/default_headlines"
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/component/link/en.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lresources/templates/component/link/en.html -Lresources/templates/component/link/en.html -u -r1.1 -r1.2
--- resources/templates/component/link/en.html
+++ resources/templates/component/link/en.html
@@ -1,7 +1,32 @@
<!--?
+ Link Component template
+ =======================
-This template is used for rendering the link component in documents.
+ This template is used for rendering the link 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
+
?-->
<dl
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/component/poll/en.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lresources/templates/component/poll/en.html -Lresources/templates/component/poll/en.html -u -r1.2 -r1.3
--- resources/templates/component/poll/en.html
+++ resources/templates/component/poll/en.html
@@ -1,7 +1,32 @@
<!--?
+ Poll Component Template
+ =======================
-This template is used for rendering the poll component in documents.
+ This template is used for rendering the poll 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
+
?-->
<div
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/search/en.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -Lresources/templates/search/en.html -Lresources/templates/search/en.html -u -r1.17 -r1.18
--- resources/templates/search/en.html
+++ resources/templates/search/en.html
@@ -275,14 +275,14 @@
dir="ltr"
i18n:attributes="xml:lang two-letter-language-code;
lang two-letter-language-code;
- dir text-direction;"
+ dir text-direction;
+ title enter-search-terms;"
type="text"
name="q"
id="q2"
value=""
title="Enter your search term(s) here [ Accesskey 4 ]"
petal:attributes="value self/cgi/param --q"
- i18n:attributes="title enter-search-terms"
/>
</p>
More information about the MKDoc-commit
mailing list