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

File: [Development] / p2rx-programs / maps / pprc.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:  pprc.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="12,17,87,20,91,70,19,79" href="index.cfm?pageAction=searchByState&List=AK&Format=WDDX&region=#region#" alt="Alaska" title="Alaska">
					
					<area shape="poly" coords="45,101,77,89,102,90,102,111,101,120,79,123,59,124,47,115" href="index.cfm?pageAction=searchByState&List=WA&Format=WDDX&region=#region#" alt="Washington" title="Washington">
					
					<area shape="poly" coords="117,136,47,137,38,168,39,186,75,187,103,185,111,181" href="index.cfm?pageAction=searchByState&List=OR&Format=WDDX&region=#region#" alt="Oregon" title="Oregon">
					
					<area shape="poly" coords="116,91,120,184,180,183,178,149" href="index.cfm?pageAction=searchByState&List=ID&Format=WDDX&region=#region#" alt="Idaho" title="Idaho">
					
							
                   
                </map>
	</P>
            </DIV>
			</CFOUTPUT>

CVS Admin
Powered by
ViewCVS 1.0-dev