Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / history / history.html
index 2d3e623..02a803c 100644 (file)
@@ -1,32 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
     <title>History Example</title>
     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css"/>
-
-    <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
-    <script type="text/javascript" src="../../ext-all.js"></script>
+    <link rel="stylesheet" type="text/css" href="../shared/example.css"/>
+    
+    <script type="text/javascript" src="../../bootstrap.js"></script>
     <script type="text/javascript" src="history.js"></script>
-
-    <!-- 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>
-
-<h1>History Example</h1>
-
-<p>This is a simple implmenetation of the <tt>Ext.History</tt> component for managing browser back/forward navigation within a single page.</p>
+    <h1>History Example</h1>
 
-<p>It demonstrates managing history for multiple components within the page. Simply change tabs and use the browser Back
-and Forward buttons to navigate them.</p>
+    <p>This is a simple implementation of the <tt>Ext.History</tt> component for managing browser back/forward navigation within a single page.</p>
 
-<p>The js is not minified so it is readable. See <a href="history.js">history.js</a>.</p>
+    <p>It demonstrates managing history for multiple components within the page. Simply change tabs and use the browser Back
+    and Forward buttons to navigate them.</p>
 
-<!-- Fields required for history management -->
-<form id="history-form" class="x-hidden">
-    <input type="hidden" id="x-history-field" />
-    <iframe id="x-history-frame"></iframe>
-</form>
+    <p>The js is not minified so it is readable. See <a href="history.js">history.js</a>.</p>
 
+    <!-- Fields required for history management -->
+    <form id="history-form" class="x-hide-display">
+        <input type="hidden" id="x-history-field" />
+        <iframe id="x-history-frame"></iframe>
+    </form>
 </body>
 </html>