get(); //get variables used to control the order $order_by = $_GET["order_by"]; $order = $_GET["order"]; //get the fax_uuid if (count($_GET) > 0) { $fax_uuid = check_str($_GET["id"]); } //additional includes require_once "resources/header.php"; require_once "resources/paging.php"; //show the content echo "
| ".$text['title-fax_logs']." | \n"; echo "\n"; echo " "; echo " \n"; echo " | \n"; echo "
| \n";
echo " "; echo " ".$text['description-fax_log']." \n"; echo " | \n";
echo " |
| "; echo " \n"; echo " | \n"; echo "||||||||||||||||||
| ".$row['fax_success']." | \n"; echo "".$row['fax_result_code']." | \n"; echo "".$row['fax_result_text']." | \n"; echo "".basename($row['fax_file'])." | \n"; echo "".$row['fax_ecm_used']." | \n"; echo "".$row['fax_local_station_id']." | \n"; //echo "".$row['fax_document_transferred_pages']." | \n"; //echo "".$row['fax_document_total_pages']." | \n"; //echo "".$row['fax_image_resolution']." | \n"; //echo "".$row['fax_image_size']." | \n"; echo "".$row['fax_bad_rows']." | \n"; echo "".$row['fax_transfer_rate']." | \n"; echo "".$row['fax_retry_attempts']." | \n"; //echo "".$row['fax_retry_limit']." | \n"; //echo "".$row['fax_retry_sleep']." | \n"; echo "".basename($row['fax_uri'])." | \n"; echo "".$row['fax_date']." | \n"; //echo "".$row['fax_epoch']." | \n"; echo ""; echo "".$v_link_label_view.""; if (permission_exists('fax_log_delete')) { echo "".$v_link_label_delete.""; } echo " | \n"; echo "