Commit 563b7e99 authored by Romain Courteaud's avatar Romain Courteaud

Follow DMS modifications

parent 8cce2f7c
...@@ -63,28 +63,28 @@ ...@@ -63,28 +63,28 @@
sitename_width python:here.getLayoutProperty(\'layout_sitename_width\', 300);\n sitename_width python:here.getLayoutProperty(\'layout_sitename_width\', 300);\n
header_background_image python:here.getLayoutProperty(\'layout_header_background_image\', \n header_background_image python:here.getLayoutProperty(\'layout_header_background_image\', \n
\'mf54_image/bg_header.jpg\');\n \'mf54_image/bg_header.jpg\');\n
header_background_image python:\'%s/%s\' % (site_url, header_background_image);\n header_background_image python:\'%s/%s?format=png\' % (site_url, header_background_image);\n
site_logo python:here.getLayoutProperty(\'layout_site_logo\', \n site_logo python:here.getLayoutProperty(\'layout_site_logo\', \n
\'mf54_image/bg_logo.gif\');\n \'mf54_image/bg_logo.gif\');\n
site_logo python:\'%s/%s\' % (site_url, site_logo);\n site_logo python:\'%s/%s?format=png\' % (site_url, site_logo);\n
page_top_background_image python:here.getLayoutProperty(\'layout_page_top_background_image\', \n page_top_background_image python:here.getLayoutProperty(\'layout_page_top_background_image\', \n
\'mf54_image/bg_corner_page_top.gif\');\n \'mf54_image/bg_corner_page_top.gif\');\n
page_top_background_image python:\'%s/%s\' % (site_url, page_top_background_image);\n page_top_background_image python:\'%s/%s?format=png\' % (site_url, page_top_background_image);\n
page_bottom_background_image python:here.getLayoutProperty(\'layout_page_bottom_background_image\', \n page_bottom_background_image python:here.getLayoutProperty(\'layout_page_bottom_background_image\', \n
\'mf54_image/bg_corner_page_bottom.gif\');\n \'mf54_image/bg_corner_page_bottom.gif\');\n
page_bottom_background_image python:\'%s/%s\' % (site_url, page_bottom_background_image);\n page_bottom_background_image python:\'%s/%s?format=png\' % (site_url, page_bottom_background_image);\n
content_bottom_background_image python:here.getLayoutProperty(\'layout_content_bottom_background_image\', \n content_bottom_background_image python:here.getLayoutProperty(\'layout_content_bottom_background_image\', \n
\'mf54_image/bg_corner_content_%s1col_bottom.gif\' % ((not has_right_column and \'nosidebar_\') or \'\'));\n \'mf54_image/bg_corner_content_%s1col_bottom.gif\' % ((not has_right_column and \'nosidebar_\') or \'\'));\n
content_bottom_background_image python:\'%s/%s\' % (site_url, content_bottom_background_image);\n content_bottom_background_image python:\'%s/%s?format=png\' % (site_url, content_bottom_background_image);\n
content_top_background_image python:here.getLayoutProperty(\'layout_content_top_background_image\', \n content_top_background_image python:here.getLayoutProperty(\'layout_content_top_background_image\', \n
\'mf54_image/bg_corner_content_%s1col_top.gif\' % ((not has_right_column and \'nosidebar_\') or \'\'));\n \'mf54_image/bg_corner_content_%s1col_top.gif\' % ((not has_right_column and \'nosidebar_\') or \'\'));\n
content_top_background_image python:\'%s/%s\' % (site_url, content_top_background_image);\n content_top_background_image python:\'%s/%s?format=png\' % (site_url, content_top_background_image);\n
subcontent_top_background_image python:here.getLayoutProperty(\'layout_subcontent_top_background_image\',\n subcontent_top_background_image python:here.getLayoutProperty(\'layout_subcontent_top_background_image\',\n
\'mf54_image/bg_corner_subcontent_top.gif\');\n \'mf54_image/bg_corner_subcontent_top.gif\');\n
subcontent_top_background_image python:\'%s/%s\' % (site_url, subcontent_top_background_image);\n subcontent_top_background_image python:\'%s/%s?format=png\' % (site_url, subcontent_top_background_image);\n
subcontent_bottom_background_image python:here.getLayoutProperty(\'layout_subcontent_bottom_background_image\',\n subcontent_bottom_background_image python:here.getLayoutProperty(\'layout_subcontent_bottom_background_image\',\n
\'mf54_image/bg_corner_subcontent_bottom.gif\');\n \'mf54_image/bg_corner_subcontent_bottom.gif\');\n
subcontent_bottom_background_image python:\'%s/%s\' % (site_url, subcontent_bottom_background_image);\n subcontent_bottom_background_image python:\'%s/%s?format=png\' % (site_url, subcontent_bottom_background_image);\n
">\n ">\n
\n \n
/****************************************************************/\n /****************************************************************/\n
...@@ -334,6 +334,7 @@ div.subcontent-box.headbox1noicon h2.noicon {background:none;}\n ...@@ -334,6 +334,7 @@ div.subcontent-box.headbox1noicon h2.noicon {background:none;}\n
/******************************************/\n /******************************************/\n
.navbar ul li.login {float:right}\n .navbar ul li.login {float:right}\n
\n \n
\n
</tal:block> </tal:block>
]]></unicode> </value> ]]></unicode> </value>
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
\'%s/mf54_grid.css\' % section_url,\n \'%s/mf54_grid.css\' % section_url,\n
\'%s/mf54_content.css\' % section_url,\n \'%s/mf54_content.css\' % section_url,\n
] + (section.getLayoutProperty(\'layout_additional_css\', None) and\n ] + (section.getLayoutProperty(\'layout_additional_css\', None) and\n
[\'%s/%s\' % (portal_path, section.getLayoutProperty(\'layout_additional_css\'))] or []);\n [\'%s/%s/Base_download\' % (portal_path, section.getLayoutProperty(\'layout_additional_css\'))] or []);\n
global js_list python:[\n global js_list python:[\n
]">\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
...@@ -199,8 +199,7 @@ ...@@ -199,8 +199,7 @@
</tal:block>\n </tal:block>\n
</tal:block>\n </tal:block>\n
</body>\n </body>\n
</html>\n </html>
]]></unicode> </value> ]]></unicode> </value>
</item> </item>
......
197 198
\ 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