Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Searches Documentation


Process / program name

Search / abstract.php3

Description

This program sets up the initial display of the abstract search page and accepts the initial term(s) for the search strategy. If more than one term a Boolean search is set up with default 'and's. 'or' may be chosen.

Files called / (used) by the program

NameWhat it doesFiles called
top.php3Adds a header to the page. 
../nls-info/bls_style/nls-template-top.htmlAdds a BLS/NLS header to the page. 
bottom.htmlAdds a footer to the page. 
../nls-info/bls_style/nls-template-bottom.htmlAdds a BLS/NLS footer to the page. 
qabstract.php3Executes the abstract query on the term(s) supplied. Boolean possible.getcit.php3

mySQL Statement(s)

Javascript


require('top.html');
require('bottom.html');
FORM ACTION="qabstract.php3"


manuals/system/bib-maint/searches/s-abstract.php3 .