Here's the cut and paste of that file.

<cfoutput>
!!START_CF_TAG!!cfsilent!!END_CF_TAG!!
    !!START_CF_TAG!!cfset event.copyToScope( variables,
"id,invoiceQuery,myself,xe.delete,xe.edit,xe.list,xe.view" )/!!END_CF_TAG!!
    !!START_CF_TAG!!cfset variables.deleteEvent = myself & xe.delete
/!!END_CF_TAG!!
    !!START_CF_TAG!!cfset variables.editEvent = myself & xe.edit
/!!END_CF_TAG!!
    !!START_CF_TAG!!cfset variables.listEvent = myself & xe.list
/!!END_CF_TAG!!
    !!START_CF_TAG!!cfset variables.viewEvent = myself & xe.view
/!!END_CF_TAG!!
!!START_CF_TAG!!/cfsilent!!END_CF_TAG!!
!!START_CF_TAG!!cfoutput!!END_CF_TAG!!
!!START_CF_TAG!!div id="breadcrumb"!!END_CF_TAG!!!!START_CF_TAG!!a
href="!!CFVariableString!!listEvent!!CFVariableString!!"!!END_CF_TAG!!#spaceCap(
Metadata.alias
)#!!START_CF_TAG!!/a!!END_CF_TAG!!!!START_CF_TAG!!/div!!END_CF_TAG!!
!!START_CF_TAG!!br /!!END_CF_TAG!!
!!START_CF_TAG!!table!!END_CF_TAG!!
    !!START_CF_TAG!!tr!!END_CF_TAG!!
     <cfloop list="#Metadata.orderedPropertyList#"
index="variables.thisProp">
         <cfif listFindNoCase(Metadata.primaryKeyList , thisProp) IS false
AND Metadata.properties[thisProp].relationship IS false >

!!START_CF_TAG!!th!!END_CF_TAG!!#spaceCap(thisProp)#!!START_CF_TAG!!/th!!END_CF_TAG!!
        </cfif>
    </cfloop>

!!START_CF_TAG!!th!!END_CF_TAG!!&nbsp;!!START_CF_TAG!!/th!!END_CF_TAG!!

!!START_CF_TAG!!th!!END_CF_TAG!!&nbsp;!!START_CF_TAG!!/th!!END_CF_TAG!!
    !!START_CF_TAG!!/tr!!END_CF_TAG!!
    !!START_CF_TAG!!cfloop query="#Metadata.alias#Query"!!END_CF_TAG!!
        !!START_CF_TAG!!tr!!END_CF_TAG!!
    <cfloop list="#Metadata.orderedPropertyList#"
index="variables.thisProp">
        <cfif listFindNoCase( Metadata.primaryKeyList, thisProp ) IS false
AND Metadata.properties[thisProp].relationship IS false >
            !!START_CF_TAG!!td!!END_CF_TAG!!!!START_CF_TAG!!a
href="!!CFVariableString!!viewEvent!!CFVariableString!!#makeQuerySourcedPrimaryKeyURLString(
Metadata.alias, Metadata.primaryKeyList
)#"!!END_CF_TAG!!!!CFVariableString!!#Metadata.alias#Query.#thisProp#!!CFVariableString!!!!START_CF_TAG!!/a!!END_CF_TAG!!!!START_CF_TAG!!/td!!END_CF_TAG!!
        </cfif>
    </cfloop>
            !!START_CF_TAG!!td!!END_CF_TAG!!!!START_CF_TAG!!a
href="!!CFVariableString!!editEvent!!CFVariableString!!#makeQuerySourcedPrimaryKeyURLString(
Metadata.alias, Metadata.primaryKeyList
)#"!!END_CF_TAG!!Edit!!START_CF_TAG!!/a!!END_CF_TAG!!!!START_CF_TAG!!/td!!END_CF_TAG!!
            !!START_CF_TAG!!td!!END_CF_TAG!!!!START_CF_TAG!!a
href="!!CFVariableString!!deleteEvent!!CFVariableString!!#makeQuerySourcedPrimaryKeyURLString(
Metadata.alias, Metadata.primaryKeyList
)#"!!END_CF_TAG!!Delete!!START_CF_TAG!!/a!!END_CF_TAG!!!!START_CF_TAG!!/td!!END_CF_TAG!!
        !!START_CF_TAG!!/tr!!END_CF_TAG!!
    !!START_CF_TAG!!/cfloop!!END_CF_TAG!!
!!START_CF_TAG!!/table!!END_CF_TAG!!
!!START_CF_TAG!!/div!!END_CF_TAG!!
!!START_CF_TAG!!/cfoutput!!END_CF_TAG!!
</cfoutput>


-- 
Chuck Savage
http://SeaRisen.com

-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

Reply via email to