Add &HELP_URL. to definition and templates

Add WebServer files.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4189 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-04-01 15:05:52 +00:00
parent 42cf6385cc
commit 431c15b1fb
19 changed files with 50168 additions and 46468 deletions

View File

@@ -164,12 +164,12 @@ c2:=c2||'<div id="rowFooter"><!-- bottom strip of info -->'||chr(10)||
' '||chr(10)||
' <div class="hskpcol2">'||chr(10)||
' <div id="navFooter">'||chr(10)||
' <a href="thehelp.htm">Help</a> | '||chr(10)||
'';
' <a href="&HELP_URL.">Help</a> | '||chr(10)||
' ';
c2:=c2||' <a href="&T_AND_C_URL." target="blank">Terms &amp; conditions</a>'||chr(10)||
c2:=c2||' <a href="&T_AND_C_URL." target="blank">Terms &amp; conditions</a>'||chr(10)||
''||chr(10)||
' | <a href="theprivacypolicy.htm">Privacy policy</a>'||chr(10)||
' | <a href="&PRIVACY_URL.">Privacy policy</a>'||chr(10)||
' | <span style="color:#0067c6; text-decoration:none" id="app_version">#APP_VERSION#</span>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
@@ -525,12 +525,12 @@ c2:=c2||'<div id="rowFooter"><!-- bottom strip of info -->'||chr(10)||
' '||chr(10)||
' <div class="hskpcol2">'||chr(10)||
' <div id="navFooter">'||chr(10)||
' <a href="thehelp.htm">Help</a> | '||chr(10)||
'';
' <a href="&HELP_URL.">Help</a> | '||chr(10)||
' ';
c2:=c2||' <a href="&T_AND_C_URL." target="blank">Terms &amp; conditions</a>'||chr(10)||
c2:=c2||' <a href="&T_AND_C_URL." target="blank">Terms &amp; conditions</a>'||chr(10)||
''||chr(10)||
' | <a href="theprivacypolicy.htm">Privacy policy</a>'||chr(10)||
' | <a href="&PRIVACY_URL.">Privacy policy</a>'||chr(10)||
' | <span style="color:#0067c6; text-decoration:none" id="app_version">#APP_VERSION#</span>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||