\n";
echo '
', "\n";
echo '', "\n";
echo ' ', "\n";
echo _("How To Print this CAP form");
echo " \n \n
\n\n";
echo ' '._("PRINT"), " \n";
echo Popup('print');
echo _("Local print of the CAP form"), "\n
\n";
echo _("A printer ready pdf file with the form and attachments can be generated as follows:");
echo "
\n", ' ';
echo ' '._("landscape").' ('._("2-up").')';
echo ' '._("portrait").' ('._("1-up").')', " \n";
echo ' A4', "\n";
echo ' A5', "\n";
echo ' Letter ';
if( array_key_exists('format',$Page)
&& $Page['format'] != 'letter'
&& $Page['format'] != 'a5'
&& $Page['format'] != 'a4')
echo ' ', $Page['format'], ' ';
echo _("paper format"), " \n";
echo " \n";
$cnt=0;
foreach( $Page['policies'] as $key => $val ) {
if( $key == '' ) continue;
if( $cnt == 0 ) {
echo ''. _("Applicable Policy documents and information can be attached to the pdf output file. Mark those documents, which need to be attached to the pdf file") . ":\n
\n";
}
$cnt++;
printf(
" %s \n",
(array_key_exists(1,$val) && $val[1])? 'checked="checked"' : "",
$cnt,
array_key_exists(0,$val)? $val[0] : $key,
array_key_exists(0,$val)? ''.$key.' ' : $key
);
}
if( $cnt == 0 ) { echo " \n"; }
echo "\n",
' '._("generate PDF file"), " ";
echo _("Submit the form"), "\n
\n";
?>