- Almost IE 8 working :)

This commit is contained in:
Paulo Veiga
2009-07-09 20:06:08 +00:00
parent 6ccc2f7650
commit 376fd10331
10 changed files with 167 additions and 167 deletions

View File

@@ -21,6 +21,7 @@
function afterCoreLoading()
{
// Uncomment for debug ...
if (core.UserAgent.isVMLSupported())
{
$import("../js/mindplot.vml.js");
@@ -29,6 +30,17 @@ function afterCoreLoading()
$import("../js/mindplot.svg.js");
}
// if (core.UserAgent.isVMLSupported())
// {
// $import("../js/mindplot.vml-min.js");
// } else
// {
// $import("../js/mindplot.svg-min.js");
//
// }
};
afterCoreLoading();

View File

@@ -21,10 +21,10 @@ function afterCoreLoading()
{
if (core.UserAgent.isVMLSupported())
{
$import("../js/mindplot.vml.js");
$import("../js/mindplot.vml-min.js");
} else
{
$import("../js/mindplot.svg.js");
$import("../js/mindplot.svg-min.js");
}
};

View File

@@ -12,10 +12,9 @@
</c:url>
<html>
<head>
<title>
<spring:message code="SITE.TITLE"/>
- ${mindmap.title} </title>
<meta http-equiv="Content-type" value="text/html; charset=utf-8">
<!-- Internet Explorer 8 Hack -->
<meta http-equiv="Content-type" value="text/html;charset=UTF-8">
<title><spring:message code="SITE.TITLE"/> - ${mindmap.title} </title>
<link rel="stylesheet" type="text/css" href="../css/editor.css">
<link rel="stylesheet" type="text/css" href="../css/bubble.css">
<link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/thirdparty.css">