Commit 54f81fde authored by Lucas Carvalho's avatar Lucas Carvalho

improved the code style and removed white spaces in the end of the line.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28740 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 193fc805
...@@ -101,10 +101,8 @@ ...@@ -101,10 +101,8 @@
\'%s/mf54_reset.css\' % portal_path,\n \'%s/mf54_reset.css\' % portal_path,\n
\'%s/mf54_grid.css\' % section_url,\n \'%s/mf54_grid.css\' % section_url,\n
\'%s/mf54_content.css\' % portal_path,\n \'%s/mf54_content.css\' % portal_path,\n
] + (section.getLayoutProperty(\'layout_additional_css\', None) and [section.getLayoutProperty(\'layout_additional_css\')] or []);\n ] + (section.getLayoutProperty(\'layout_additional_css\', None) and [section.getLayoutProperty(\'layout_additional_css\')] or []);\n
global js_list python:[\n global js_list python:[\'%s/erp5_tabber.js\' % portal_path,]">\n
\'%s/erp5_tabber.js\' % portal_path,\n
]">\n
<tal:block metal:use-macro="here/template_erp5_xhtml_style/macros/master">\n <tal:block metal:use-macro="here/template_erp5_xhtml_style/macros/master">\n
<tal:block metal:fill-slot="layout">\n <tal:block metal:fill-slot="layout">\n
<tal:block metal:use-macro="here/aggregate_render/macros/populate_request"/>\n <tal:block metal:use-macro="here/aggregate_render/macros/populate_request"/>\n
...@@ -112,8 +110,8 @@ ...@@ -112,8 +110,8 @@
<!-- CONTAINER FOR ENTIRE PAGE -->\n <!-- CONTAINER FOR ENTIRE PAGE -->\n
<div class="container">\n <div class="container">\n
\n \n
<!-- HEADER --> \n <!-- HEADER -->\n
<div class="corner-page-top"></div> \n <div class="corner-page-top"></div>\n
<div class="header">\n <div class="header">\n
<!-- Layout form rendering -->\n <!-- Layout form rendering -->\n
<tal:block tal:condition="python: layout_form is not None">\n <tal:block tal:condition="python: layout_form is not None">\n
...@@ -122,20 +120,20 @@ ...@@ -122,20 +120,20 @@
</tal:block>\n </tal:block>\n
</tal:block>\n </tal:block>\n
</div>\n </div>\n
<div class="corner-page-bottom"></div> \n <div class="corner-page-bottom"></div>\n
\n \n
<!-- NAVIGATION BAR -->\n <!-- NAVIGATION BAR -->\n
<div class="corner-page-top"></div> \n <div class="corner-page-top"></div>\n
<div class="navbar">\n <div class="navbar">\n
<!-- Layout form rendering -->\n <!-- Layout form rendering -->\n
<tal:block tal:condition="python: layout_form is not None">\n <tal:block tal:condition="python: layout_form is not None">\n
<tal:block tal:repeat="aggregate python: [(\'navbar\', navbar_area)]">\n <tal:block tal:repeat="aggregate python: [(\'navbar\', navbar_area)]">\n
<tal:block metal:use-macro="here/aggregate_render/macros/aggregate_render"/>\n <tal:block metal:use-macro="here/aggregate_render/macros/aggregate_render"/>\n
</tal:block>\n </tal:block>\n
</tal:block> \n </tal:block>\n
</div> \n </div> \n
\n \n
<!-- MAIN SECTION --> \n <!-- MAIN SECTION -->\n
<div class="main">\n <div class="main">\n
<div class="headline">\n <div class="headline">\n
<!-- Layout form rendering -->\n <!-- Layout form rendering -->\n
...@@ -148,7 +146,6 @@ ...@@ -148,7 +146,6 @@
\n \n
<!-- SUBCONTENT -->\n <!-- SUBCONTENT -->\n
<div class="subcontent" tal:condition="python: section.getLayoutProperty(\'layout_right_column\', False)">\n <div class="subcontent" tal:condition="python: section.getLayoutProperty(\'layout_right_column\', False)">\n
\n
<!-- Layout form rendering -->\n <!-- Layout form rendering -->\n
<tal:block tal:condition="python: layout_form is not None"\n <tal:block tal:condition="python: layout_form is not None"\n
tal:define="widget_renderer here/multiflex5_box_renderer/macros/widget">\n tal:define="widget_renderer here/multiflex5_box_renderer/macros/widget">\n
...@@ -156,7 +153,6 @@ ...@@ -156,7 +153,6 @@
<tal:block metal:use-macro="here/aggregate_render/macros/aggregate_render"/>\n <tal:block metal:use-macro="here/aggregate_render/macros/aggregate_render"/>\n
</tal:block>\n </tal:block>\n
</tal:block>\n </tal:block>\n
\n
</div> \n </div> \n
\n \n
<!-- CONTENT -->\n <!-- CONTENT -->\n
...@@ -169,7 +165,7 @@ ...@@ -169,7 +165,7 @@
<span tal:content="python: request.get(\'portal_status_message\')"></span>\n <span tal:content="python: request.get(\'portal_status_message\')"></span>\n
</h3>\n </h3>\n
</div>\n </div>\n
<div class="corner-content-1col-bottom"></div> \n <div class="corner-content-1col-bottom"></div>\n
</div>\n </div>\n
</tal:block> \n </tal:block> \n
<tal:block tal:condition="python: request.get(\'current_web_section\', here).getLayoutProperty(\'ecommerce_selected_product\', False)">\n <tal:block tal:condition="python: request.get(\'current_web_section\', here).getLayoutProperty(\'ecommerce_selected_product\', False)">\n
...@@ -178,12 +174,12 @@ ...@@ -178,12 +174,12 @@
<div class="content-1col-nobox">\n <div class="content-1col-nobox">\n
<tal:block tal:content="structure here/WebSection_viewSelectedProductWidget"/>\n <tal:block tal:content="structure here/WebSection_viewSelectedProductWidget"/>\n
</div>\n </div>\n
<div class="corner-content-1col-bottom"></div> \n <div class="corner-content-1col-bottom"></div>\n
</div>\n </div>\n
</tal:block>\n </tal:block>\n
<tal:block tal:condition="python: (section is website) or section.getLayoutProperty(\'ecommerce_default_content\', False)">\n <tal:block tal:condition="python: (section is website) or section.getLayoutProperty(\'ecommerce_default_content\', False)">\n
<div class="main_content">\n <div class="main_content">\n
<div class="corner-content-1col-top"></div> \n <div class="corner-content-1col-top"></div>\n
<div class="content-1col-nobox">\n <div class="content-1col-nobox">\n
<tal:block metal:define-slot="main"/>\n <tal:block metal:define-slot="main"/>\n
</div>\n </div>\n
...@@ -196,13 +192,13 @@ ...@@ -196,13 +192,13 @@
<tal:block tal:repeat="aggregate python: [(\'product_list\', product_list_area)]">\n <tal:block tal:repeat="aggregate python: [(\'product_list\', product_list_area)]">\n
<tal:block metal:use-macro="here/aggregate_render/macros/aggregate_render"/>\n <tal:block metal:use-macro="here/aggregate_render/macros/aggregate_render"/>\n
</tal:block>\n </tal:block>\n
</tal:block> \n </tal:block>\n
</div>\n
</tal:block>\n
</div>\n
</div>\n </div>\n
</tal:block> \n
</div> \n
</div> \n
\n \n
<!-- FOOTER --> \n <!-- FOOTER -->\n
<div class="footer">\n <div class="footer">\n
<!-- Layout form rendering -->\n <!-- Layout form rendering -->\n
<tal:block tal:condition="python: layout_form is not None">\n <tal:block tal:condition="python: layout_form is not None">\n
...@@ -211,7 +207,7 @@ ...@@ -211,7 +207,7 @@
</tal:block>\n </tal:block>\n
</tal:block>\n </tal:block>\n
</div>\n </div>\n
<div class="corner-page-bottom"></div> \n <div class="corner-page-bottom"></div>\n
</div> \n </div> \n
\n \n
<!-- ERP5 WEB INTEGRATION -->\n <!-- ERP5 WEB INTEGRATION -->\n
...@@ -220,11 +216,7 @@ ...@@ -220,11 +216,7 @@
</tal:block>\n </tal:block>\n
</tal:block>\n </tal:block>\n
</body>\n </body>\n
</html>\n </html>
\n
\n
\n
]]></string> </value> ]]></string> </value>
</item> </item>
......
173 174
\ No newline at end of file \ No newline at end of file
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