620a0d626afcfccb60f6877d3c3f458e5b0c185d.svn-base 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!--<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">-->
  2. <html lang="nl">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <title>Dutch Form</title>
  6. <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
  7. <!-- GC -->
  8. <!-- LIBS -->
  9. <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
  10. <!-- ENDLIBS -->
  11. <script type="text/javascript" src="../../ext-all.js"></script>
  12. <!-- include the locale file -->
  13. <script type="text/javascript" src="../../source/locale/ext-lang-nl.js"></script>
  14. <script type="text/javascript" src="dutch-provinces.js"></script>
  15. <script type="text/javascript" src="dutch-form.js"></script>
  16. <!-- Common Styles for the examples -->
  17. <link rel="stylesheet" type="text/css" href="../examples.css" />
  18. </head>
  19. <body>
  20. <script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->
  21. <h1>Localization with Ext</h1>
  22. <p>
  23. This demonstrates a dutch location of Ext using the form component. It includes the localization
  24. file "ext-lang-nl.js" from the source/locale folder of the Ext download.
  25. </p>
  26. <p>The js is not minified so it is readable. See <a href="dutch-form.js">dutch-form.js</a>.</p>
  27. </body>
  28. </html>