Added #APP_VERSION# to 'NO TABS' footer - will show the date of the last application change. This might just be a temporary change for testing purposes (might be better to show a SVN revision when in production?)

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3724 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-02-27 09:36:58 +00:00
parent f6c51067c9
commit 8495c10116

View File

@@ -194,7 +194,7 @@ c1:=c1||'lass="hskpnav" title="Log out of the system" accesskey="2">Logout</a>&n
'</div>'||chr(10)||
'</div>'||chr(10)||
'<div id="rowSiteNav">'||chr(10)||
'<p>I &amp; C Online Quotation System &SYSTEM_ENVIRONMENT.</p> '||chr(10)||
'<p>I &amp; C Online Quotation System &SYSTEM_ENVIRONMENT. (#APP_VERSION#)</p> '||chr(10)||
'</div>';
c2:=c2||'<div id="rowFooter"><!-- bottom strip of info -->'||chr(10)||
@@ -204,17 +204,18 @@ c2:=c2||'<div id="rowFooter"><!-- bottom strip of info -->'||chr(10)||
''||chr(10)||
' '||chr(10)||
' <div class="hskpcol1"><!-- copyright box -->'||chr(10)||
' <div id="copyright">Copyright <EFBFBD> <!--2006--><span id="Pagefooter_lblYear">2007</span> National Grid</div>'||chr(10)||
' <div id="copyright">Copyright &copy; <!--2006--><span id="Pagefooter_lblYear">2007</span> National Grid</div>'||chr(10)||
' </div>'||chr(10)||
' '||chr(10)||
' <div class="hskpcol2">'||chr(10)||
' <div id="navFooter">'||chr(10)||
' <a href="thehelp.htm">Help</a> | '||chr(10)||
' <a';
'';
c2:=c2||' href="thetermsandconditions.htm">Terms &amp; conditions</a>'||chr(10)||
c2:=c2||' <a href="thetermsandconditions.htm">Terms &amp; conditions</a>'||chr(10)||
''||chr(10)||
' | <a href="theprivacypolicy.htm">Privacy policy</a>'||chr(10)||
' | Version: #APP_VERSION#'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' '||chr(10)||