Refactor code structure for improved readability and maintainability
This commit is contained in:
25
themes/connector/samples/dataview/index.html
Normal file
25
themes/connector/samples/dataview/index.html
Normal file
@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<style type="text/css" media="screen">
|
||||
*{
|
||||
font-family:Tahoma;
|
||||
}
|
||||
div,li{
|
||||
font-size:10pt;
|
||||
}
|
||||
div{
|
||||
padding-bottom:20px;
|
||||
}
|
||||
li{
|
||||
padding-left:50px;
|
||||
padding-bottom:10px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<h2>dhtmlxConnector for PHP :: Samples</h2>
|
||||
<li><a href="01_static_loading.html">Static loading</a></li>
|
||||
<li><a href="02_dynamic_loading.html">Dynamic loading</a></li>
|
||||
<li><a href="03_adding.html">Adding</a></li>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user