25 %MACRO _sasunit_reportFooterHTML (
29 PUT
'<address style="text-align: right;"><small>' "&g_nls_reportFooter_001 " @;
30 _sasunit_reportFooterHTML =
31 trim(left(put(today(),&g_nls_reportFooter_002))) !!
', ' !!
32 trim(left(put(today(),&g_nls_reportFooter_003))) !!
', ' !!
33 put(time(),time8.0) !!
" &g_nls_reportFooter_004 "
35 PUT _sasunit_reportFooterHTML +(-1);
36 PUT
'<a href="http://sourceforge.net/projects/sasunit/" class="link" onclick="window.open(this.href); return false;">';
37 PUT
'SASUnit <img src="SASUnit_Logo.png" alt="SASUnit" width=20px height=20px align="top" border="0"></a>';
38 PUT
"Version &g_version (&g_revision)</small></address>";
42 %MEND _sasunit_reportFooterHTML;