<!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: Main page</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"> <h2>Welcome to SQLite PHP Admin %%version_%%</h2> <br /> %%lic%% <br /> <table> <tr><th>New alias</th></tr> <tr><td><a href="main.php?edit=1"><img class="absmid" src="images/newalias.png" alt="new" /> Add a new database alias</a></td></tr> </table> <h3>Available databases</h3> <table> <tr><th>Ed</th><th>Del</th><th>Alias name</th><th>Database file</th><th>Description</th></tr> %%dbases%% </table> </body> </html>