<!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 - New database</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"> <h3>SQLite PHP Admin %%version_%%</h3> <form action="dbaction.php" method="post"> <table class="dbinfotable"> <tr><th>The selected database does not exist.</th></tr> <tr><td>You can create a new database <input size="40" type="text" value="%%curdb%%" readonly="readonly" /></td></tr> <tr><td><input type="submit" value="Create new database" /> with preferred version <select name="prefver" style="width:75px"> <option value="3">SQLite3</option> <option value="2">SQLite2</option> </select> </td></tr> </table> </form> <<'%%err%%'?' <table class="error"> <tr><th>Error has been occured while creating new database</th></tr> <tr><td>Cause: %%err%%</td></tr> </table>':''>> </body> </html>