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

Diff for /p2rx-programs/addeditprograms.cfm between version 1.1 and 1.2

version 1.1, 2005/03/09 03:18:14 UTC version 1.2, 2005/03/22 19:17:05 UTC
Line 19 
Line 19 
                                                 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">
Line 27 
Line 27 
   
 <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
   
Line 127 
Line 125 
   
 </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">
Line 233 
Line 231 
   
 </CFIF>  </CFIF>
   
   <!--- Each Center site might want to include their footer code here
 <cfinclude template="../cfi/global_footer.cfm">  <cfinclude template="global_footer.cfm"> --->
   


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVS Admin
Powered by
ViewCVS 1.0-dev