Commit f270e4df authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

create a dedicated folder for xinha to avoid conflict of images folder. fix...

create a dedicated folder for xinha to avoid conflict of images folder. fix script tag usage to load external javascripts.
parent a80f3681
...@@ -40,10 +40,10 @@ ...@@ -40,10 +40,10 @@
<tal:block tal:define="site_root python: here.getWebSiteValue() or here.getPortalObject();\n <tal:block tal:define="site_root python: here.getWebSiteValue() or here.getPortalObject();\n
portal_url python: site_root.absolute_url();">\n portal_url python: site_root.absolute_url();">\n
<script type="text/javascript" tal:content="structure string:\n <script type="text/javascript" tal:content="structure string:\n
_editor_url = \'${portal_url}/portal_skins/erp5_xinha_editor\'">\n _editor_url = \'${portal_url}/xinha\'">\n
</script>\n </script>\n
<script type="text/javascript" tal:attributes="src string:${portal_url}/XinhaCore.js"/>\n <script type="text/javascript" tal:attributes="src string:${portal_url}/xinha/XinhaCore.js"></script>\n
<script type="text/javascript" tal:attributes="src string:${portal_url}/LoadEditor.js"/>\n <script type="text/javascript" tal:attributes="src string:${portal_url}/xinha/LoadEditor.js"></script>\n
</tal:block>\n </tal:block>\n
</head>\n </head>\n
<body>\n <body>\n
......
4 5
\ 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