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

Diff for /p2rx-programs/dsp_addprogramstypes.cfm between version 1.2 and 1.3

version 1.2, 2005/03/22 19:39:21 UTC version 1.3, 2005/08/26 16:08:19 UTC
Line 11 
Line 11 
   
                 Functions:                  Functions:
                 Date changed:   02/23/2005              Prabin & Neena      Creation and Documentation                  Date changed:   02/23/2005              Prabin & Neena      Creation and Documentation
                                                 03/22/2005              Neena                           Commented out the Span tags                                                  08/15/2005              Terry                   Added URL variable for skipping step (line 46)
                                                   08/15/2005              Terry                   Documentation
 --->  --->
   
 <cfquery name="progtypes" datasource="#Programsdb#">  <cfquery name="progtypes" datasource="#Programsdb#">
Line 27 
Line 28 
 </cfquery>  </cfquery>
   
 <body>  <body>
   <!-- #BeginEditable "Content" -->
 <table width="100%" border="0" cellspacing="0" cellpadding="10" name="text">  <table width="100%" border="0" cellspacing="0" cellpadding="10" name="text">
         <tr>          <tr>
           <td>            <td>
             <p>              <p>
                         <!--- <span class="subheading"> --->                          <span class="subheading">
                                 ADD A PROGRAM -> <!--- <img src="../images/siteimage/dart.gif" border="0"> --->                                  ADD A PROGRAM <img src="../images/siteimage/dart.gif" border="0">
                                 PROGRAM TYPES<!--- <img src="../images/siteimage/dart.gif" border="0"></span> --->                                  PROGRAM TYPES<img src="../images/siteimage/dart.gif" border="0"></span> &nbsp;
                                 <!--- <span class="sublink2"> --->Step 3 <!--- <img src="../images/siteimage/dart.gif" border="0"></span> ---><br><br>                                  <span class="sublink2">Step 3 <img src="../images/siteimage/dart.gif" border="0"></span><br><br>
   
   
                         <cfoutput query="getORG">Organization Name: &nbsp;&nbsp;&nbsp; <strong>#OrganizationName#</strong></cfoutput><br><br>                          <cfoutput query="getORG">Organization Name: &nbsp;&nbsp;&nbsp; <strong>#OrganizationName#</strong></cfoutput><br><br>
   
                         Please select the program type(s) which describe your organization.<br>                          Please select the program type(s) which describe your organization.<br>
                         <span class="redtext"><font style="color: red">* At least One</font></span><br><br>                          <span class="redtext"><font style="color: red">* At least One</font></span><br><br>
                 <form name="addProgramsTypes" action="addeditprograms.cfm?fuseaction=AssociateServices&OrgID=<cfoutput>#URL.OrgID#</cfoutput>" onsubmit="return Validate(this)" method="post">                  <form name="addProgramsTypes" action="addeditprograms.cfm?fuseaction=AssociateServices&OrgID=<cfoutput>#URL.OrgID#</cfoutput>&skip=0" onsubmit="return Validate(this)" method="post">
                         <table width="95%" border="0" cellspacing="0" cellpadding="5" bgcolor="#F4FFE9">                          <table width="95%" border="0" cellspacing="0" cellpadding="5" bgcolor="#F4FFE9">
                                 <cfloop query="progtypes">                                  <cfloop query="progtypes">
                                         <tr>                                          <tr>
Line 66 
Line 67 
 </tr>  </tr>
 </table>  </table>
 </p>  </p>
   
   <!--- <cfinclude template="../cfi/global_footer.cfm"> --->


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

CVS Admin
Powered by
ViewCVS 1.0-dev