You should add a 'type' attribute with a value of 'text/css' to the 'link' element...
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 11 Jul 2013 15:18:18 +0000 (15:18 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 11 Jul 2013 15:19:32 +0000 (15:19 +0000)
examples/htdocs/index-full.html
examples/htdocs/index-jquery.html
examples/htdocs/index-lowlevel.html
examples/htdocs/index-mike.html
examples/htdocs/index-mobile.html
examples/htdocs/index-popup.html
examples/htdocs/index-wolfram.html
examples/htdocs/index.html

index f82d261..0168239 100644 (file)
@@ -5,7 +5,7 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta name="copyright" content="(c) 1999-2013 IndexData ApS, http://indexdata.com" />
     <title>MKWS demo: full configuration</title>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta name="copyright" content="(c) 1999-2013 IndexData ApS, http://indexdata.com" />
     <title>MKWS demo: full configuration</title>
-    <link rel="stylesheet" href="http://mkws.indexdata.com/mkwsStyle.css" />
+    <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkwsStyle.css" />
     <script type="text/javascript">
        var mkws_config = {
                lang: "da",
     <script type="text/javascript">
        var mkws_config = {
                lang: "da",
index e2d3e19..183d3da 100644 (file)
@@ -2,7 +2,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo: jQuery plugin</title>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo: jQuery plugin</title>
-    <link rel="stylesheet" href="http://mkws.indexdata.com/mkwsStyle.css" />
+    <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkwsStyle.css" />
     <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
   </head>
   <body>
     <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
   </head>
   <body>
index f04060d..15a453a 100644 (file)
@@ -2,7 +2,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo: low-level subcomponents</title>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo: low-level subcomponents</title>
-    <link rel="stylesheet" href="http://mkws.indexdata.com/mkwsStyle.css" />
+    <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkwsStyle.css" />
     <script type="text/javascript">
       var mkws_config = { switch_menu: true };
     </script>
     <script type="text/javascript">
       var mkws_config = { switch_menu: true };
     </script>
index b3cad34..aac01ea 100644 (file)
@@ -2,7 +2,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo: Mike's playground</title>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo: Mike's playground</title>
-    <link rel="stylesheet" href="../../tools/htdocs/mkwsStyle.css" />
+    <link rel="stylesheet" type="text/css" href="../../tools/htdocs/mkwsStyle.css" />
     <script type="text/javascript">
       var mkws_config = {
        responsive_design: true,
     <script type="text/javascript">
       var mkws_config = {
        responsive_design: true,
index bf1893f..cd5aad9 100644 (file)
@@ -5,7 +5,7 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta name="copyright" content="(c) 1999-2013 IndexData ApS, http://indexdata.com" />
     <title>MKWS demo: mobile-screen resizing</title>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta name="copyright" content="(c) 1999-2013 IndexData ApS, http://indexdata.com" />
     <title>MKWS demo: mobile-screen resizing</title>
-    <link rel="stylesheet" href="http://mkws.indexdata.com/mkwsStyle.css" />
+    <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkwsStyle.css" />
     <script type="text/javascript">
        var mkws_config = {
                lang: "da",
     <script type="text/javascript">
        var mkws_config = {
                lang: "da",
index 54a81f2..2d39be3 100644 (file)
@@ -3,8 +3,8 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo: popup search box</title>
 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo: popup search box</title>
 
-    <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
-    <link rel="stylesheet" href="http://mkws.indexdata.com/mkwsStyle.css" />
+    <link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
+    <link rel="stylesheet" type="text/css" href="mkwsStyle.css" />
 
     <script type="text/javascript">
       mkws_config = {
 
     <script type="text/javascript">
       mkws_config = {
@@ -17,8 +17,8 @@
      };
     </script>
 
      };
     </script>
 
-    <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
-    <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
+    <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.min.js"></script>
+    <script src="http://code.jquery.com/ui/1.8.0/jquery-ui.min.js"></script>
 
     <script type="text/javascript" src="libjs-pz2/pz2api.1.js"></script>
     <script type="text/javascript" src="mkws.js"></script>
 
     <script type="text/javascript" src="libjs-pz2/pz2api.1.js"></script>
     <script type="text/javascript" src="mkws.js"></script>
index bdde406..a0fd5d7 100644 (file)
@@ -2,7 +2,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo: Wolfram's playground</title>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo: Wolfram's playground</title>
-    <link rel="stylesheet" href="mkwsStyle.css" />
+    <link rel="stylesheet" type="text/css" href="mkwsStyle.css" />
     <script type="text/javascript">
       var mkws_config = {
          switch_menu: false,
     <script type="text/javascript">
       var mkws_config = {
          switch_menu: false,
@@ -33,7 +33,7 @@
          }
       };
     </script>
          }
       };
     </script>
-    <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
+    <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.min.js"></script>
     <script type="text/javascript" src="libjs-pz2/pz2api.1.js"></script>
     <script type="text/javascript" src="mkws.js"></script>
     <style type="text/css">
     <script type="text/javascript" src="libjs-pz2/pz2api.1.js"></script>
     <script type="text/javascript" src="mkws.js"></script>
     <style type="text/css">
index 687aec5..1344211 100644 (file)
@@ -2,7 +2,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo client</title>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo client</title>
-    <link rel="stylesheet" href="http://mkws.indexdata.com/mkwsStyle.css" />
+    <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkwsStyle.css" />
     <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
   </head>
   <body>
     <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
   </head>
   <body>