<HTML> <HEAD> <META NAME="keywords" CONTENT="${item_name}"> <LINK REL="stylesheet" type="text/css" href="/phystech.css"/> <TITLE>${item_name} - payment confirmation</TITLE> </HEAD> <BODY> <H2>${item_name} payment confirmation</H2> <TABLE ROWS=3 COLS=2> <TR><TD><LI><B>Product:</B></TD><TD style="padding-left:3ex;">${item_name}</TD></TR> <TR><TD><LI><B>Item ID:</B></TD><TD style="padding-left:3ex;">${item_number}</TD></TR> <TR><TD><LI><B>Hostid:</B></TD><TD style="padding-left:3ex;">${hostid}</TD></TR> <TR><TD><LI><B>Cost:</B></TD><TD style="padding-left:3ex;">$${amt} USD</TD></TR> <TR><TD><LI><B>License Key:</B></TD><TD style="padding-left:3ex;">${license_key}</TD></TR> </TABLE><P> <U>Instructions</U>:<BR> Copy the license key from above and save it into <B>${item_name}.key</B> file to be placed in any of the following directories:<BR> cgi-bin directory of your web server where ${item_name} executable is installed<BR> /usr/local/etc<BR> /usr/local/share<BR> /etc<BR> /opt/${item_name} </BODY> </HTML>