*/ $bn_action="list"; $bn="krilouser"; $inc_dir="include"; require ("$inc_dir/init.php3"); /* Execute before_access program */ if ($bn_before_access) { include "$bn_dir/$bn_before_access"; } DspMsg (11); $ret = $db->listNotes ("view", $first, $last); if (!is_array ($ret) || ($ret < 0)) { echo "
"; DspMsg (6); echo "
"; echo "\n"; if (($bn_footer != "") && ($lynx==1 || $bn_frames==0)) { include "$bn_dir/$bn_footer"; } if (!$no_body) { echo "\n\n"; } exit; } elseif ($ret[total] == 0) { echo "
"; DspMsg (16); echo "
"; } if ($ret[prev] || $ret[next]) { echo "
"; if ($ret[prev]) { $help=msg(65); displayURL ("list.php3?bn=$bn&last=$ret[first]", "", " $help", $help); } echo ""; if ($ret[next]) { $help=msg(66); displayURL ("list.php3?bn=$bn&first=$ret[last]", "", " $help", $help); } echo "
\n"; } echo "\n"; if (($bn_footer != "") && ($lynx==1 || $bn_frames==0)) { include "$bn_dir/$bn_footer"; } if (!$no_body) { echo "\n\n"; } ?>