summaryrefslogtreecommitdiffstats
path: root/samples/dataview
diff options
context:
space:
mode:
Diffstat (limited to 'samples/dataview')
-rw-r--r--samples/dataview/01_static_loading.html4
-rw-r--r--samples/dataview/02_dynamic_loading.html4
-rw-r--r--samples/dataview/03_adding.html4
3 files changed, 6 insertions, 6 deletions
diff --git a/samples/dataview/01_static_loading.html b/samples/dataview/01_static_loading.html
index 45ece36..76b48a4 100644
--- a/samples/dataview/01_static_loading.html
+++ b/samples/dataview/01_static_loading.html
@@ -1,10 +1,10 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html>
<html>
<head>
<title>Static loading</title>
<script src="../dhtmlx/dhtmlx.js" type="text/javascript"></script>
<link rel="STYLESHEET" type="text/css" href="../dhtmlx/dhtmlx.css">
+
<style type="text/css" media="screen">
body { background-color:#EBEBEB; };
</style>
diff --git a/samples/dataview/02_dynamic_loading.html b/samples/dataview/02_dynamic_loading.html
index 4a846fa..5c0866e 100644
--- a/samples/dataview/02_dynamic_loading.html
+++ b/samples/dataview/02_dynamic_loading.html
@@ -1,10 +1,10 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html>
<html>
<head>
<title>Dynamic loading</title>
<script src="../dhtmlx/dhtmlx.js" type="text/javascript"></script>
<link rel="STYLESHEET" type="text/css" href="../dhtmlx/dhtmlx.css">
+
<style type="text/css" media="screen">
body { background-color:#EBEBEB; };
</style>
diff --git a/samples/dataview/03_adding.html b/samples/dataview/03_adding.html
index 6c08152..7f8cd0e 100644
--- a/samples/dataview/03_adding.html
+++ b/samples/dataview/03_adding.html
@@ -1,5 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html>
<!--conf
<sample in_favorites="true">
<product version="1.0" edition="std"/>
@@ -14,6 +13,7 @@
<title>Connecting to database</title>
<script src="../dhtmlx/dhtmlx.js" type="text/javascript"></script>
<link rel="STYLESHEET" type="text/css" href="../dhtmlx/dhtmlx.css">
+
<style type="text/css" media="screen">
body { background-color:#EBEBEB; };
</style>