Start Date: | January 13, 2011 | |
Deadline: | ||
Assigned by: | Cass Herrin |
NOTE: Logging in either hangs or gives error. Going to Listings, Edit Listings sometimes gives big CF error dump.
12/19/11Start Doing Stuff |
---|
|
12/14/11SQL Table |
---|
Because I am making changes on DEV, will this have to be done agian in Prod? Premeire smallint Allow Nulls Modern smallint Allow Nulls |
12/14/11Begin |
---|
/Controllers/ListingManage/fbx_Switch.cfm
/Models/mListingManage/fbx_Switch.cfm
/Query/upd/updPub_DataListing.cfm
/Query/ins/insPub_data.cfm
/Views/vListingManage/dspEditListing.cfm
/Query/sel/selPub_DataList.cfm
|
Edit Listing Attributes Dialog |
W/Views/vListingManage/dspEditListing.cfmForm to chose Premier Property, Premier Community and Modern Property |
---|
Added (1/19/11) <tr> <td valign="top"><font face="Geneva, Arial" size="2"><b>Modern Property:</b><BR></font></td> <td valign="top"> <font face="Geneva, Arial" size="2"> yes:<input type="Radio" name="modern" value="1"<cfif selPub_DataList.modern is "1">checked</cfif>> no:<input type="Radio" name="modern" value="0"<cfif selPub_DataList.modern is "0">checked</cfif>> </font> </td> </tr> |
SELECT SQL Query |
W/Query/sel/selPub_View.cfmSelect record in table pub_data |
---|
Added Modern to Select statement (1/19/11) |
W/Query/sel/selSoldPub_View.cfmSelect record in table pub_data |
Added Modern to Select statement (1/19/11) |
UPDATE SQL Query |
W/Query/upd/updPub_DataListing.cfmUpdate record in table pub_data |
---|
Added (1/19/11) |
INSERT SQL Query |
W/Query/ins/insPub_Data.cfmINSERT record into table pub_data |
---|
Added (1/19/11) <cfif IsDefined("attributes.Modern")><cfif IncrCounter(cols)>,</cfif> Modern </cfif> <cfif IsDefined("attributes.Modern")><cfif IncrCounter(vals)>,</cfif> <cfqueryparam value="#attributes.Modern#" null="#Not(LEN(attributes.Modern))#" cfsqltype="cf_sql_integer"> </cfif> |
Listing Detail Tab |
W/View/vListing/dspPP3ListingDetailLayout.cfmRight Column Detail tab for Active listings |
---|
Added <img id="modern-logo-small" src="#request.appimages#/modernProperties_small.jpg" width="100" border="0" alt="This is a Modern property!" title="This is a Modern property!" /> (1/19/11) |
W/View/vListing/dspSoldListingDetailLayout.cfmRight Column Detail tab for Active listings |
Added <img id="modern-logo" src="#request.appimages#/modernProperties.jpg" width="100" border="0" alt="This is a Modern property!" title="This is a Modern property!" /> (1/19/11) |
Full Listing Detail Page |
W/View/vListing/dspListingDetailPublicUpdated.cfmBody of page - photo, specs and maps |
---|
Added<cfif isDefinedValue("selpub_view.modern") and selpub_view.modern eq 1><div id="modern_logo" style="text-align: center"><img src="#request.appimages#/modernProperties.jpg" border="0"></div></cfif> (1/19/11) |
W/View/vListing/dspSoldListingDetailPublicUpdated.cfmBody of page - photo, specs and maps |
Added<cfif isDefinedValue("selpub_view.modern") and selpub_view.modern eq 1><div id="modern_logo" style="text-align: center"><img src="#request.appimages#/modernProperties.jpg" border="0"></div></cfif> (1/19/11) |