Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Searches Documentation


Process / program name

Search / author.php3

Description

This program sets up the author search display and accepts the initial input of one author's name, last name first.

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. 
zauthor.php3Displays the results of the search, multiple authors possible, due to truncation.qauthor.php3

mySQL Statement(s)

  • Javascript


    require('top.html');
    require('bottom.html');
    FORM ACTION="zauthor.php3" METHOD="POST"


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