<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML %%version_%% Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Frameset.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> <frameset cols="150,*"> <frame src="leftframe.php" name="tablelist" scrolling="auto" /> <frame src="%%main%%" name="mainframe" scrolling="auto" /> </frameset> </html>