|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<set web="http://htp.sourceforge.net/">
<set wwwref="${web}ref/">
<set project="http://sourceforge.net/projects/htp/">
<set rk_email="robert.king@mailbox.gu.edu.au">
<set rk_old="http://www.ens.gu.edu.au/robertk/">
<set rk_home="http://math.newcastle.edu.au/~rking/">
<set rk_htp="${rk_home}htp/">
<IF NOT ref>
<set ref="">
</IF>
<def name=sfuser option="name login">
<a href="http://sourceforge.net/users/$login"><use name></a></def>
<block jh><sfuser login="hoenicke" name="Jochen Hoenicke"></block>
<block mm><sfuser login="mcmoe" name="Michael Möller"></block>
<IF TOC_IHREF_${_htpfile_out}>
<SET TOC_SECTION=${TOC_IHREF_${_htpfile_out}}>
<SET subject=${TOC_${TOC_SECTION}}>
</IF>
<IF NOT title>
<BLOCK title>
<IF ref_manual>htp on-line reference<ELSE>htp - a HTML pre-processor</IF>
<IF subject>: <USE subject></IF>
</BLOCK>
</IF>
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE><USE title></TITLE>
<link rel="stylesheet" type="text/css" href="${ref}styles.css">
</HEAD>
<body bgcolor="#b0b080">
<table border="0" cellspacing="5" cellpadding="15" width="100%">
<tr>
<td colspan="2" bgcolor="white">
<img src="${ref}pic/logo.png" alt="HTP">
<h1>
<use title>
</h1>
</td>
</tr>
<tr>
<td width="20%" bgcolor="white" valign="top">
<if ref_manual>
<if not top_page>
<div style="align:top">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr><td class="toc" colspan="3" width="100%">
<a class="noline" href="index.html">Table of Contents</a></td>
</tr>
<showsidetoc cols=3>
</table>
</div>
</if>
</if>
</td>
<td bgcolor="#f0f0d0" rowspan="2" valign="top">
<if syntax>
<h2>syntax</h2>
<htpcode option="-s" expand>
<use syntax noexpand>
</htpcode>
</if>
<if synopsis>
<h2>synopsis</h2>
<use synopsis>
</if>
<if body>
<use body>
</if>
<p>
</td>
</tr>
<tr>
<td width="20%" bgcolor="white" valign="bottom">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr><td class="tocf" width=10>
<img src="${ref}pic/source.png" alt="">
</td><td class="toc">
<a href="$sourcecgi/$_htpfile_in">page source</a>
</td></tr>
<tr><td class="tocf" width=10>
<img src="${ref}pic/sficon.png" alt="">
</td><td class="toc">
<a href="${project}">htp project</a>
</td></tr>
<if not home_page>
<tr><td class="tocf">
<img src="${ref}pic/htpicon.png" alt="">
</td><td class="toc">
<a href="${web}">htp homepage</a>
</td></tr>
</if>
<if not ref_manual>
<tr><td class="tocf" width=10>
<img src="${ref}pic/download.png" alt="">
</td><td class="toc">
<a href="${project}download">download</a>
</td></tr>
<tr><td class="tocf">
<img src="${ref}pic/manbig.png" alt="">
</td><td class="toc">
<a href="${ref}">htp on-line reference</a>
</td></tr>
</if>
<tr><td colspan="2">
hosted by<br />
<a href="http://sourceforge.net/"><img
src="http://sourceforge.net/sflogo.php?group_id=41382&type=1"
width="88" height="31" border="0" alt="SourceForge.net"></a><br />
HTML coding
<a href="http://htp.sourceforge.net/"><img
src="${ref}pic/poweredbyhtp.png" alt="Powered by htp"></a>
</td></tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="white">
<div style="font-size:small">
<address>
<if ref_manual>
htp on-line reference / <A HREF="${wwwref}"><USE wwwref></A><br />
<else>
htp homepage / <A HREF="${web}"><USE web></A><br />
</if>
Authors: Jim Nelson, <use jh>, <use mm>.<br />
Maintainers:
<if RKING_STILL_MAINTAINER>
<A HREF="${rk_home}">Robert King</A> / <a
href="mailto:${rk_email}"><use rk_email></a>,
</if><use jh>.<br />
</address>
<p>
<if ref_manual>
Copyright © 1995-96 Jim Nelson.<BR>
<else>
Copyright © 2000 Robert King.<BR>
</if>
Copyright © 2001-2003 <use jh>.<BR>
<if not _htpfile_out="license.html">
Permission to reproduce and distribute this hypertext document granted
according to terms described in the
<A HREF="${ref}license.html">License section</A>.
</if>
</p>
<p>
last updated <file date>
</p>
</div>
</td>
</tr>
</table>
</body>
</html>
|