Ejemplo n.º 1
0
 public function printCIFormP2()
 {
     $the_box = new Box($this->connection);
     $the_box->loadEntry($this->box);
     echo "<center>\n\t\tCheckin Asset<br>\n\t\t<form action=\"index.php?action=checkin2&type=asset\" method=\"post\" enctype=\"multipart/form-data\">\n\t\tAsset Barcode: <br>\n\t\t<input type=\"text\" name=\"barcode\" value=\"{$_POST['barcode']}\"> <br>\n\t\tCurrent Box Name: {$the_box->getDescription()}<br>\n\t\tBox Barcode: <br>\n\t\t<input type=\"text\" name=\"box\" value=\"{$this->box}\"><br>\n\t\t<input type=\"submit\" name=\"submit\" value=\"Confirm Box\">\n\t\t</form>\n\t\t</center";
 }