[PHP]// Computer Information
$report->appendHTML( “<h4><u>”.(“Computer Information”).“</u></h4>” );
$report->appendHTML( “<h4><b>”.(“Serial Number / Equip Name”).“: </b><u>” . $ar[“iSysserial”] . " / " . $ar[“hostName”] . “</u></h4>" );
$report->appendHTML( “<h4><b>”.(“Barcode Numbers”).“: </b><u>” . $ar[“iOtherTag”] . "</u></h4>" );
$report->appendHTML( “<h4><b>”.(“Date of Checkout”).“: </b>”.date(“Y/m/d”)." </h4>" );
$report->appendHTML( “<h4><b>”.(“Notes / Miscellaneous / Included Items”).“: </b></h4>” );
$report->appendHTML( "<h4><b></b></h4>" );
$report->appendHTML( "<h4><b></b></h4>" );
$report->appendHTML( "<h4><b>___________________________________________</b></h4>" );
$report->appendHTML( “<hr />” );
$report->appendHTML( “<h4><b>”.(“Releasing Staff Initials”).": </b> ".(“(To be released only by DPJ IT Dept.)”).“</h4>” );
$report->appendHTML( “<h4>”.(“I have read, understood, and agree to all the Terms and Condidtions on the following pages of this document.”).“</h4>” );
$report->appendHTML( “<br />” );
$report->appendHTML( “<h4><b>”.(“Signed”).": </b>X _____________________________ ".(“Date”).": //20</h4>" );
$report->appendHTML( ("<!-- ".(“NEW PAGE”)." -->") );
$report->appendHTML( "<!-- ".(“FOOTER CENTER”)." “” . ‘$PAGE’ . " ".(“of”)." " . ‘$PAGES’ . " - ".(“Printed”).“: " . date(“D M j G:i:s T Y”) . “” -->” );
$report->appendHTML( “<center><h3>”.(“Terms and Conditions”).“</h3></center>” );
$report->appendHTML( “<hr />” );
$report->appendHTML( “<h4>”.(“All loaned items should be returned in the same condition they were recieved, with all items included on this sheet.”).“</h4>” );
$report->appendHTML( “<h4><b>”.(“Signed”).“: </b>”.(“X”)." _____________________________ ".(“Date”).": //20</h4>” );
[/PHP]