IntroductionIntroduction
  Publishing web pagesPublishing web pages
  RXMLRXML
  Information tagsInformation tags
  String tagsString tags
  Variable tagsVariable tags
  URL tagsURL tags
  If tagsIf tags
  Graphics tagsGraphics tags
  Database tagsDatabase tags
  LDAPLDAP
  Programming tagsProgramming tags
  SSI tagsSSI tags
  Image mapsImage maps
  IntraSeekIntraSeek
  LogViewLogView
  TemplatesTemplates
    <tmplinsert>tmplinsert<tmplinsert>tmplinsert
    <tmpldefault>tmpldefault<tmpldefault>tmpldefault
    <tmplblock>tmplblock<tmplblock>tmplblock
    <tmpldefaultparam>tmpldefaultparam<tmpldefaultparam>tmpldefaultparam
    <tmplinsertblock>tmplinsertblock<tmplinsertblock>tmplinsertblock
    <tmplinsertall>tmplinsertall<tmplinsertall>tmplinsertall
    <tmplinsertexcept>tmplinsertexcept<tmplinsertexcept>tmplinsertexcept
    <tmplhelp>tmplhelp<tmplhelp>tmplhelp
    <Examples>Examples<Examples>Examples
    <Default template>Default template<Default template>Default template
  NavigationNavigation
  SiteBuilder tagsSiteBuilder tags
  Supports systemSupports system
  SecuritySecurity
  AppendixAppendix
 
<tmpldefault> </> Templates

 

Defines a default value for use with the <tmplinsert> tag. In case the <tmplinsert> tag can't find a tag in the content file it will use the default value for that tag, as defined with <tmpldefault>.

tag=name
The name of the tag.

 

Attributes

tag=name
The name of the tag.

<tmpldefault tag=title>
No title.
</tmpldefault>

<tmpldefault tag=type>
HTML
</tmpldefault>

The title is <tmplinsert tag=title>.

The document is a <tmplinsert tag=type> document. ... Hello World Hi there
"=> >

The title is Hello World.
The document is a HTML document.

 

Example


<tmpldefault tag=title>
No title.
</tmpldefault>

<tmpldefault tag=type>
HTML
</tmpldefault>

The title is <tmplinsert tag=title>.

The document is a <tmplinsert tag=type> document. ... Hello World Hi there
"=> >

The title is Hello World.
The document is a HTML document.