(file) Return to zerowaste.cfm CVS log (file) (dir) Up to [Development] / p2rx-programs / maps

File: [Development] / p2rx-programs / maps / zerowaste.cfm (download)
Revision: 1.2, Fri May 12 17:16:50 2006 UTC (3 years, 6 months ago) by pKanel
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +11 -0 lines
Added Documentation

<!--- 	Name:  zerowaste.cfm
    	Purpose: This file will display the map image as well as make it clickable for each state.
		Date created: 05/01/2006 
       	Dependancy: mapname - 
					regionalCenter - 
		Variables: 	
		Date changed: 
					05/01/2006     	Prabin Kanel	Created file
					05/12/2006		Prabin Kanel	Documentation
--->

          <CFOUTPUT> <DIV align="center">
              <P><img src="maps/#mapname#" width="200" height="200" alt="#RegionalCenter# Map Inmage" usemap="##MapMap" border="0">
                          
                
               
			      <map name="MapMap">
                  	<area shape="poly" coords="15,41,58,44,59,86,3,93" href="index.cfm?pageAction=searchByState&List=NM&Format=WDDX&region=#region#" alt="New Mexico" title="New Mexico">
					
				    <area shape="poly" coords="70,55,86,54,91,76,133,82,140,112,115,137,106,154,96,139,87,128,79,119,58,116,47,114" href="index.cfm?pageAction=searchByState&List=TX&Format=WDDX&region=#region#" alt="Texas" title="Texas">
					
					<area shape="poly" coords="68,40,140,41,134,74,113,73,96,69,93,47,68,46" href="index.cfm?pageAction=searchByState&List=OK&Format=WDDX&region=#region#" alt="Oklahoma" title="Oklahoma">
					
                	<area shape="poly" coords="142,50,180,49,179,78,151,82,143,72" href="index.cfm?pageAction=searchByState&List=AR&Format=WDDX&region=#region#" alt="Arkansas" title="Arkansas">
					
					<area shape="poly" coords="167,90,146,90,150,117,182,122,184,110" href="index.cfm?pageAction=searchByState&List=LA&Format=WDDX&region=#region#" alt="Louisiana" title="Louisiana">
                                   
                   
                  
		           
		           
		        </map>
			</P>
            </DIV>
			</CFOUTPUT>

CVS Admin
Powered by
ViewCVS 1.0-dev