Table of Contents

  • Introduction
  • Information Tags
  • String Tags
  • Variable Tags
  • URL Tags
  • If Tags
  • Graphics Tags
    · Introduction
    · gtext
    · diagram
    · gclock
    · pimage
    · imgs
    · config_tablist
  • Database Tags
  • Programming Tags
  • Supports System
  • SSI
  • htaccess
  • Image Maps
  • Appendix
  •  <config_tablist> ... </config_tablist> 
    <config_tablist> is defined in the Config tab-list module.

    Generates a list of tabs, like the one in the configuration interface.

    The <config_tablist> container tag does not take any arguments, but it must always contain one or more <tab> container tags. The following arguments apply to the <tab> tags.

    Attributes
    alt, bgcolor, border, selected,  

    Attributes

    alt
    Alternative text for the image. The default is to use ascii-art to make it look like a tablist.

    bgcolor
    Set the background color. Default is white.

    border
    Set the width of the border of the image. Default is zero.

    selected
    Make this tab the selected tab.
    Example
    source code
    
    <config_tablist>
      <tab href="gtext.html">gtext</tab>
      <tab selected="selected">config-tablist</tab>
      <tab href="gclock.html">gclock</tab>
    </config_tablist>
    

    result _/gtext\_ _/config-tablist\_ _/gclock\_