HTP

htp on-line reference : <!---

Table of Contents
  Introduction
  License
  Tutorial
  Usage
  HTP Tags
    ALTTEXT
    BLOCK
    BLOCKDEF
    DEF
    FILE
    IF
    INC
    IMG
    IMAGEURL
    OPT
    OUTPUT
    QUOTE
    SET
    UNDEF
    UNSET
    USE, $
    WHILE
  > <!---
  History
  Wish list
  Bugs

syntax

<!--- comment --->

synopsis

This is a simple comment that is not included in the output. This can be very useful when commenting metatags as they are not included in the output either. Example:

<!--- This comment doesn't appear in the HTML file --->

Note that these comments should not include < or >, that is you should not use it to comment out htp code. For that purpose use something like this:

<[ref]if disabled_because_xyz>
  ...
<[ref]/if>

Make sure that the variable is never defined and xyz should be the reason why you don't want to include this block

  page source
  htp project
  htp homepage
hosted by
SourceForge.net
HTML coding Powered by htp
htp on-line reference / http://htp.sourceforge.net/ref/
Authors: Jim Nelson, Jochen Hoenicke, Michael Möller.
Maintainers: Jochen Hoenicke.

Copyright © 1995-96 Jim Nelson.
Copyright © 2001-2003 Jochen Hoenicke.
Permission to reproduce and distribute this hypertext document granted according to terms described in the License section.

last updated Fri Aug 31, 2007