<HTML>
<HEAD>
<META NAME="keywords" CONTENT="${item_name}">
<LINK REL="stylesheet" type="text/css" href="/phystech.css"/>
<TITLE>${item_name} license</TITLE>
</HEAD>
<BODY>
<H2>${item_name} license</H2>
<A HREF="/download/${item_name}.htm">${item_name}</A> is distributed in the hope that it
will be useful, but without any warranty; without even the
implied warranty of merchantability or fitness for a particular purpose.
By purchasing the <B>one-year license</B> for ${item_name} you are agreeing to this
condition.<P>
In order to generate the license, please provide the <A HREF="/download/hostid.htm">hostid</A>
of the machine you intend to run ${item_name} on. The hostid value is obtained by running <EM>hostid</EM>
UNIX command. The command should produce 8-character string which is hexadecimal representation
of the numeric hostid. Cut and paste the 8-character hostid string into the input box below and click
continue.
<FORM METHOD=GET ACTION="/cgi-bin/p">
<INPUT TYPE=hidden name=item_name value=${item_name}></INPUT>
<INPUT TYPE=hidden name=item_number value=${item_number}></INPUT>
Hostid: <INPUT TYPE=text name=hostid value="${hostid}" size=9 maxlength=8></INPUT>
<INPUT TYPE=submit value=Continue></INPUT>
</BODY>
</HTML>