@snortNavigation([RETURNLABEL])

Inserts a navigation table to move between 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","70%")
  @htmlAttr("summary","Snort Nav")>
  <colgroup>
    <col@htmlAttr("width","33%")>
    <col@htmlAttr("width","33%")>
    <col@htmlAttr("width","34%")>
  </colgroup>
  <tr>
    @htmlEntity("td","@hereButton("@topDir()/cgi-bin/networking/snort.cgi","Manage Snort IDS","@toolTipAttr("@jsn("Start"), @jsn("Stop"), @jsn("Configure") and @jsn("Manage") @jstc("Snort IDS","@toolTipEmphasis()") processes.","360")","@htmlAttr("style","width: 100%;")")")
    @htmlEntity("td","
      @javascriptButton("launchSguil();","Sguil Web","@toolTipAttr("@jsn("Enter") the @jstc("Sguil","@toolTipEmphasis()") @jstc("IDS Web-Based Monitor","@toolTipValue()") application.<div class=\\'line1px\\'></div><br/>Default @jstc("User Id","@toolTipEmphasis()"): @jsex("sguil","@toolTipValue")<br/><br/>Default @jstc("Password","@toolTipEmphasis()"): @jsex("Snort (Sguil) Database Access","@toolTipValue")","360")","@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()
    ")
  </tr>
  <tr>
    @htmlEntity("td","@hereButton("@topDir()/cgi-bin/networking/ids_collector.cgi","Network IDS Collector","@toolTipAttr("@jsn("Enter") the @jstc("Network IDS Collector","@toolTipEmphasis()") database management interface.","440")","@htmlAttr("style","width: 100%;")")")
    @htmlEntity("td","@hereButton("@topDir()/cgi-bin/networking/snort_updater_sched.cgi","Snort Updater Scheduler","@toolTipAttr("@jsn("Enter") the @jstc("Snort Rules Update Management Scheduler","@toolTipEmphasis()") interface.","410")","@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")