Commit 850dda4c authored by Kevin Deldycke's avatar Kevin Deldycke

No important modifications: format changes only.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8553 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c01816db
...@@ -183,7 +183,9 @@ return temp_stat_object_list\n ...@@ -183,7 +183,9 @@ return temp_stat_object_list\n
</item> </item>
<item> <item>
<key> <string>_filepath</string> </key> <key> <string>_filepath</string> </key>
<value> <string>Script (Python):/nexedi/portal_skins/erp5_html_style/Planning_commonStats</string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>_owner</string> </key> <key> <string>_owner</string> </key>
...@@ -242,7 +244,7 @@ return temp_stat_object_list\n ...@@ -242,7 +244,7 @@ return temp_stat_object_list\n
<string>block_end</string> <string>block_end</string>
<string>block_size</string> <string>block_size</string>
<string>float</string> <string>float</string>
<string>context</string> <string>context</string>
<string>temp_object</string> <string>temp_object</string>
<string>prop_list</string> <string>prop_list</string>
<string>temp_stat</string> <string>temp_stat</string>
......
...@@ -88,7 +88,7 @@ if isinstance(axis_start,DateTime):\n ...@@ -88,7 +88,7 @@ if isinstance(axis_start,DateTime):\n
[\'3days\', 3],\n [\'3days\', 3],\n
[\'day\', 1],\n [\'day\', 1],\n
[\'6hours\',0.25]\n [\'6hours\',0.25]\n
]\n ]\n
# default good_type is last one (if nothing else matches)\n # default good_type is last one (if nothing else matches)\n
good_type = type_list[-1]\n good_type = type_list[-1]\n
for date_type in type_list:\n for date_type in type_list:\n
...@@ -169,7 +169,7 @@ if isinstance(axis_start,DateTime):\n ...@@ -169,7 +169,7 @@ if isinstance(axis_start,DateTime):\n
str(current_date.day())),\n str(current_date.day())),\n
current_date.Day() + \' \' + str(current_date),\n current_date.Day() + \' \' + str(current_date),\n
delimiter\n delimiter\n
])\n ])\n
# go to next date\n # go to next date\n
current_date = current_date + 1\n current_date = current_date + 1\n
\n \n
...@@ -193,7 +193,7 @@ if isinstance(axis_start,DateTime):\n ...@@ -193,7 +193,7 @@ if isinstance(axis_start,DateTime):\n
str(current_date.day())),\n str(current_date.day())),\n
current_date.Day() + \' \' + str(current_date),\n current_date.Day() + \' \' + str(current_date),\n
delimiter\n delimiter\n
])\n ])\n
# go to next date\n # go to next date\n
current_date = current_date + 3\n current_date = current_date + 3\n
\n \n
...@@ -212,7 +212,7 @@ if isinstance(axis_start,DateTime):\n ...@@ -212,7 +212,7 @@ if isinstance(axis_start,DateTime):\n
str(current_date.month()) + \'/\' + str(current_date.day()),\n str(current_date.month()) + \'/\' + str(current_date.day()),\n
current_date.Day() + \' \' + str(current_date),\n current_date.Day() + \' \' + str(current_date),\n
delimiter\n delimiter\n
])\n ])\n
current_date = current_date + 7\n current_date = current_date + 7\n
\n \n
\n \n
...@@ -239,7 +239,7 @@ if isinstance(axis_start,DateTime):\n ...@@ -239,7 +239,7 @@ if isinstance(axis_start,DateTime):\n
str(current_date.month()) + \'/\' + str(current_date.day()),\n str(current_date.month()) + \'/\' + str(current_date.day()),\n
current_date.Day() + \' \' + str(current_date),\n current_date.Day() + \' \' + str(current_date),\n
delimiter\n delimiter\n
])\n ])\n
if current_date.month() == 12 and current_date.day() == 15:\n if current_date.month() == 12 and current_date.day() == 15:\n
# need to go to the next year\n # need to go to the next year\n
current_date = DateTime(str(current_date.year() + 1) + \'/1/1\' )\n current_date = DateTime(str(current_date.year() + 1) + \'/1/1\' )\n
...@@ -271,7 +271,7 @@ if isinstance(axis_start,DateTime):\n ...@@ -271,7 +271,7 @@ if isinstance(axis_start,DateTime):\n
str(current_date.year()) + \'/\' + str(current_date.month()),\n str(current_date.year()) + \'/\' + str(current_date.month()),\n
current_date.Day() + \' \' + str(current_date),\n current_date.Day() + \' \' + str(current_date),\n
delimiter\n delimiter\n
])\n ])\n
if current_date.month() == 12:\n if current_date.month() == 12:\n
# need to go to the next year\n # need to go to the next year\n
current_date = DateTime(str(current_date.year() + 1) + \'/1/1\' )\n current_date = DateTime(str(current_date.year() + 1) + \'/1/1\' )\n
...@@ -301,7 +301,7 @@ if isinstance(axis_start,DateTime):\n ...@@ -301,7 +301,7 @@ if isinstance(axis_start,DateTime):\n
str(current_date.year()) + \'/\' + str(current_date.month()),\n str(current_date.year()) + \'/\' + str(current_date.month()),\n
current_date.Day() + \' \' + str(current_date),\n current_date.Day() + \' \' + str(current_date),\n
delimiter\n delimiter\n
])\n ])\n
if current_date.month() > 9:\n if current_date.month() > 9:\n
# need to go to the next year\n # need to go to the next year\n
current_date = DateTime(str(current_date.year() + 1) + \'/1/1\' )\n current_date = DateTime(str(current_date.year() + 1) + \'/1/1\' )\n
...@@ -327,7 +327,7 @@ if isinstance(axis_start,DateTime):\n ...@@ -327,7 +327,7 @@ if isinstance(axis_start,DateTime):\n
str(current_date.year()) + \'/\' + str(current_date.month()),\n str(current_date.year()) + \'/\' + str(current_date.month()),\n
current_date.Day() + \' \' + str(current_date),\n current_date.Day() + \' \' + str(current_date),\n
delimiter\n delimiter\n
])\n ])\n
if current_date.month() > 6:\n if current_date.month() > 6:\n
# need to go to the next year\n # need to go to the next year\n
current_date = DateTime(str(current_date.year() + 1) + \'/1/1\' )\n current_date = DateTime(str(current_date.year() + 1) + \'/1/1\' )\n
...@@ -350,7 +350,7 @@ if isinstance(axis_start,DateTime):\n ...@@ -350,7 +350,7 @@ if isinstance(axis_start,DateTime):\n
str(current_date.year()),\n str(current_date.year()),\n
current_date.Day() + \' \' + str(current_date),\n current_date.Day() + \' \' + str(current_date),\n
delimiter\n delimiter\n
])\n ])\n
current_date = DateTime(str(current_date.year() + 1) + \'/1/1\')\n current_date = DateTime(str(current_date.year() + 1) + \'/1/1\')\n
\n \n
return delimiter_list\n return delimiter_list\n
...@@ -403,7 +403,9 @@ else:\n ...@@ -403,7 +403,9 @@ else:\n
</item> </item>
<item> <item>
<key> <string>_filepath</string> </key> <key> <string>_filepath</string> </key>
<value> <string>Script (Python):/nexedi/portal_skins/erp5_html_style/Planning_generateAxis</string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>_owner</string> </key> <key> <string>_owner</string> </key>
......
...@@ -91,7 +91,9 @@ else:\n ...@@ -91,7 +91,9 @@ else:\n
</item> </item>
<item> <item>
<key> <string>_filepath</string> </key> <key> <string>_filepath</string> </key>
<value> <string>Script (Python):/nexedi/portal_skins/erp5_html_style/Planning_roundBoundToDay</string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>_owner</string> </key> <key> <string>_owner</string> </key>
......
...@@ -83,7 +83,9 @@ return int(value + 0.5)\n ...@@ -83,7 +83,9 @@ return int(value + 0.5)\n
</item> </item>
<item> <item>
<key> <string>_filepath</string> </key> <key> <string>_filepath</string> </key>
<value> <string>Script (Python):/nexedi/portal_skins/erp5_html_style/Planning_roundBoundToInt</string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>_owner</string> </key> <key> <string>_owner</string> </key>
......
...@@ -721,7 +721,9 @@ return properties_structure\n ...@@ -721,7 +721,9 @@ return properties_structure\n
</item> </item>
<item> <item>
<key> <string>_filepath</string> </key> <key> <string>_filepath</string> </key>
<value> <string>Script (Python):/nexedi/portal_skins/erp5_html_style/planning_coordinates</string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>_owner</string> </key> <key> <string>_owner</string> </key>
......
...@@ -184,7 +184,9 @@ return "".join(returned_list)\n ...@@ -184,7 +184,9 @@ return "".join(returned_list)\n
</item> </item>
<item> <item>
<key> <string>_filepath</string> </key> <key> <string>_filepath</string> </key>
<value> <string>Script (Python):/nexedi/portal_skins/erp5_html_style/planning_css</string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>_owner</string> </key> <key> <string>_owner</string> </key>
......
...@@ -113,7 +113,9 @@ return returned_string\n ...@@ -113,7 +113,9 @@ return returned_string\n
</item> </item>
<item> <item>
<key> <string>_filepath</string> </key> <key> <string>_filepath</string> </key>
<value> <string>Script (Python):/nexedi/portal_skins/erp5_html_style/planning_dhtml</string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>_owner</string> </key> <key> <string>_owner</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment