Введите данные нового сотрудника:

ФИО:

Имя аккаунта:

Уровень аккаунта:

Телефон:

'; } else if ($new == "2") { include "qrcode.php"; //config form echo '
Отсканируйте или распечатайте данный QR-код для идентификации объекта '.$staff_name.'!
'; $buf=pack("vL*",2, $obj_id); //заголовок - номер пакета 1б и длина 2б. v-ushort, c- byte, C- ubyte, s - short, L - int, l - uint //$hex_pnum = zeropad((string)dechex(intval(1)), 2); //byte // $hex_marker_type = zeropad("01", 4); //byte // $hex_staff_id = zeropad((string)dechex(intval($staff_id)), 8); //4 bytes // $hex_string = $hex_marker_type.$hex_staff_id; $hex_string = base64_encode($buf); // echo "string $hex_string"; $filename = $PNG_TEMP_DIR.'test'.md5($hex_string.'|'.$errorCorrectionLevel.'|7').'.png'; QRcode::png($hex_string, $filename, $errorCorrectionLevel, 7, 2); echo ''; echo '

'.$hex_string.'

'; echo '

Вернуться к объектам

'; } else { // echo " //
"; // $query1 = mysqli_query($link, "select * from accounts where company=$companyID"); // while ($res1 = mysqli_fetch_array($query1)) { // $staff_id = $res1['id']; // $staff_name = $res1['name']; // $staff_cmdlevel = $res1['cmdlevel']; // // $query2 = mysqli_query($link, "select name from accounttypes where type=$staff_cmdlevel"); // if ($res2 = mysqli_fetch_row($query2)) // { // $type = $res2[0]; // } // echo "$staff_name [$staff_id]: компания $companyname, $type // //
"; // } // echo "

"; echo "
Введите данные нового помещения:

Type 2 (Помещение)

ID (от 1 до 65535):

"; } ?>