NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/Interactive_Map/trunk/Interactive_Map/htdocs/index.html

Revision 19 (checked in by jcleary, 17 years ago)

Last code checkout from earlier SVN instance

Line 
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>Chameleon Sample Applications</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <style type="text/css">
7
8 <!--
9
10 h1, h2, h3, h4, p, span, div, ul, ol, li
11 {
12   font-family: Arial, Helvetica, sans-serif;
13 }
14
15 -->
16 </style>
17 </head>
18
19 <body>
20
21 <h1>Chameleon Sample Applications</h1>
22 <p>The Basic Widget samples all use widgets that are considered stable for the 2.0 release of Chameleon.  All other samples use a mixture of stable and beta widgets.  Most 'beta' widgets are actually very stable and are only listed as beta quality because they have not been fully tested and documented.</p>
23 <h2>Basic Widgets</h2>
24
25 <ul>
26   <li><a href="sample_basic_plainbuttons.phtml">Sample using simple images for buttons</a></li>
27   <li><a href="sample_basic.phtml">Sample using multi-state buttons</a></li>
28   <li><a href="sample_basic_buttonizer.phtml">Sample using multi-state buttons generated by buttonizer</a></li>
29 </ul>
30 <h2>Enhanced Widgets</h2>
31 <ul>
32   <li><a href="sample_enhanced.phtml">Sample using widgets from the Enhanced widget group</a></li>
33   <li><a href="sample_bilingual.phtml">Sample using bilingualisation</a></li>
34   <li><a href="sample_enhanced_themelegend.phtml">Sample using XML Theme Legend</a></li>
35 </ul>
36
37 <h2>JSAPI Mode</h2>
38 <ul>
39   <li><a href="sample_basic_jsapi.phtml">Basic Sample using the JSAPI mode</a></li>
40   <li><a href="sample_enhanced_jsapi.phtml">Enhanced Sample using the JSAPI mode</a></li>
41 </ul>
42
43 <h2>OGC Widgets</h2>
44 <ul>
45   <li><a href="sample_ogc.phtml">Sample using widgets from the OGC widget group</a></li>
46 </ul>
47 <h2>ROI Widgets</h2>
48 <ul>
49   <li><a href="sample_roi.phtml">Sample using widgets from the ROI widget group</a></li>
50 </ul>
51 <h2>Other Widgets</h2>
52 <p>these samples include widgets that have not yet found a home in one of the other widget groupings</p>
53 <ul>
54   <li><a href="sample_other.phtml">Sample using other widgets</a></li>
55 </ul>
56 </body>
57 </html>
Note: See TracBrowser for help on using the browser.