HTP

Source code: ref/comment.htp

Table of Contents
  htp.def
  macros.def
  htp.htt

<BLOCK syntax>
<!--- comment --->
</BLOCK>

<BLOCK synopsis>

<p>
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:
</p>

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

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

<htpcode>
<if disabled_because_xyz>
  ...
</if>
</htpcode>

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

</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 Tue Feb 22, 2011