diff options
author | ivan <ivan> | 2002-04-05 00:42:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-04-05 00:42:21 +0000 |
commit | 92badebcb286260d7861bd09a2450eea18c4259e (patch) | |
tree | 9a97a4d3463f725c3309e57b48a72c56f07c7da6 /httemplate/index.html | |
parent | 63df8b9db2932e2039c4268e90e1ff522ba0f61a (diff) |
Checkin of disparate changes from working on the road:
- generic SQL query
- move exports out to their own files
- small cleanup of selfadmin server
Diffstat (limited to 'httemplate/index.html')
-rw-r--r-- | httemplate/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/index.html b/httemplate/index.html index c44b8e3db..fecd107cc 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -140,6 +140,8 @@ <UL> <LI><A HREF="search/cust_main-otaker.cgi">Search customers by otaker</A> </UL> + <FORM ACTION="search/sql.cgi" METHOD="POST">SQL query: <TT>SELECT </TT><INPUT TYPE="text" NAME="sql" SIZE=32><INPUT TYPE="submit" VALUE="Query"></FORM> + <BR> </TD></TR> </TABLE> |