|
version 1.1, 2005/03/09 03:18:14 UTC
|
version 1.2, 2005/03/11 20:47:49 UTC
|
|
|
|
| Functions: |
Functions: |
| Date changed: |
Date changed: |
| 02/24/2005 Prabin & Neena Created & Documentation |
02/24/2005 Prabin & Neena Created & Documentation |
| |
03/11/2005 Neena Made changes to the display of organization information on line 99. |
| ---> |
---> |
| |
|
| <cfquery name="provider" datasource="#programsdb#"> |
<cfquery name="provider" datasource="#programsdb#"> |
|
|
|
| <table width="95%" border="0" cellspacing="0" cellpadding="5" bgcolor="#F4FFE9"> |
<table width="95%" border="0" cellspacing="0" cellpadding="5" bgcolor="#F4FFE9"> |
| <p><strong>Following is the information you have submitted. It will take us 1-2 business days to update the information on our site. Thank You.</strong><br><br> |
<p><strong>Following is the information you have submitted. It will take us 1-2 business days to update the information on our site. Thank You.</strong><br><br> |
| |
|
| <cfoutput query="displayProgramDetails"> |
<!--- <cfoutput query="displayProgramDetails"> |
| <cfif #GraphicURL# is not ""> |
<cfif #GraphicURL# is not ""> |
| <tr> |
<tr> |
| <td valign="top" height="80"><p><a href="#URL#"><img src="#GraphicURL#" alt="#OrganizationName#" border="0" vspace="2"></a></td> |
<td valign="top" height="80"><p><a href="#URL#"><img src="#GraphicURL#" alt="#OrganizationName#" border="0" vspace="2"></a></td> |
|
|
|
| </tr> |
</tr> |
| </cfif> |
</cfif> |
| </cfoutput> |
</cfoutput> |
| |
---> |
| |
<cfoutput query="displayProgramDetails"> |
| |
<cfset graURL = #GraphicURL#> |
| |
<cfset visitor =#visitor_ID#> |
| |
<cfset url =#URL#> |
| |
<cfset orgname =#OrganizationName#> |
| |
</cfoutput> |
| |
|
| |
<cfif #graURL# is not ""> |
| |
<tr> |
| |
<cfoutput query="displayProgramDetails"><td valign="top" height="80"><p><a href="#URL#"><img src="#GraphicURL#" alt="#OrganizationName#" border="0" vspace="2"></a></td></cfoutput> |
| |
<cfif #URl.fuseaction# is "editfinalprocess"> |
| |
<td align="left"><a href="AddEditPrograms.cfm?FuseAction=Edit&Vid=<cfoutput>#visitor#</cfoutput>&OrgID=<cfoutput>#URL.OrgID#</cfoutput>" class="subheading">Edit your program</a></td> |
| |
<cfelseif #URL.fuseaction# is "FinalProcess"> |
| |
<td align="left"><a href="AddEditPrograms.cfm?FuseAction=Edit&Vid=<cfoutput>#visitor#</cfoutput>&OrgID=<cfoutput>#URL.OrgID#</cfoutput>" class="subheading">Edit your program</a></td> |
| |
<cfelseif #URl.fuseaction# is "editfinalprocess1"> |
| |
<td align="left"><a href="AddEditPrograms.cfm?FuseAction=EditOrg&OrgID=<cfoutput>#URL.OrgID#</cfoutput>" class="subheading">Edit your program</a></td> |
| |
</cfif> |
| |
|
| |
</tr> |
| |
</cfif> |
| |
|
| |
|
| <tr><td valign="top"> |
<tr><td valign="top"> |
| <p> |
<p> |
| <cfoutput query="DisplayProgramDetails"><a href="#URL#" class="subheading">#OrganizationName#</a> |
<cfoutput query="DisplayProgramDetails"><a href="#URL#" class="subheading">#OrganizationName#</a> |