Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
  Variable tags
  URL tags
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
    <tmplinsert>
    <tmpldefault>
    <tmplblock>
    <tmpldefaultparam>
    <tmplinsertblock>
    <tmplinsertall>
    <tmplinsertexcept>
    <tmplhelp>
    Examples
    Default template
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<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>.

 

Example


<tmplblock tag=h1 attribute=color>
<tmpldefaultparam tag=color>black</tmpldefaultparam>
<br><gtext fg=$color$ scale=0.5 black>$h1$</gtext><p>
</tmplblock>

<tmplinsertall>

...

<h1>Example Page</h1>

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

<h1>Famous Cows</h1>

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.