Commit 936a21d5 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2008-05-19 yo

* Temporarily, recommend firefox for IE users.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21021 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d3346ba0
......@@ -41,6 +41,12 @@
</object>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
......@@ -49,13 +55,12 @@
tal:define="isAllowedExpress python: here.portal_wizard.getExpressConfigurationPreference(\'preferred_express_user_id\', None) is not None and\n
here.portal_wizard.getExpressConfigurationPreference(\'preferred_express_password\', None) is not None">\n
\n
<h5 tal:condition="isAllowedExpress">\n
Please click <a href="next">HERE</a> to access ERP5 Express Configuration service.\n
</h5>\n
<h5 id="wizard_message" style="visibility:hidden;" tal:content="python:test(isAllowedExpress, \'true\', \'false\')"></h5>\n
\n
<h5 tal:condition="not: isAllowedExpress">\n
You can not access ERP5 Express Configuration service.\n
</h5>\n
<script type="text/javascript" src="wizard_helper.js"></script>\n
<noscript>\n
Please enable JavaScript in your web browser, otherwise the configuration server does not work properly.\n
</noscript>\n
\n
</tal:block>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="File" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts11215424.08</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>wizard_helper.js</string> </value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/x-javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
displayMessage = function () {\n
wizard_message = document.getElementById(\'wizard_message\');\n
wizard_message.style.visibility = \'visible\';\n
if (!/MSIE/.test(navigator.userAgent)) {\n
if (scrapeText(wizard_message) == \'true\') {\n
wizard_message.innerHTML = \'<a href="next">Please click here to access ERP5 Express Configuration service.</a>\';\n
} else {\n
wizard_message.innerHTML = \'You can not access ERP5 Express Configuration service.\';\n
}\n
} else {\n
wizard_message.innerHTML = \'<a href="http://www.mozilla.com/firefox/">Please click here to download Firefox, because your browser may not work properly. It is free.</a>\';\n
}\n
}\n
addLoadEvent(displayMessage);\n
\n
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>683</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2008-05-19 yo
* Temporarily, recommend firefox for IE users.
2007-12-06 yo
* Move portal_wizard to Tools.
......
63
\ No newline at end of file
64
\ 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