This mini-application is located here: http://www.library.arizona.edu/services/faculty/scholcom/fairuse/
Faculty need to know when their use of copyrighted material requires permission from the copyright holder. If it does, it is described as “fair use”. The UA Office of the General Counsel (OGC) provides a Fair Use Checklist that can be printed, filled out and archived by the faculty member. This is important so that they can demonstrate due diligence if someone challenges their claim to fair use of material.
Dan Lee, director of the Office of Copyright Management and Scholarly Communication, requested that this form be converted to something that can be filed electronically, as printing and filling out the OGC form by hand was inconvenient.
This relatively simple application consists of several files located on aquarius (E: drive). The path is E:\Webdir\services\faculty\scholcom\fairuse.
The index.php file submits the user's data to itself, which converts the file to PDF using FPDF. See the file for more documentation.
The CSS can be changed using style.css.
Form (both HTML and PDF) can be changed in content.php. Be sure to preserve PHP array syntax!
The PDF footer can be changed in the PDFChecklist class.