You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
986 B
24 lines
986 B
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
<html> |
|
<head> |
|
<title>Aircraft Gauge</title> |
|
<style type="text/css"> |
|
@import "../../../dojo/resources/dojo.css"; |
|
@import "../../../dijit/themes/claro/claro.css"; |
|
@import "style.css"; |
|
</style> |
|
<script type="text/javascript" src="../../../dojo/dojo.js" data-dojo-config="parseOnLoad: true, async: true"> |
|
</script> |
|
<script type="text/javascript"> |
|
require(["dojo/_base/kernel", "dojo/parser", "dijit/layout/BorderContainer", "dijit/layout/ContentPane", |
|
"dojox/dgauges/tests/gauges/AircraftGauge"]); |
|
</script> |
|
</head> |
|
<body class="claro"> |
|
<div data-dojo-type="dijit.layout.BorderContainer" gutters="true" liveSplitters="true" id="borderContainer"> |
|
<div data-dojo-type="dijit.layout.ContentPane" style="background-color: #FFFFFF;" splitter="true" region="center"> |
|
<div id="g1" data-dojo-type="dojox.dgauges.tests.gauges.AircraftGauge"></div> |
|
</div> |
|
</div> |
|
</body> |
|
</html> |