<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML %%version_%% Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link href="pla.css" rel="stylesheet" type="text/css" /> <title>SQLite PHP Admin</title> <meta http-equiv="expires" content="0" /> <meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="cache-control" content="no-cache" /> <base target="mainframe" /> </head> <body class="right" onload="document.forms[0].name.focus();"> <h3>Thank you for purchasing this software</h3> <form id="adddb" action="" target="" method="post"> <<'%%errs%%'?'<h2>%%errs%%</h2> ':''>> <table> <<'%%errn%%'?' <tr><td class="terr" colspan="2">Please, enter your full name</td></tr>':''>> <tr><th>Your name:</th><td><input type="text" size="80" id="name" name="name" value="%%name%%" /></td></tr> <<'%%errl%%'?' <tr><td class="terr" colspan="2">Please, specify your location</td></tr>':''>> <tr><th>Your location:</th><td><input type="text" size="80" name="loc" value="%%loc%%" /></td></tr> <tr><td class="label"></td><td class="label"><input type="submit" name="insert" value="Save" /> <input type="button" value="Cancel" onclick="history.back();" /> </td></tr> </table> </form> </body> </html>