|
version 1.1, 2005/03/09 03:18:14 UTC
|
version 1.2, 2005/03/22 19:17:05 UTC
|
|
|
|
| dsp_newContact.cfm |
dsp_newContact.cfm |
| Variables: |
Variables: |
| Date changed: 03/08/2005 Prabin, Neena Coding and Documentation |
Date changed: 03/08/2005 Prabin, Neena Coding and Documentation |
| |
03/22/2005 Neena Added some comments inline for the cfinclude statements |
| ----> |
----> |
| |
|
| <cfparam name="URL.confirm" default="no"> |
<cfparam name="URL.confirm" default="no"> |
|
|
|
| |
|
| <html> |
<html> |
| <head> |
<head> |
| <title>Pollution Prevention Agencies and Programs in EPA Region 7</title> |
<title>Include your Site title here </title> |
| <cfinclude template="../cfi/metacontent.cfm"> |
|
| <cfinclude template="../cfi/script/nav_variables.htm"> |
|
| <link rel="stylesheet" href="../css/newstyle.css" type="text/css"> |
|
| <script language=javascript type="text/javascript"> |
<script language=javascript type="text/javascript"> |
| <!--hide |
<!--hide |
| |
|
|
|
|
| |
|
| </head> |
</head> |
| |
|
| <cfinclude template="../cfi/global_header.cfm"> |
<!--- Each Center site might want to include their header code here <cfinclude template="global_header.cfm"> ---> |
| |
|
| <cfif fuseaction is "Add"> |
<cfif fuseaction is "Add"> |
| <cfinclude template="dsp_UsersForm.cfm"> |
<cfinclude template="dsp_UsersForm.cfm"> |
|
|
|
| |
|
| </CFIF> |
</CFIF> |
| |
|
| |
<!--- Each Center site might want to include their footer code here |
| <cfinclude template="../cfi/global_footer.cfm"> |
<cfinclude template="global_footer.cfm"> ---> |
| |
|