Inserts standard navigation bar for end of NST WUI page.
The following parameters are recognized:
The ISO Distribution version (like: "18").
The "html escaped" name of the source file which produces output.
The "html attribute escaped" URL to use to view the source code associated with the page.
Set this to "true" if you want valid XML output, omit if you want quirks mode.
Set this to the "NST WUI Build" date.
This macro inserts the standard NST navigation footer bar into the document. It is typically used immediately before the closing </body>. NOTE: You can reset the location the "Home Icon" jumps to by setting the JavaScript variable "navLinkHomeUrl" (and "navLinkHomeToolTip").
This macro is defined as:
<script@htmlAttr("type","text/javascript")> // // Get name length for src code page... var srcCodeName = '@param(1)'; var srcCodeNameLen = srcCodeName.length; // // Add last section link... addSectionLink(); </script> <table@htmlAttr("border","0") @htmlAttr("width","100%") @htmlAttr("class","fstyle") @htmlAttr("summary","NST Bottom Banner")> <colgroup>@ifEqual("@param(3)","true"," <col@htmlAttr("width","40%") /> <col@htmlAttr("width","20%") /> <col@htmlAttr("width","40%") />"," <col@htmlAttr("width","40%") > <col@htmlAttr("width","20%") > <col@htmlAttr("width","40%") >") </colgroup> <tr> <td@htmlAttr("align","left")> <p@htmlAttr("class","fstyle")> <a@htmlAttr("class","fstyle textHover") @htmlAttr("href","@nstHtmlUrl()/nstlicense.html") @toolTipAttr("@jsn("Display") the @jstc("NST License","@toolTipEmphasis()") page.\\<br/\\>\\<br/\\>@jsn("Copyright") © @jstc("@nstBeginYear()","@toolTipEmphasis()") - @jstc("@docBuildYear()","@toolTipEmphasis()")" @jstc("Ronald W. Henderson","@toolTipValue()") and @jstc("Paul Blankenbaker","@toolTipValue()")","460")> © </a>@nbsp()<span@toolTipAttr("@jstc("NST","@toolTipEmphasis()") development @jsn("Life Cycle") for this release: @jsex("@nstBeginYear()","@toolTipValue()") - @jsex("@docBuildYear()","@toolTipValue()")","390")>@nstBeginYear()-@docBuildYear()</span> <a@htmlAttr("class","fstyle textHover") @htmlAttr("href","@urlWww()") @htmlAttr("target","_blank") @toolTipAttr("@jsn("Go") to the @jstc("NST Home Page","@toolTipEmphasis()") on the @jstc("Internet","@toolTipValue()").","290")> @domain() </a> @javascript(" var endDate = new Date(); var endTime = endDate.getTime(); pageLoadTime = (endTime-startTime)/1000.0; ") </p> </td> <td@htmlAttr("align","center") @htmlAttr("onmouseover","domTT_activate(this, event, 'content', nstPageLoadTT(), 'width', 460, 'id', 'bannerFooterPageLoadTime');")> <p@htmlAttr("id","load_time") @htmlAttr("class","fstyle")> </p> @javascript(" var l = 'Loaded in: ' + pageLoadTime.toFixed(3) + ' secs'; var tl = document.createTextNode(l); var p = document.getElementById('load_time'); p.appendChild(tl); ") </td> <td@htmlAttr("align","right")> <table@htmlAttr("border","0") @htmlAttr("summary","NST Version")> <tr> <td@htmlAttr("onmouseover","domTT_activate(this, event, 'content', nstDistoReleaseTT(), 'width', 420, 'id', 'bannerFooterNSTRelease');")> <p@htmlAttr("class","fstyle")> NST@nbsp()@param(0)@nbsp()(@param(4)) </p> </td> <td@htmlAttr("id","navbottombar_icon_id")> @ifEqual("@param(2)",," @nbsp() <script@htmlAttr("type","text/javascript")> wuiNavId = 'navbottombar_icon_id'; addNavLinkToggleConsole(); NstWui.addNstShellConsole('navbottombar_icon_id'); NstWui.addNstWuiLogout('navbottombar_icon_id'); addNavLinkHomeFooter("links_footerhome.gif","@imageDirUrl()/"); addNavLinkTopFooter(); addNavLinkPrevFooter(); </script>"," <script@htmlAttr("type","text/javascript")> wuiNavId = 'navbottombar_icon_id'; addNavLinkToggleStatInfo(null, null, "@param(1)"); addNavLinkToggleConsole(); NstWui.addNstShellConsole('navbottombar_icon_id'); NstWui.addNstWuiLogout('navbottombar_icon_id'); addNavLinkHomeFooter("links_footerhome.gif","@imageDirUrl()/"); addNavLinkTopFooter(); addNavLinkPrevFooter(); </script>") </td> </tr> </table> </td> </tr> </table> <div@htmlAttr("id","divBottom")> <a@htmlAttr("id","bottom")></a> </div>