[Erp5-report] r8553 - in /erp5/trunk/bt5/erp5_html_style: SkinTemplateItem/portal_skins/erp...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jul 19 12:42:38 CEST 2006


Author: kevin
Date: Wed Jul 19 12:42:29 2006
New Revision: 8553

URL: http://svn.erp5.org?rev=8553&view=rev
Log:
No important modifications: format changes only.

Added:
    erp5/trunk/bt5/erp5_html_style/bt/template_preference_list
Modified:
    erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_commonStats.xml
    erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_generateAxis.xml
    erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_roundBoundToDay.xml
    erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_roundBoundToInt.xml
    erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/planning_coordinates.xml
    erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/planning_css.xml
    erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/planning_dhtml.xml

Modified: erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_commonStats.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_commonStats.xml?rev=8553&r1=8552&r2=8553&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_commonStats.xml (original)
+++ erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_commonStats.xml Wed Jul 19 12:42:29 2006
@@ -183,7 +183,9 @@
         </item>
         <item>
             <key> <string>_filepath</string> </key>
-            <value> <string>Script (Python):/nexedi/portal_skins/erp5_html_style/Planning_commonStats</string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>_owner</string> </key>
@@ -242,7 +244,7 @@
                             <string>block_end</string>
                             <string>block_size</string>
                             <string>float</string>
-<string>context</string>
+                            <string>context</string>
                             <string>temp_object</string>
                             <string>prop_list</string>
                             <string>temp_stat</string>

Modified: erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_generateAxis.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_generateAxis.xml?rev=8553&r1=8552&r2=8553&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_generateAxis.xml (original)
+++ erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_generateAxis.xml Wed Jul 19 12:42:29 2006
@@ -88,7 +88,7 @@
                 [\'3days\',    3],\n
                 [\'day\',      1],\n
                 [\'6hours\',0.25]\n
-              ]\n
+]\n
   # default good_type is last one (if nothing else matches)\n
   good_type = type_list[-1]\n
   for date_type in type_list:\n
@@ -169,7 +169,7 @@
                                             str(current_date.day())),\n
                               current_date.Day() + \' \' + str(current_date),\n
                               delimiter\n
-                            ])\n
+])\n
       # go to next date\n
       current_date = current_date + 1\n
 \n
@@ -193,7 +193,7 @@
                                             str(current_date.day())),\n
                               current_date.Day() + \' \' + str(current_date),\n
                               delimiter\n
-                            ])\n
+])\n
       # go to next date\n
       current_date = current_date + 3\n
 \n
@@ -212,7 +212,7 @@
                               str(current_date.month()) + \'/\' + str(current_date.day()),\n
                               current_date.Day() + \' \' + str(current_date),\n
                               delimiter\n
-                            ])\n
+])\n
       current_date = current_date + 7\n
 \n
 \n
@@ -239,7 +239,7 @@
                             str(current_date.month()) + \'/\' + str(current_date.day()),\n
                             current_date.Day() + \' \' + str(current_date),\n
                             delimiter\n
-                            ])\n
+])\n
       if current_date.month() == 12 and current_date.day() == 15:\n
         # need to go to the next year\n
         current_date = DateTime(str(current_date.year() + 1) + \'/1/1\' )\n
@@ -271,7 +271,7 @@
                             str(current_date.year()) + \'/\' + str(current_date.month()),\n
                             current_date.Day() + \' \' + str(current_date),\n
                             delimiter\n
-                            ])\n
+])\n
       if current_date.month() == 12:\n
         # need to go to the next year\n
         current_date = DateTime(str(current_date.year() + 1) + \'/1/1\' )\n
@@ -301,7 +301,7 @@
                               str(current_date.year()) + \'/\' + str(current_date.month()),\n
                               current_date.Day() + \' \' + str(current_date),\n
                               delimiter\n
-                            ])\n
+])\n
       if current_date.month() > 9:\n
         # need to go to the next year\n
         current_date = DateTime(str(current_date.year() + 1) + \'/1/1\' )\n
@@ -327,7 +327,7 @@
                               str(current_date.year()) + \'/\' + str(current_date.month()),\n
                               current_date.Day() + \' \' + str(current_date),\n
                               delimiter\n
-                            ])\n
+])\n
       if current_date.month() > 6:\n
         # need to go to the next year\n
         current_date = DateTime(str(current_date.year() + 1) + \'/1/1\' )\n
@@ -350,7 +350,7 @@
                               str(current_date.year()),\n
                               current_date.Day() + \' \' + str(current_date),\n
                               delimiter\n
-                            ])\n
+])\n
       current_date = DateTime(str(current_date.year() + 1) + \'/1/1\')\n
 \n
   return delimiter_list\n
@@ -403,7 +403,9 @@
         </item>
         <item>
             <key> <string>_filepath</string> </key>
-            <value> <string>Script (Python):/nexedi/portal_skins/erp5_html_style/Planning_generateAxis</string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>_owner</string> </key>

Modified: erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_roundBoundToDay.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_roundBoundToDay.xml?rev=8553&r1=8552&r2=8553&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_roundBoundToDay.xml (original)
+++ erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_roundBoundToDay.xml Wed Jul 19 12:42:29 2006
@@ -91,7 +91,9 @@
         </item>
         <item>
             <key> <string>_filepath</string> </key>
-            <value> <string>Script (Python):/nexedi/portal_skins/erp5_html_style/Planning_roundBoundToDay</string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>_owner</string> </key>

Modified: erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_roundBoundToInt.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_roundBoundToInt.xml?rev=8553&r1=8552&r2=8553&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_roundBoundToInt.xml (original)
+++ erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/Planning_roundBoundToInt.xml Wed Jul 19 12:42:29 2006
@@ -83,7 +83,9 @@
         </item>
         <item>
             <key> <string>_filepath</string> </key>
-            <value> <string>Script (Python):/nexedi/portal_skins/erp5_html_style/Planning_roundBoundToInt</string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>_owner</string> </key>

Modified: erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/planning_coordinates.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/planning_coordinates.xml?rev=8553&r1=8552&r2=8553&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/planning_coordinates.xml (original)
+++ erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/planning_coordinates.xml Wed Jul 19 12:42:29 2006
@@ -721,7 +721,9 @@
         </item>
         <item>
             <key> <string>_filepath</string> </key>
-            <value> <string>Script (Python):/nexedi/portal_skins/erp5_html_style/planning_coordinates</string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>_owner</string> </key>

Modified: erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/planning_css.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/planning_css.xml?rev=8553&r1=8552&r2=8553&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/planning_css.xml (original)
+++ erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/planning_css.xml Wed Jul 19 12:42:29 2006
@@ -184,7 +184,9 @@
         </item>
         <item>
             <key> <string>_filepath</string> </key>
-            <value> <string>Script (Python):/nexedi/portal_skins/erp5_html_style/planning_css</string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>_owner</string> </key>

Modified: erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/planning_dhtml.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/planning_dhtml.xml?rev=8553&r1=8552&r2=8553&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/planning_dhtml.xml (original)
+++ erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/planning_dhtml.xml Wed Jul 19 12:42:29 2006
@@ -113,7 +113,9 @@
         </item>
         <item>
             <key> <string>_filepath</string> </key>
-            <value> <string>Script (Python):/nexedi/portal_skins/erp5_html_style/planning_dhtml</string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>_owner</string> </key>

Added: erp5/trunk/bt5/erp5_html_style/bt/template_preference_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_html_style/bt/template_preference_list?rev=8553&view=auto
==============================================================================
    (empty)




More information about the Erp5-report mailing list