query("SELECT * FROM signatures WHERE uid='{$user['uid']}'"); $user['signatures'] = array(); while($r = $q->fetch_assoc()) { $sig = signature_load($mysqli, NULL, $r); $user['signatures'][$sig['type']] = $sig; } } } if($generate_pdf == false) { /* Nothing to get, display the landing page */ $help='
The last step of registration is to print a signature form. This can only be done when all your sections are complete, and all your partner(s) sections are complete too. '; sfiab_page_begin($u, "Student Signature Form", $page_id, $help); ?>
After all sections are complete for all students in this project, a signature form must be printed, signed, and submitted to complete your application to the =$config['fair_name']?>. Instructions for completing the form and how/where to submit it are attached to the form.
The signature form must be signed by a teacher, parent/guardian, and each student. For partner projects, each student may print a form, or a single form can be used for all signatures. (Basically, as long as all the required signatures are present, we don't care how many pieces of paper they are on.)
For senior students, there is also a marks validation form that should be submitted to qualify for University scholarship awards.
Instead of using the printed form to collect signatures, you may instead collect electronic signatures, or you can mix-and-match and use both (some signatures electronically, some signatures on the printed form). For an electronic signature, we will email a link to an online form to the person you need a signature from, and they can complete the form online.
The senior marks validation form cannot be completed electronically. It must be printed and signed by a school official. (but all other signatures can still be collected electronically)
Electronic signatures are available when all the students in the project are complete
You do not have to use electronic signatures. You can just use the printed form below if you choose.
=$sig_name?> | =$sent?> | Create Form Waiting for Signature Delete Form Signature Received |
The signature form can only be printed when all the students in the project are complete.
".i18n('Registration Number').": {$p['pid']}
".i18n('Project Title').": {$p['title']}
".i18n('Project Category').": ".i18n($cats[$p['cat_id']]['name'])." / ".i18n($chals[$p['challenge_id']]['name']));
$regfeestr = '';
if($r_decl !== NULL) {
$regfeestr = i18n('Registration Fee').": \${$regfee}";
}
$students = "";
$school_names = array();
foreach($users as &$user) {
if($sample) {
/* Skip query for generating a sample */
$school_names[$user['uid']] = $school_name;
} else {
$qq = $mysqli->query("SELECT school FROM schools WHERE id={$user['schools_id']}");
$rr = $qq->fetch_assoc();
$school_name = $rr['school'];
$school_names[$user['uid']] = $rr['school'];
}
if($students != '') $students .= '
';
$students .= "{$user['name']}, Grade {$user['grade']}, {$school_name}";
}
$e = i18n("Exhibitor$plural").":";
$w = $pdf->GetStringWidth($e) + 2;
/* By adding hte regfee right to the end of the student table, it prevents a newline from appearing */
$pdf->WriteHTML("
$e | $students |
Full Name: | [NAME] |
Grade: | [GRADE] |
School: | {$school_names[$user['uid']]} |
Project Title: | {$p['title']} |
a. ______________________________________________________________________________ | |
b. ______________________________________________________________________________ | |
c. ______________________________________________________________________________ |
Course | Circle 11 or 12 | Grade |
Course | Circle 11 or 12 | Grade |