basefooter.cfm

来自「java很好的表格控件」· CFM 代码 · 共 45 行

CFM
45
字号
<cfsetting enablecfoutputonly="true" />
<!---
 // ***************************************************************************************
 //		CLASS|TEMPLATE:
 //		resources\ui\baseFooter.cfm
 //
 //		PURPOSE:
 //		End of XHTML document
 //
 //		COPYRIGHT:
 //		Stephen G. 'Cutter' Blades, Jr. (c) 2007
 //
 //		LICENSE:
 //		Modification and use of this template, for any purpose, is strictly encouraged.
 //		There is no license, you are completely permitted to butcher in whatever
 //		fashion you see fit, just take my name off first.
 //
 //		CHANGE LOG:
 // ***************************************************************************************
 //		SGB [12.12.07]
 //		Template created
 // ***************************************************************************************
 --->

<cfparam name="ATTRIBUTES.footerTitle" default="" type="string" />

<cfswitch expression=#thisTag.ExecutionMode#>
	<cfcase value = "start">

			<cfoutput><div id="baseFooter"><cfif Len(ATTRIBUTES.footerTitle)><div class="ftTitle">#ATTRIBUTES.footerTitle#</div></cfif></cfoutput>

	</cfcase>
	<cfcase value="end">

			<cfoutput></div>
		</div>
	</body>
</html></cfoutput>

	</cfcase>
</cfswitch>



<cfsetting enablecfoutputonly="false" />

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?