Author: michiel
Date: 2009-12-03 11:56:31 +0100 (Thu, 03 Dec 2009)
New Revision: 40098

Modified:
   speeltuin/mihxil/portal/src/main/config/builders/portal/pages.xml
Log:
made it non-xinclude compatible for the moment

Modified: speeltuin/mihxil/portal/src/main/config/builders/portal/pages.xml
===================================================================
--- speeltuin/mihxil/portal/src/main/config/builders/portal/pages.xml   
2009-12-03 10:06:37 UTC (rev 40097)
+++ speeltuin/mihxil/portal/src/main/config/builders/portal/pages.xml   
2009-12-03 10:56:31 UTC (rev 40098)
@@ -130,6 +130,154 @@
         <default value="60" />
       </datatype>
     </field>
+
+
+    <!-- COPIED FROM 
http://www.mmbase.org/builders/mmsite/content.meta.fields.xml
+         Just to maintain MMBase-1.8 and Non-xinclude capable xml-parsers 
compatibility.
+  -->
+
+       <field name="show">
+         <descriptions>
+               <description xml:lang="nl">Of dit item getoond moet 
worden</description>
+               <description xml:lang="en">Whether to show this 
item</description>
+         </descriptions>
+         <gui>
+               <guiname xml:lang="nl">Tonen</guiname>
+               <guiname xml:lang="en">Show</guiname>
+         </gui>
+         <editor>
+               <positions>
+                 <input>92</input>
+                 <list>92</list>
+                 <search>92</search>
+               </positions>
+         </editor>
+         <datatype xmlns="http://www.mmbase.org/xmlns/datatypes"; base="onoff">
+      <default value="true" />
+         </datatype>
+       </field>
+
+    <field name="online">
+      <descriptions>
+        <description xml:lang="nl">Datum en tijd waarop het getoond moet 
worden</description>
+        <description xml:lang="en">Date and time to display this 
item</description>
+      </descriptions>
+      <gui>
+        <guiname xml:lang="nl">On-line op</guiname>
+        <guiname xml:lang="en">Online on</guiname>
+      </gui>
+      <editor>
+        <positions>
+          <input>93</input>
+          <list>-1</list>
+          <search>93</search>
+        </positions>
+      </editor>
+      <datatype base="datetime" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+        <default value="today" />
+        <minInclusive enforce="never" value="today - 10 year" />
+        <maxInclusive enforce="never" value="today + 99 year" />
+      </datatype>
+    </field>
+
+    <field name="offline">
+      <descriptions>
+        <description xml:lang="nl">Datum en tijd waarop het niet meer getoond 
moet worden</description>
+        <description xml:lang="en">Date and time to end displaying this 
item</description>
+      </descriptions>
+      <gui>
+        <guiname xml:lang="nl">Off-line op</guiname>
+        <guiname xml:lang="en">Offline on</guiname>
+      </gui>
+      <editor>
+        <positions>
+          <input>93</input>
+          <list>-1</list>
+          <search>93</search>
+        </positions>
+      </editor>
+      <datatype base="datetime" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+        <default value="today + 100 year" />
+        <minInclusive enforce="never" value="today - 10 year" />
+        <maxInclusive enforce="never" value="today + 200 year" />
+      </datatype>
+    </field>
+
+    <field name="created" readonly="true">
+      <descriptions>
+        <description xml:lang="en">Creation date of this item</description>
+        <description xml:lang="nl">Creatiedatum van het item</description>
+      </descriptions>
+      <gui>
+        <guiname xml:lang="en">Created</guiname>
+        <guiname xml:lang="nl">Aangemaakt</guiname>
+      </gui>
+      <editor>
+        <positions>
+          <input>96</input>
+          <search>96</search>
+        </positions>
+      </editor>
+      <datatype base="created" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+        <default value="now" />
+      </datatype>
+    </field>
+
+    <field name="creator" readonly="true">
+      <descriptions>
+        <description xml:lang="en">User that created this item</description>
+        <description xml:lang="nl">De gebruiker die dit item 
aanmaakte</description>
+      </descriptions>
+      <gui>
+        <guiname xml:lang="en">Creator</guiname>
+        <guiname xml:lang="nl">Maker</guiname>
+      </gui>
+      <editor>
+        <positions>
+          <input>97</input>
+          <search>97</search>
+        </positions>
+      </editor>
+      <datatype base="creator" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+    </field>
+
+    <field name="lastmodified" readonly="true">
+      <descriptions>
+        <description xml:lang="en">Date and time the item was last 
modified</description>
+        <description xml:lang="nl">Datum en tijd waarop het item het laatst 
werd gewijzigd</description>
+      </descriptions>
+      <gui>
+        <guiname xml:lang="en">Lastmodified</guiname>
+        <guiname xml:lang="nl">Laatst veranderd</guiname>
+      </gui>
+      <editor>
+        <positions>
+          <list>-1</list>
+          <input>98</input>
+          <search>98</search>
+        </positions>
+      </editor>
+      <datatype base="lastmodified" 
xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+    </field>
+
+    <field name="lastmodifier" readonly="true">
+      <descriptions>
+        <description xml:lang="en">Username of the person who last modified 
this item</description>
+        <description xml:lang="nl">Inlognaam van de gebruiker die het item het 
laatst heeft veranderd</description>
+      </descriptions>
+      <gui>
+        <guiname xml:lang="en">Lastmodifier</guiname>
+        <guiname xml:lang="nl">Laatst veranderd door</guiname>
+      </gui>
+      <editor>
+        <positions>
+          <input>99</input>
+          <search>99</search>
+        </positions>
+      </editor>
+      <datatype base="lastmodifier" 
xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+    </field>
+
   </fieldlist>
   <!--
   <xi:include 
href="http://www.mmbase.org/builders/mmsite/content.meta.fields.xml"; />

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to