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

File: [Development] / p2rx-programs / maps / wrppn.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: +12 -0 lines
Added Documentation

<!--- 	Name:  wrppn.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="88,22,78,59,120,117,143,36" href="index.cfm?pageAction=searchByState&List=NV&Format=WDDX&region=#region#" alt="Nevada" title="Nevada">
					<area shape="poly" coords="44,11,80,19,71,57,116,136,89,157,57,119,46,76,36,42" href="index.cfm?pageAction=searchByState&List=CA&Format=WDDX&region=#region#" alt="California" title="California">
                    <area shape="poly" coords="136,109,184,116,175,188,119,167,121,146,126,126" href="index.cfm?pageAction=searchByState&List=AZ&Format=WDDX&region=#region#" alt="Arizona" title="Arizona">
					<area shape="poly" coords="37,159,76,189,95,179,69,158,43,148" href="index.cfm?pageAction=searchByState&List=HI&Format=WDDX&region=#region#" alt="Hawaii" title="Hawaii">
			</map>
	</P>
            </DIV>
			</CFOUTPUT>

CVS Admin
Powered by
ViewCVS 1.0-dev