<!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 - Alias info</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].alias.focus();"> <h3>%%title%%</h3> <form id="adddb" action="main.php" target="_top" method="post"> <input type="hidden" name="oldpath" value="%%epath%%" /> <input type="hidden" name="edit" value="1" /> <table> <tr><th>Alias name</th><td><input type="text" size="80" id="alias" name="alias" value="%%alias%%" /></td></tr> <tr><th>Path on server</th><td><input type="text" size="80" name="path" value="%%path%%" /></td></tr> <tr><th>Description</th><td><input type="text" size="80" name="description" value="%%descr%%" /></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>