blob: 00c017d00447aaa1585a95f6d5a6560aff0d8504 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<head>
<title>ExtJS JSON Data demo</title>
<link rel="stylesheet" type="text/css" href="/ext/resources/css/ext-all.css"/>
<script src="/ext/adapter/ext/ext-base.js"></script>
<script src="/ext/ext-all-debug.js"></script>
<script src="extdemo.cgi/demo/API"></script>
<script src="extdemo.js"></script>
</head>
<body>
</body>
</html>
|