<!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 - Left frame</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="left"> <table width="100%" border="0"> <tr align="center"><td><a href="index.php" target="_top"><img border="0" src="images/sqlite_banner.png" alt="banner" title="SQLite PHP Admin home" width="100%" /></a></td></tr> </table> <table cellspacing="8" cellpadding="4" width="100%"> <tr align="center"> <td style="background-color:#EFF3F7"><a href="info.php"><img src="images/info.png" alt="info" title="Information and configuration" /></a></td> <td style="background-color:#EFF3F7"><a href="help.php"><img src="images/help.png" alt="help" title="Help" /></a></td> <td style="background-color:#EFF3F7"><a href="http://www.sqlite.org" target="_blank"><img src="images/sqlite.png" alt="sqlite" title="SQLite.Org site" /></a></td> </tr> </table> <br /> <div class="list"> <ul> <li class="list_title">Database alias</li> <li>%%dbases%%</li> </ul> </div> %%tables%% </body> </html>