Array |
1 | Struct | codePrintHTML | string | 575: <!--- ******************************************************************************************************** ---><br>
576: <cfloop list="type,category,make,action" index="i"><br>
<b>577: <cfif structKeyExists(session,"AdvSearch") AND structKeyExists(session.AdvSearch,i) AND Len(session.AdvSearch[i])></b><br>
578: <cfset url[i] = session.AdvSearch[i]><br>
579: </cfif><br>
|
| codePrintPlain | string | 575: <!--- ******************************************************************************************************** --->
576: <cfloop list="type,category,make,action" index="i">
577: <cfif structKeyExists(session,"AdvSearch") AND structKeyExists(session.AdvSearch,i) AND Len(session.AdvSearch[i])>
578: <cfset url[i] = session.AdvSearch[i]>
579: </cfif>
|
| column | | id | | line | | Raw_Trace | string | com.inventory_search450.invsearch_cfc$cf.udfCall(/com/inventory-search/invSearch.cfc:577) |
| template | string | /home/t2t/public_html/com/inventory-search/invSearch.cfc |
| type | |
|
2 | Struct | codePrintHTML | string | 327: <br>
328: <!--- generate params ---><br>
<b>329: <cfset loc.params = $generateParams()></b><br>
330: <br>
331: <!--- hanlde "alias" params ---><br>
|
| codePrintPlain | string | 327:
328: <!--- generate params --->
329: <cfset loc.params = $generateParams()>
330:
331: <!--- hanlde "alias" params --->
|
| column | | id | | line | | Raw_Trace | string | com.inventory_search450.invsearch_cfc$cf.udfCall(/com/inventory-search/invSearch.cfc:329) |
| template | string | /home/t2t/public_html/com/inventory-search/invSearch.cfc |
| type | |
|
3 | Struct | codePrintHTML | string | 5: <cfset results = application.invSearch.getInventory(dealer)><br>
6: <cfelse><br>
<b>7: <cfset results = application.invSearch.getInventory()></b><br>
8: </cfif><br>
9: <br>
|
| codePrintPlain | string | 5: <cfset results = application.invSearch.getInventory(dealer)>
6: <cfelse>
7: <cfset results = application.invSearch.getInventory()>
8: </cfif>
9:
|
| column | | id | | line | | Raw_Trace | string | layout.bootstrap_2015450.includes.inventory._get_inventory_cfm225$cf.call(/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm:7) |
| template | string | /home/t2t/public_html/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm |
| type | |
|
4 | Struct | codePrintHTML | string | 34: <br>
35: <!--- get inventory search results ---><br>
<b>36: <cfinclude template="/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm"></b><br>
37: <br>
38: <cfset page.title = getInventoryTitle(argumentCollection=url)><br>
|
| codePrintPlain | string | 34:
35: <!--- get inventory search results --->
36: <cfinclude template="/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm">
37:
38: <cfset page.title = getInventoryTitle(argumentCollection=url)>
|
| column | | id | | line | | Raw_Trace | string | layout.bootstrap_2015450.includes._settings_inventory_search_results_cfm2565$cf.call(/layout/bootstrap-2015/includes/_settings-inventory-search-results.cfm:36) |
| template | string | /home/t2t/public_html/layout/bootstrap-2015/includes/_settings-inventory-search-results.cfm |
| type | |
|
5 | Struct | codePrintHTML | string | 2: <br>
3: <!--- get any special settings for specified template ---><br>
<b>4: <cfinclude template="/layout/bootstrap-2015/includes/_settings-#page.template#.cfm"></b><br>
5: <br>
6: <!--- metatags ---><br>
|
| codePrintPlain | string | 2:
3: <!--- get any special settings for specified template --->
4: <cfinclude template="/layout/bootstrap-2015/includes/_settings-#page.template#.cfm">
5:
6: <!--- metatags --->
|
| column | | id | | line | | Raw_Trace | string | layout.bootstrap_2015_cfm450$cf.call(/layout/bootstrap-2015.cfm:4) |
| template | string | /home/t2t/public_html/layout/bootstrap-2015.cfm |
| type | |
|
6 | Struct | codePrintHTML | string | 88: </cfif><br>
89: <br>
<b>90: <cfinclude template="/layout/#page.layout#.cfm"></b><br>
|
| codePrintPlain | string | 88: </cfif>
89:
90: <cfinclude template="/layout/#page.layout#.cfm">
|
| column | | id | | line | | Raw_Trace | string | layout.bootstrap_2015450.routes.trucking_cfm$cf.call(/layout/bootstrap-2015/routes/trucking.cfm:90) |
| template | string | /home/t2t/public_html/layout/bootstrap-2015/routes/trucking.cfm |
| type | |
|
7 | Struct | codePrintHTML | string | 35: </cfif><br>
36: <br>
<b>37: </cfsilent><cfinclude template="/layout/bootstrap-2015/routes/trucking.cfm"><cfexit method="exittemplate"></b><br>
|
| codePrintPlain | string | 35: </cfif>
36:
37: </cfsilent><cfinclude template="/layout/bootstrap-2015/routes/trucking.cfm"><cfexit method="exittemplate">
|
| column | | id | | line | | Raw_Trace | string | search_results_cfm$cf.call(/search_results.cfm:37) |
| template | string | /home/t2t/public_html/search_results.cfm |
| type | |
|
8 | Struct | codePrintHTML | string | 5: <cfparam name="url.Page" default="trucks.cfm"><br>
6: <br>
<b>7: </cfsilent><cfinclude template="search_results.cfm"></b><br>
|
| codePrintPlain | string | 5: <cfparam name="url.Page" default="trucks.cfm">
6:
7: </cfsilent><cfinclude template="search_results.cfm">
|
| column | | id | | line | | Raw_Trace | string | trucks_cfm$cf.call(/trucks.cfm:7) |
| template | string | /home/t2t/public_html/trucks.cfm |
| type | |
|
9 | Struct | codePrintHTML | string | 230: <br>
231: // include proper route template<br>
<b>232: include request.routeInfo.templateToInclude;</b><br>
233: <br>
234: <br>
|
| codePrintPlain | string | 230:
231: // include proper route template
232: include request.routeInfo.templateToInclude;
233:
234:
|
| column | | id | | line | | Raw_Trace | string | _router_cfm$cf.call(/_router.cfm:232) |
| template | string | /home/t2t/public_html/_router.cfm |
| type | |
|
10 | Struct | codePrintHTML | string | 86: // include '/_redirect.cfm';<br>
87: include '/includes/application/_onRequest.cfm';<br>
<b>88: include arguments.targetPage;</b><br>
89: return;<br>
90: }<br>
|
| codePrintPlain | string | 86: // include '/_redirect.cfm';
87: include '/includes/application/_onRequest.cfm';
88: include arguments.targetPage;
89: return;
90: }
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall1(/Application.cfc:88) |
| template | string | /home/t2t/public_html/Application.cfc |
| type | |
|