OpenLayers OpenLayers

Changeset 400

Show
Ignore:
Timestamp:
05/26/06 11:44:13 (3 years ago)
Author:
crschmidt
Message:

Pull list pages out of iframes, turn them into links.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/website/EmailLists/index.shtml

    r304 r400  
    33  <div id="main"> 
    44   <center><h2>Please join either or both of these mailing lists for OpenLayers users and developers.</h2></center> 
    5    <div style="position:absolute; left:0px; width:50%; height:2000;"> 
    6    <iframe src="http://mailman-viper.python-hosting.com/listinfo/users" 
    7         width="100%" height="100%" 
    8         scrolling="no" 
    9         marginwidth="0" marginheight="0" 
    10         frameborder="0"> 
    11    </iframe> 
    12    </div> 
    13    <div style="position:absolute; right:0px; width:50%; height:2000;"> 
    14    <iframe src="http://mailman-viper.python-hosting.com/listinfo/dev" 
    15         width="100%" height="100%" 
    16         scrolling="no" 
    17         marginwidth="0" marginheight="0" 
    18         frameborder="0"> 
    19    </iframe> 
    20    </div> 
    21  
     5<p>    
     6   <a href="http://mailman-viper.python-hosting.com/listinfo/users">Users List</a> - for users of the OpenLayers code, or others who are interested in seeing OpenLayers code in use. 
     7   </p> 
     8<p>    
     9  <a href="http://mailman-viper.python-hosting.com/listinfo/dev">Development List</a> - for developers of the OpenLayers code, or others who are interested in the development of OpenLayers. 
     10  </p> 
    2211  </div> 
    2312  <div id="sidebar"></div>