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
 
<tmplinsertall> </> Templates

 

The <tmplinsertall> tag inserts all of the content file. Custom tags will be replaced according to their definition by the <tmplblock> tag. Tags that are not defined will be inserted as is, so unlike the <tmplinsertblock> tag this tag can be used to insert normal HTML and RXML tags.

<tmplinsertblock> cannot be used within a <tmplblock>.

 

Attributes


<tmplblock tag=h1 attribute=color>
<tmpldefaultparam tag=color>black</tmpldefaultparam>

$h1$

</tmplblock> <tmplinsertall> ...

Example Page

I like cows, 'cause it is always nice to know that breeding for stupidity works.

Famous Cows

Cows don't care about fame.
"=> >

Example page
I like cows, 'cause it is always nice to know that breeding for stupidity works.

Famous Cows
Cows don't care about fame.

 

Example


<tmplblock tag=h1 attribute=color>
<tmpldefaultparam tag=color>black</tmpldefaultparam>

$h1$

</tmplblock> <tmplinsertall> ...

Example Page

I like cows, 'cause it is always nice to know that breeding for stupidity works.

Famous Cows

Cows don't care about fame.
"=> >

Example page
I like cows, 'cause it is always nice to know that breeding for stupidity works.

Famous Cows
Cows don't care about fame.