<?php require_once('functions/functions.php'); print_html_header('View Data'); print_access_check('L'); print_ref_data_for_ref($_GET['datafor'],true); print_html_footer(); ?>