Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Reports Documentation


Process / program name

Mott Reports / mott-generate-report.php3

Description

This program sets up the initial Mott report screen for the three Mott reports:

Each report is started with a different 'form-submit' button.

Files called / (used) by the program

NameWhat it doesFiles called
top.php3Adds a header to the page. 
bottom.htmlAdds a footer to the page. 
fertility_child.php3Produces the NLSY79 Maternal & Child Bibliography Seriesmott-getcit.php3
child_assessment.php3Produces the Child Assessment Researchmott-getcit.php3
latest_entries_setup.php3Sets up a report to find the lastest __?? bib/mott __?? entries since a user supplied date.mott-getcit.php3

mySQL Statement(s)

Javascript


require('top.html');
require('bottom.html');
  • FORM ACTION="fertility_child.php3" METHOD="POST"
  • FORM ACTION="child_assessment.php3" METHOD="POST"
  • FORM ACTION="latest_entries_setup.php3" METHOD="POST" VALIGN=BOTTOM


    bib-maint/documentation/d-mott-generate-report.php3