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

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

version 1.2, 2005/03/22 20:01:26 UTC version 1.3, 2005/08/26 16:08:20 UTC
Line 14 
Line 14 
                 Functions:                  Functions:
                 Date changed:                  Date changed:
                                         02/23/2005                      Prabin & Neena   Documentation                                          02/23/2005                      Prabin & Neena   Documentation
                                         03/22/2005                      Neena                           Commented out the Span tags                                          08/15/2005                      Terry                    Added URL variable for skipping step (line 106)
                                           08/15/2005                      Terry                    Documentation
 --->  --->
   
   
Line 98 
Line 99 
         <tr>          <tr>
           <td>            <td>
             <p>              <p>
                         <!--- <span class="subheading"> --->                          <span class="subheading">
                                 EDIT A PROGRAM -> <!---  <img src="../images/siteimage/dart.gif" border="0"> --->                                  EDIT A PROGRAM <img src="../images/siteimage/dart.gif" border="0">
                                 SERVICES - <!--- <img src="../images/siteimage/dart.gif" border="0"></span> &nbsp; --->                                  SERVICES<img src="../images/siteimage/dart.gif" border="0"></span> &nbsp;
                                 <!--- <span class="sublink2"> --->Step 4<!--- <img src="../images/siteimage/dart.gif" border="0"></span> ---><br><br>                                  <span class="sublink2">Step 4<img src="../images/siteimage/dart.gif" border="0"></span><br><br>
                         <cfoutput query="getORG"><strong>#OrganizationName#</strong></cfoutput><br>                          <cfoutput query="getORG"><strong>#OrganizationName#</strong></cfoutput><br>
                         Please select the service(s) which describe your organization.<br>                          Please select the service(s) which describe your organization
                         <font style="color: red">* At least One</font><br><br>                          or click <a href="addeditprograms.cfm?fuseaction=EditFinalProcess1&OrgID=<cfoutput>#URL.OrgID#</cfoutput>&skip=1"><strong>here</strong></a> to proceed to the next step.<br>
                           <span class="redtext"><font style="color: red">* At least One</font></span><br><br>
   
 <cfif #URL.fuseaction# Is "EditServices1">  <cfif #URL.fuseaction# Is "EditServices1">
         <form name="addservices" action="addeditprograms.cfm?fuseaction=EditFinalProcess1&OrgID=<cfoutput>#URL.OrgID#</cfoutput>" onsubmit="return Validate1(this)" method="post">          <form name="addservices" action="addeditprograms.cfm?fuseaction=EditFinalProcess1&OrgID=<cfoutput>#URL.OrgID#</cfoutput>&skip=0" onsubmit="return Validate1(this)" method="post">
 <cfelseif #URL.fuseaction# Is "EditServices">  <cfelseif #URL.fuseaction# Is "EditServices">
                 <form name="addservices" action="addeditprograms.cfm?fuseaction=EditFinalProcess&OrgID=<cfoutput>#URL.OrgID#</cfoutput>" onsubmit="return Validate1(this)" method="post">                  <form name="addservices" action="addeditprograms.cfm?fuseaction=EditFinalProcess&OrgID=<cfoutput>#URL.OrgID#</cfoutput>&skip=0" onsubmit="return Validate1(this)" method="post">
 </cfif>  </cfif>
 <table width="95%" border="0" cellspacing="0" cellpadding="5" bgcolor="#F4FFE9">  <table width="95%" border="0" cellspacing="0" cellpadding="5" bgcolor="#F4FFE9">
                 <tr>                  <tr>


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

CVS Admin
Powered by
ViewCVS 1.0-dev