Update of
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/config/applications/responseform/builders
In directory
james.mmbase.org:/tmp/cvs-serv17629/portlets-dynamicforms/config/applications/responseform/builders
Modified Files:
formfieldvalue.xml responseform.xml savedform.xml
formfield.xml savedfieldvalue.xml
Log Message:
CMSC-873 - Fixed and added translations and formatted XML better. Also added
thanks_html to the trunk.
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/config/applications/responseform/builders
See also: http://www.mmbase.org/jira/browse/CMSC-873
Index: formfieldvalue.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/config/applications/responseform/builders/formfieldvalue.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- formfieldvalue.xml 28 Apr 2008 16:47:58 -0000 1.3
+++ formfieldvalue.xml 25 Jun 2008 13:11:03 -0000 1.4
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<builder xmlns="http://www.mmbase.org/xmlns/builder"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<builder xmlns="http://www.mmbase.org/xmlns/builder"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.mmbase.org/xmlns/builder
http://www.mmbase.org/xmlns/builder.xsd"
extends="object" maintainer="finalist.com" name="formfieldvalue"
version="1">
@@ -8,9 +7,11 @@
<!-- The default maximum age of objects in a search
used by some MMBase editors to limit the results of a search -->
<searchage>70</searchage>
- <!-- Names defines the different names used in user visible parts
- Singular names are used when talking about one object (Url,Person) and
plurar when talking about multiple objects (Urls, people).
- Names can be provided in various languages. -->
+ <!--
+ Names defines the different names used in user visible parts Singular
names are used when talking about one object
+ (Url,Person) and plurar when talking about multiple objects (Urls,
people). Names can be provided in various
+ languages.
+ -->
<names>
<!-- singular names per language as defined by ISO 639 -->
<singular xml:lang="nl">Formulier veldwaarden</singular>
@@ -21,27 +22,28 @@
<plural xml:lang="en">Form field values</plural>
<plural xml:lang="zh">è¡¨åæ¡å¼</plural>
</names>
- <!-- Descriptions are meant to provide some additional clarification to an
object.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions are meant to provide some additional clarification to an
object. They are useful for GUI editors to
+ provide helptexts. Descriptions can be provided in various languages.
+ -->
<descriptions>
<description xml:lang="nl"></description>
<description xml:lang="en"></description>
<description xml:lang="zh"></description>
</descriptions>
<!-- description per language as defined by ISO 639 -->
-
- <!-- You can define properties to be used by the classfile.
- Properties are entered using name/value pairs.
- The actual properties available differ by class. -->
+ <!--
+ You can define properties to be used by the classfile. Properties are
entered using name/value pairs. The actual
+ properties available differ by class.
+ -->
<properties>
</properties>
-
<fieldlist>
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be provided in various
+ languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
@@ -74,9 +76,10 @@
</db>
</field>
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be provided in various
+ languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
@@ -109,9 +112,10 @@
</db>
</field>
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be provided in various
+ languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
@@ -120,7 +124,7 @@
</descriptions>
<!-- gui related -->
<gui>
- <guiname xml:lang="nl">Default waarde</guiname>
+ <guiname xml:lang="nl">Standaard waarde</guiname>
<guiname xml:lang="en">Default value</guiname>
<guiname xml:lang="zh">é»è®¤å¼</guiname>
</gui>
@@ -143,5 +147,5 @@
<type key="false" notnull="false" state="persistent">INTEGER</type>
</db>
</field>
-</fieldlist>
+ </fieldlist>
</builder>
Index: responseform.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/config/applications/responseform/builders/responseform.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- responseform.xml 28 Apr 2008 16:47:58 -0000 1.5
+++ responseform.xml 25 Jun 2008 13:11:03 -0000 1.6
@@ -482,5 +482,28 @@
<type key="false" notnull="false" size="64000"
state="persistent">STRING</type>
</db>
</field>
+ <field>
+ <descriptions>
+ <description xml:lang="nl"></description>
+ <description xml:lang="en"></description>
+ <description xml:lang="zh"></description>
+ </descriptions>
+ <gui>
+ <guiname xml:lang="nl">Reactie
HTML-code</guiname>
+ <guiname xml:lang="en">Thanks HTML
code</guiname>
+ <guiname xml:lang="zh">æè°¢HTML</guiname>
+ </gui>
+ <editor>
+ <positions>
+ <input>7</input>
+ <list>-1</list>
+ <search>-1</search>
+ </positions>
+ </editor>
+ <db>
+ <name>thank_text</name>
+ <type key="false" notnull="false" size="512000"
state="persistent">STRING</type>
+ </db>
+ </field>
</fieldlist>
</builder>
Index: savedform.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/config/applications/responseform/builders/savedform.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- savedform.xml 28 Apr 2008 16:47:58 -0000 1.3
+++ savedform.xml 25 Jun 2008 13:11:03 -0000 1.4
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated for MMBase version: 1.7 -->
-<builder xmlns="http://www.mmbase.org/xmlns/builder"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<builder xmlns="http://www.mmbase.org/xmlns/builder"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.mmbase.org/xmlns/builder
http://www.mmbase.org/xmlns/builder.xsd"
-extends="object" maintainer="mmbase.org" name="savedform" version="0">
+ extends="object" maintainer="mmbase.org" name="savedform" version="0">
<!--
-->
@@ -13,9 +12,11 @@
<!-- The default maximum age of objects in a search
used by some MMBase editors to limit the results of a search -->
<searchage>70</searchage>
- <!-- Names defines the different names used in user visible parts
- Singular names are used when talking about one object (Url,Person) and
plurar when talking about multiple objects (Urls, people).
- Names can be provided in various languages. -->
+ <!--
+ Names defines the different names used in user visible parts Singular
names are used when talking about one object
+ (Url,Person) and plural when talking about multiple objects (Urls,
people). Names can be provided in various
+ languages.
+ -->
<names>
<!-- singular names per language as defined by ISO 639 -->
<singular xml:lang="nl">Bewaard formulier</singular>
@@ -26,9 +27,10 @@
<plural xml:lang="en">Saved forms</plural>
<plural xml:lang="zh">ä¿å表å</plural>
</names>
- <!-- Descriptions are meant to provide some additional clarification to an
object.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions are meant to provide some additional clarification to an
object. They are useful for GUI editors to
+ provide helptexts. Descriptions can be provided in various languages.
+ -->
<descriptions>
<description xml:lang="nl"></description>
<description xml:lang="en"></description>
@@ -37,12 +39,12 @@
<!-- description per language as defined by ISO 639 -->
<properties>
</properties>
-
<fieldlist>
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be provided in various
+ languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
Index: formfield.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/config/applications/responseform/builders/formfield.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- formfield.xml 28 Apr 2008 16:47:58 -0000 1.4
+++ formfield.xml 25 Jun 2008 13:11:03 -0000 1.5
@@ -1,16 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<builder xmlns="http://www.mmbase.org/xmlns/builder"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<builder xmlns="http://www.mmbase.org/xmlns/builder"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.mmbase.org/xmlns/builder
http://www.mmbase.org/xmlns/builder.xsd"
extends="object" maintainer="finalist.com" name="formfield" version="1">
<status>active</status>
- <!-- The default maximum age of objects in a search
- used by some MMBase editors to limit the results of a search -->
+ <!--
+ The default maximum age of objects in a search used by some MMBase
editors to limit the
+ results of a search
+ -->
<searchage>70</searchage>
- <!-- Names defines the different names used in user visible parts
- Singular names are used when talking about one object (Url,Person) and
plurar when talking about multiple objects (Urls, people).
- Names can be provided in various languages. -->
+ <!--
+ Names defines the different names used in user visible parts. Singular
names are used when
+ talking about one object (Url,Person) and plurar when talking about
multiple objects (Urls,
+ people). Names can be provided in various languages.
+ -->
<names>
<!-- singular names per language as defined by ISO 639 -->
<singular xml:lang="nl">Formulier veld</singular>
@@ -21,27 +24,28 @@
<plural xml:lang="en">Form fields</plural>
<plural xml:lang="zh">è¡¨åæ¡</plural>
</names>
- <!-- Descriptions are meant to provide some additional clarification to an
object.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions are meant to provide some additional clarification to an
object. They are useful
+ for GUI editors to provide helptexts. Descriptions can be provided in
various languages.
+ -->
<descriptions>
<description xml:lang="nl"></description>
<description xml:lang="en"></description>
<description xml:lang="zh"></description>
</descriptions>
<!-- description per language as defined by ISO 639 -->
-
- <!-- You can define properties to be used by the classfile.
- Properties are entered using name/value pairs.
- The actual properties available differ by class. -->
+ <!--
+ You can define properties to be used by the classfile. Properties are
entered using name/value
+ pairs. The actual properties available differ by class.
+ -->
<properties>
</properties>
-
<fieldlist>
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be
+ provided in various languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
@@ -74,9 +78,10 @@
</db>
</field>
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be
+ provided in various languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
@@ -109,9 +114,10 @@
</db>
</field>
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be
+ provided in various languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
@@ -144,9 +150,10 @@
</db>
</field>
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be
+ provided in various languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
@@ -179,9 +186,10 @@
</db>
</field>
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be
+ provided in various languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
@@ -214,9 +222,10 @@
</db>
</field>
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be
+ provided in various languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
@@ -249,9 +258,10 @@
</db>
</field>
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be
+ provided in various languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
@@ -284,9 +294,10 @@
</db>
</field>
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be
+ provided in various languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
@@ -319,9 +330,10 @@
</db>
</field>
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be
+ provided in various languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
@@ -353,11 +365,11 @@
<type key="false" notnull="false" size="255"
state="persistent">STRING</type>
</db>
</field>
-
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be
+ provided in various languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
@@ -366,7 +378,7 @@
</descriptions>
<!-- gui related -->
<gui>
- <guiname xml:lang="nl">De default waarde</guiname>
+ <guiname xml:lang="nl">Maximum lengte</guiname>
<guiname xml:lang="en">Maxlength</guiname>
<guiname xml:lang="zh">æå¤§å¼</guiname>
</gui>
@@ -389,5 +401,5 @@
<type key="false" notnull="false" state="persistent">INTEGER</type>
</db>
</field>
-</fieldlist>
+ </fieldlist>
</builder>
Index: savedfieldvalue.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/config/applications/responseform/builders/savedfieldvalue.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- savedfieldvalue.xml 28 Apr 2008 16:47:58 -0000 1.3
+++ savedfieldvalue.xml 25 Jun 2008 13:11:03 -0000 1.4
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<builder xmlns="http://www.mmbase.org/xmlns/builder"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<builder xmlns="http://www.mmbase.org/xmlns/builder"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.mmbase.org/xmlns/builder
http://www.mmbase.org/xmlns/builder.xsd"
extends="object" maintainer="mmbase.org" name="savedfieldvalue"
version="1">
@@ -9,9 +8,11 @@
<!-- The default maximum age of objects in a search
used by some MMBase editors to limit the results of a search -->
<searchage>70</searchage>
- <!-- Names defines the different names used in user visible parts
- Singular names are used when talking about one object (Url,Person) and
plurar when talking about multiple objects (Urls, people).
- Names can be provided in various languages. -->
+ <!--
+ Names defines the different names used in user visible parts Singular
names are used when talking about one object
+ (Url,Person) and plurar when talking about multiple objects (Urls,
people). Names can be provided in various
+ languages.
+ -->
<names>
<!-- singular names per language as defined by ISO 639 -->
<singular xml:lang="nl">Opgeslagen veldwaarde</singular>
@@ -22,27 +23,28 @@
<plural xml:lang="en">Saved field value</plural>
<plural xml:lang="zh">ä¿åæ¡å¼</plural>
</names>
- <!-- Descriptions are meant to provide some additional clarification to an
object.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions are meant to provide some additional clarification to an
object. They are useful for GUI editors to
+ provide helptexts. Descriptions can be provided in various languages.
+ -->
<descriptions>
<description xml:lang="nl"></description>
<description xml:lang="en"></description>
<description xml:lang="zh"></description>
</descriptions>
<!-- description per language as defined by ISO 639 -->
-
- <!-- You can define properties to be used by the classfile.
- Properties are entered using name/value pairs.
- The actual properties available differ by class. -->
+ <!--
+ You can define properties to be used by the classfile. Properties are
entered using name/value pairs. The actual
+ properties available differ by class.
+ -->
<properties>
</properties>
-
<fieldlist>
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be provided in various
+ languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
@@ -75,9 +77,10 @@
</db>
</field>
<field>
- <!-- Descriptions.
- They are useful for GUI editors to provide helptexts.
- Descriptions can be provided in various languages. -->
+ <!--
+ Descriptions. They are useful for GUI editors to provide
helptexts. Descriptions can be provided in various
+ languages.
+ -->
<descriptions>
<!-- description per language as defined by ISO 639 -->
<description xml:lang="nl"></description>
@@ -109,5 +112,5 @@
<type key="false" notnull="false" size="64000"
state="persistent">STRING</type>
</db>
</field>
-</fieldlist>
+ </fieldlist>
</builder>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs