summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2002-04-05 00:42:21 +0000
committerivan <ivan>2002-04-05 00:42:21 +0000
commit92badebcb286260d7861bd09a2450eea18c4259e (patch)
tree9a97a4d3463f725c3309e57b48a72c56f07c7da6 /httemplate
parent63df8b9db2932e2039c4268e90e1ff522ba0f61a (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')
-rw-r--r--httemplate/docs/install.html1
-rw-r--r--httemplate/edit/part_export.cgi2
-rw-r--r--httemplate/index.html2
3 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html
index 1a4942bc9..4370d9153 100644
--- a/httemplate/docs/install.html
+++ b/httemplate/docs/install.html
@@ -24,6 +24,7 @@ Before installing, you need:
<li><a href="http://search.cpan.org/search?dist=Term-Query">Term-Query</a> (make test broken; install manually)
<li><a href="http://search.cpan.org/search?dist=MIME-Base64">MIME-Base64</a>
<li><a href="http://search.cpan.org/search?dist=Digest-MD5">Digest-MD5</a>
+ <li><a href="http://search.cpan.org/search?dist=MD5">MD5</a>
<li><a href="http://search.cpan.org/search?dist=URI">URI</a>
<li><a href="http://search.cpan.org/search?dist=HTML-Tagset">HTML-Tagset</a>
<li><a href="http://search.cpan.org/search?dist=HTML-Parser">HTML-Parser</a>
diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi
index 25e8f5be0..0ca964e02 100644
--- a/httemplate/edit/part_export.cgi
+++ b/httemplate/edit/part_export.cgi
@@ -87,7 +87,7 @@ my %exports = (
'groupID' => { label=>'InfoStreet groupID', },
},
'nodomain' => 'Y',
- 'notes' => 'http://www.infostreet.com/ .... install Frontier::Client',
+ 'notes' => 'Real-time export to <a href="http://www.infostreet.com/">InfoStreet</a> streetSmartAPI. Requires installation of <a href="http://search.cpan.org/search?dist=Frontier-Client">Frontier::Client</a> from CPAN.',
}
},
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>