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

File: [Development] / p2rx-programs / maps / peaks.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:  peaks.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="129,73,187,100" href="index.cfm?pageAction=searchByState&List=SD&Format=WDDX&region=#region#" alt="South Dakota" title="South Dakota">
                  <area shape="rect" coords="130,30,178,63" href="index.cfm?pageAction=searchByState&List=ND&Format=WDDX&region=#region#" alt="North Dakota" title="North Dakota">
                  <area shape="rect" coords="29,32,118,64" href="index.cfm?pageAction=searchByState&List=MT&Format=WDDX&region=#region#" alt="Montana" title="Montana">
                  <area shape="rect" coords="66,85,112,124" href="index.cfm?pageAction=searchByState&List=WY&Format=WDDX&region=#region#" alt="Wyoming" title="Wyoming">
                  <area shape="rect" coords="28,130,62,177" href="index.cfm?pageAction=searchByState&List=UT&Format=WDDX&region=#region#" alt="Utah" title="Utah">
                  <area shape="rect" coords="76,139,138,180" href="index.cfm?pageAction=searchByState&List=CO&Format=WDDX&region=#region#" alt="Colorado" title="Colorado">
                </map>
			</P>
            </DIV>
			</CFOUTPUT>

CVS Admin
Powered by
ViewCVS 1.0-dev