fixing google chrome installation to work on all browsers
This commit is contained in:
@@ -323,10 +323,9 @@ NO_HISTORY_RESULTS= No History Information was found.
|
||||
HISTORY_INFO = Here is the list of the last revisions of you map.
|
||||
REVERT=revert
|
||||
SAMPLE_MAPS=Sample Maps
|
||||
INSTALL_CFG=Install Google Chrome Frame
|
||||
INSTALL_CFG_REASON = Since you are using Internet Explorer 8 or previous, you need to install Google Chrome Frame. This is a plugin made by Google that will allow you to see SVG in your browser.
|
||||
INSTALL_CFG_BROWSERS=This plug in is not necessary for Internet Explorer 9, or any other browser.
|
||||
INSTALL_CFG_CLICK_HERE=To download click here
|
||||
INSTALL_CFG=Google Chrome Frame Plugin Needed
|
||||
INSTALL_CFG_REASON = <h1>You need to install the Google Chrome Frame Plugin</h1><br/><h2>We used to support IE 7/8 by rendering VML instead of SVG. In a few words, VML was the SVG equivalent in the Microsoft world, and we have invested a lot of energy in VML during several years solving several performance and instability issues among others things. Since Internet Explorer 9 has support for HTML 5.0 (thus SVG support), we decided to deprecate the support of VML. The side effect of this is that all users using Internet Explorer 7/8 will have to install a plugin from google that enables the display of HTML 5.0 webpages.</h2>
|
||||
INSTALL_CFG_CLICK_HERE=To install Google Chrome Frame Plugin click here
|
||||
|
||||
INVALID_EMAIL_ERROR = The e-mail was not verified
|
||||
BROWSER_NOT_SUPPOERTED= Current Browser is not supported.
|
||||
|
@@ -16,7 +16,6 @@
|
||||
<definition name="closeDialog" page="/jsp/closeDialog.jsp"/>
|
||||
<definition name="embeddedViewError" page="/jsp/embeddedViewError.jsp"/>
|
||||
<definition name="mindmapPrint" page="/jsp/mindmapPrint.jsp"/>
|
||||
<definition name="installCFG" page="/jsp/installCFG.jsp"/>
|
||||
|
||||
<!-- Template Declaration -->
|
||||
<definition name="pageTemplate" page="/jsp/template.jsp">
|
||||
@@ -35,6 +34,16 @@
|
||||
<put name="body" value="/jsp/errorTemplate.jsp" type="page"/>
|
||||
</definition>
|
||||
|
||||
<definition name="gcfPluginNeeded" extends="pageTemplate">
|
||||
<put name="body" value="/jsp/gcfPluginNeeded.jsp" type="page"/>
|
||||
<put name="title" value="INSTALL_CFG"/>
|
||||
</definition>
|
||||
|
||||
<definition name="installCFG" extends="pageTemplate">
|
||||
<put name="body" value="/jsp/installCFG.jsp" type="page"/>
|
||||
<put name="title" value="INSTALL_CFG"/>
|
||||
</definition>
|
||||
|
||||
<!-- Error Pages -->
|
||||
<definition name="unexpectedError" extends="errorTemplate">
|
||||
<put name="title" value="UNEXPECTED_ERROR"/>
|
||||
|
@@ -71,6 +71,7 @@
|
||||
<property name="mappings">
|
||||
<props>
|
||||
<prop key="/c/try.htm">tryEditor</prop>
|
||||
<prop key="/c/installCFG.htm">installCFG</prop>
|
||||
</props>
|
||||
</property>
|
||||
</bean>
|
||||
@@ -313,6 +314,7 @@
|
||||
<prop key="/c/importMap.htm">importMapController</prop>
|
||||
<prop key="/c/newMap.htm">newMapController</prop>
|
||||
<prop key="/c/history.htm">historyController</prop>
|
||||
<prop key="/c/installCFG.htm">homeController</prop>
|
||||
</props>
|
||||
</property>
|
||||
</bean>
|
||||
|
Reference in New Issue
Block a user