Пример #1
0
 $nar_p[3] = "<u>D. Statement of Key Policies Pursued</u>\n\nIn support of the Hawaii State Plan, the program provides office and field land surveying services to facilitate the achievements of priority directives of the agencies serviced. Included as part of the policy is the protection of the State government and individuals property rights. For the State's socio-cultural advancement with regard to housing, the program will assist in effectively accommodating the housing needs of Hawaii's people. Subdivision maps submitted on behalf of government agencies such as the Hawaii Public Housing Authority, the Department of Hawaiian Home Lands, the Federal Government, and the private sector are checked and processed in a timely manner. To aid in exercising an overall conservation ethic in the use of Hawaii's resources, the program reviews all shoreline certification applications to insure conformance with existing shoreline administrative rules and statutes.\n";
 $nar_p[4] = "<u>E. Identification of Important Program Relationships</u>\n\nAlthough essential activities exist between this program and other government agencies as well as others in the private sector, respective objectives of the parties involved are distinct and do not warrant integration. On land litigations, the Department of the Attorney General relies on the program's expertise and professional knowledge as expert witness.";
 $nar_p[5] = "<u>F. Description of Major External Trends Affecting the Program</u>\n\nThe amendment to Chapters 205 and 669, HRS, Shoreline Setback Act and Quiet Title Actions, significantly increased the program's workload. Special attention is concentrated in preserving the public's rights to access along beaches, forest lands and historic sites. In addition, previously unaccounted for old school grants, government remnants, and government roads have been claimed on behalf of the State. Numerous illegal use of Government lands especially along shorelines have been detected and reported to the DLNR. Subsequent actions by the DLNR have resulted in the sale or lease of lands or assessment of penalties that resulted in increased revenues.";
 $nar_p[6] = "<u>G. Discussion of Cost, Effectiveness, and Program Size Data</u>\n\nAcquisition of computers, scanners and electronic surveying instruments together with the use of e-mail and the internet have expedited services and dramatically improved accessibility to the public and government agencies requesting survey maps and survey information. However, limited funding and staff reductions negatively impacts the program's effectiveness.";
 $nar_p[7] = "<u>H. Discussion of Program Revenues</u>\n\nRevenues for this program are derived from the sale of copies of maps and descriptions and prints of Land Court and File Plan maps. Fees are also assessed for the checking and processing of all Land Court and File Plan subdivision maps and field check of original Land Court Applications.";
 $nar_p[8] = "<u>I. Summary of Analysis Performed</u>\n\nAn in-depth program analysis has not been performed for this program.";
 $nar_p[9] = "<u>J. Further Considerations</u>\n\nRapidly changing technology in the field of computers and surveying equipment requires the program's constant need to update its software and equipment. The continued observations of the latest developments in equipment methodology are a necessary ingredient for a successful operation.";
 $title_hdr = "LAND SURVEY";
 $title_progstr = substr(chunk_split(trim("11030703"), 2, ' '), 0, -1);
 $title_progid = $curr_deptid . $curr_pgmno;
 $prog_title = $title_progid . ": ";
 if ($curr_progid != $prev_progid) {
     if ($new_page_flag == "yes") {
         $new_page_flag = "no";
         if ($curr_deptid != 'ZZZ') {
             $pdf->ezNewPage();
         }
     }
     $pdf->selectFont('Helvetica');
     if ($curr_deptid == 'ZZZ') {
     } else {
         $pdf->ezSetMargins(75, 40, 75, 75);
         $all2 = $pdf->openObject();
         $pdf->saveState();
         $pdf->selectFont('Helvetica-Bold');
         $ypos = $pdf->ezText("{$prog_title} {$title_hdr}", $font_size_10, $x1);
         $pdf->ezText("{$title_progstr}", $font_size_10, $x5);
         $pdf->selectFont('Helvetica');
         $pdf->restoreState();
         $pdf->closeObject();
     }