Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Maintenance Documentation


Process / program name

Delete a Citation / x_delete_citation.php3

Description

This intermediary step double checks if this is the citation to be deleted by asking the user, "Are you sure you want to delete [citation number]?", and making the user confirm the deletion with a button "Confirm".

Files called / (used) by the program

NameWhat it doesFiles called
top.php3Adds a header to the page. 
bottom.htmlAdds a footer to the page. 
cit_delete.php3Finishes the deletion process. 

mySQL Statement(s)

Javascript


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


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