+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Absolute Forms</title>
- <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css"/>
+ <!-- ExtJS -->
+ <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
+ <script type="text/javascript" src="../../bootstrap.js"></script>
- <!-- GC -->
- <!-- LIBS -->
- <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
- <!-- ENDLIBS -->
-
- <script type="text/javascript" src="../../ext-all.js"></script>
+ <!-- Shared -->
+ <link rel="stylesheet" type="text/css" href="../shared/example.css" />
+ <!-- Example -->
<script type="text/javascript" src="absform.js"></script>
- <link rel="stylesheet" type="text/css" href="forms.css"/>
-
- <!-- Common Styles for the examples -->
- <link rel="stylesheet" type="text/css" href="../shared/examples.css"/>
</head>
<body>
-<script type="text/javascript" src="../shared/examples.js"></script>
-<!-- EXAMPLES -->
-<h1>Absolute Layout with Forms</h1>
+ <h1>Absolute Layout with Forms</h1>
-<p>The js is not minified so it is readable. See <a href="absform.js">absform.js</a>.</p>
+ <p>The js is not minified so it is readable. See <a href="absform.js">absform.js</a>.</p>
</body>
</html>