My favorites | Sign in
Project Home Downloads Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 171 attachment: footer.cfm (908 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<cfparam name="scripts" default="#arrayNew(1)#" />

<div class="grid_12">
<div class="footer">
<a href="http://mxunit.org/license.txt" title="Copyleft - GNU 3.0 Public License">
<img border="0" src="<cfoutput>#pathBase#</cfoutput>images/copyleft.png" align="absmiddle" title="Copyleft - GNU 3.0 Public License">
<cfoutput>#year(now())# MXUnit.org - v<cfoutput>#version#</cfoutput></cfoutput>
</a>
</div>
</div>

<div class="clear"><!-- clear --></div>
</div>

<!--- Check for custom scripts --->
<cfif arrayLen(scripts)>
<cfset lScripts = ArrayToList(scripts, "|") />
<cfoutput>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

<cfloop list="#lScripts#" index="script" delimiters="|">
<script type="text/javascript" src="#script#"></script>
</cfloop>
</cfoutput>
</cfif>
</body>
</html>
Powered by Google Project Hosting