Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Maintenance Documentation


Process / program name

Delete a Citation / delete_citation .php3

Description

This function begins the Delete a Citation process. It provides the user with a form in which to fill the number of the citation to be deleted from the database.

Files called / (used) by the program

NameWhat it doesFiles called
top.php3Adds a header to the page. 
bottom.htmlAdds a footer to the page. 
x_delete_citation.php3Asks the user to verify the id number of the citation and confirm its deletion.cit_delete.php3

mySQL Statement(s)

Javascript

print("");


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


manuals/system/bib-maint/maintenance/d-delete_citation .php3