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

File: [Development] / p2rx-programs / maps / p2ric.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:  p2ric.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="rect" coords="25,47,99,91" href="index.cfm?pageAction=searchByState&List=NE&Format=WDDX&region=#region#" alt="Nebraska" title="Nebraska">
				    <area shape="poly" coords="154,40,171,58,164,75,141,81,111,81,103,57,104,43" href="index.cfm?pageAction=searchByState&List=IA&Format=WDDX&region=#region#" alt="Iowa" title="Iowa">
					<area shape="poly" coords="98,102,116,116,116,138,64,139,30,138,31,102" href="index.cfm?pageAction=searchByState&List=KS&Format=WDDX&region=#region#" alt="Kansas" title="Kansas">
                	<area shape="poly" coords="154,90,192,145,126,150,126,115,119,100,116,93" href="index.cfm?pageAction=searchByState&List=MO&Format=WDDX&region=#region#" alt="Missouri" title="Missouri">
                                   
                   
                </map>
			</P>
            </DIV>
			</CFOUTPUT>

CVS Admin
Powered by
ViewCVS 1.0-dev