2 $monLibrary= dirname(__FILE__) .
"/../library";
3 require_once(
"$monLibrary/cu_top.i");
4 require_once(
"$monLibrary/ck_hticket.i");
6 if (!CheckPerm($link, $Hu, basename($_SERVER[
'SCRIPT_NAME']), $_SERVER[
'REMOTE_ADDR'])) {
9 header(
"Location: /hcuadm/hcu_noperm.prg");
13 $dms_ok=array(
'cuid'=>
'string');
18 cu_header(
"Credit Union Notes");
20 <table cellspacing=\"1\" cellpadding=\"1\" border=\"0\" width=\"100%\" class=\"dmsbg\"><tr><td> 24 $sql =
"SELECT misc_notes 26 WHERE user_name = '" . prep_save($cuid) .
"' ";
28 $notes_rs = db_query($sql, $link);
29 $notes_row = db_fetch_array($notes_rs, 0);
32 <table cellspacing=
"0" cellpadding=
"1" border=
"0" width=
"100%">
34 <td colspan=
"3" class=
"barb" align=
"left" nowrap width=
"100%">
35 Notes for <?php echo $cuid; ?>
39 <td width=
"100%" class=
"dtll">
42 $format_notes = str_replace(
"\n",
"<br>", htmlspecialchars($notes_row[
'misc_notes']));
51 echo
"Incorrect information";
55 <div
class=
"dtl"><input type=
"button" name=
"btnClose" value=
"Close Window" onclick=
"window.close()"></div>