Changeset 7111
- Timestamp:
- 05/08/08 13:49:03 (3 months ago)
- Files:
-
- trunk/openlayers/doc/examples2.js (deleted)
- trunk/openlayers/examples/Jugl.js (moved) (moved from trunk/openlayers/doc/Jugl.js)
- trunk/openlayers/examples/example-list.html (moved) (moved from trunk/openlayers/doc/examples.html) (3 diffs)
- trunk/openlayers/tools/exampleparser.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/example-list.html
r7099 r7111 3 3 <head> 4 4 <title>OpenLayers Examples</title> 5 <link rel="stylesheet" href=" ../examples/style.css" type="text/css" />5 <link rel="stylesheet" href="style.css" type="text/css" /> 6 6 <style type="text/css"> 7 7 html, body { … … 60 60 } 61 61 </style> 62 <script type="text/javascript" src=" ./Jugl.js"></script>63 <script type="text/javascript" src="example s2.js"></script>62 <script type="text/javascript" src="Jugl.js"></script> 63 <script type="text/javascript" src="example-list.js"></script> 64 64 <script type="text/javascript"> 65 65 // import … … 158 158 <div id="toc"> 159 159 <p id="instructions"> 160 <label for="keywords">Filter by keywords</label> 161 <input type="text" id="keywords" /> <br />160 <label for="keywords">Filter by keywords</label><br /> 161 <input type="text" id="keywords" /> 162 162 <span id="count"></span> 163 163 <a href="javascript:void showAll();">show all</a> trunk/openlayers/tools/exampleparser.py
r7099 r7111 117 117 outFile = open(sys.argv[1],'w') 118 118 else: 119 outFile = open('../ doc/examples2.js','w')119 outFile = open('../examples/example-list.js','w') 120 120 121 121 examplesLocation = '../examples'
