@snortUscNavigation([RETURNLABEL])

Inserts a navigation table to move between NST USC snort pages.

The following parameters are recognized:

[RETURNLABEL]

Optional return label. Defaults to "Exit" if omitted.

This macro imbeds a navigation table having a consistent form which permits the user to move among the various WUI pages related to Snort.

This macro is defined as:

<table
  @htmlAttr("cellspacing","2")
  @htmlAttr("cellpadding","0")
  @htmlAttr("align","center")
  @htmlAttr("width","98%")
  @htmlAttr("summary","Snort Nav")>
  <colgroup>
    <col@htmlAttr("width","20%")>
    <col@htmlAttr("width","20%")>
    <col@htmlAttr("width","20%")>
    <col@htmlAttr("width","20%")>
    <col@htmlAttr("width","20%")>
  </colgroup>
  <tr>
    @htmlEntity("td","@hereButton("@topDir()/cgi-bin/networking/snort_usc.cgi","NST USC: Manage Snort IDS","@toolTipAttr("@jsn("Start"), @jsn("Stop"), @jsn("Configure") and @jsn("Manage") @jstc("NST USC: Snort IDS","@toolTipEmphasis()") processes.","430")","@htmlAttr("style","width: 100%;")")
    ")
    @htmlEntity("td","
      @javascriptButton("launchNstUsc();","NST USC","@toolTipAttr("@jsn("Enter") the @jstc("NST USC","@toolTipEmphasis()") @jstc("Unified Security Console Monitor","@toolTipValue()") application.","420")","@htmlAttr("style","width: 100%;")")
    ")
    @htmlEntity("td","
      @formBegin("/adminer/adminer.php","phpmyadminnav","@htmlAttr("target","_blank")")
        @wuiInputButton("submit","Adminer","@toolTipAttr("@jsn("Examine") raw @jstc("MySQL","@toolTipEmphasis()") database values @jsn("Used") by @jstc("Snort","@toolTipValue()").","350")","@htmlAttr("style","width: 100%;")")
      @formEnd()
    ")
    @htmlEntity("td","@hereButton("@topDir()/cgi-bin/networking/snort_usc_updater_sched.cgi","NST USC: Snort Updater Scheduler","@toolTipAttr("@jsn("Enter") the @jstc("NST USC: Snort Rules Update Management Scheduler","@toolTipEmphasis()") interface.","480")","@htmlAttr("style","width: 100%;")")
    ")
    @htmlEntity("td","@wuiExitButton("@fnb("@param(0)","Exit")",,"@toolTipAttr("@jsn("@fnb("@param(0)","Exit")") to the @jsn("Calling") @jstc("Page","@toolTipEmphasis()").","180")","@htmlAttr("style","width: 100%;")")
    ")
  </tr>
</table>
@define("exitAnchor","","now")