����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
//FJ create ReferralLog functions for reuse
require_once 'modules/Discipline/includes/ReferralLog.fnc.php';
$extra['new'] = true;
$extra['action'] = issetVal( $extra['action'], '' );
$extra['action'] .= '&_ROSARIO_PDF=true';
if ( empty( $_REQUEST['search_modfunc'] ) )
{
DrawHeader( ProgramTitle() );
$extra['second_col'] = issetVal( $extra['second_col'], '' );
$extra['second_col'] .= ReferralLogIncludeForm();
Search( 'student_id', $extra );
}
else
{
if ( !isset( $_REQUEST['_ROSARIO_PDF'] ) )
{
DrawHeader( ProgramTitle() );
echo '<BR /><BR />';
}
$PDF = '';
// Generate and get Discipline Logs
$referral_logs = ReferralLogsGenerate( $extra );
if ( empty( $referral_logs ) )
{
BackPrompt( _( 'No Students were found.' ) );
}
// New page
$PDF = implode( '<div style="page-break-after: always;"></div>', $referral_logs );
if ( !empty( $PDF ) )
{
$handle = PDFStart();
echo $PDF;
PDFStop( $handle );
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| includes | Folder | 0755 |
|
|
| CategoryBreakdown.php | File | 9.27 KB | 0644 |
|
| CategoryBreakdownTime.php | File | 14.69 KB | 0644 |
|
| DisciplineForm.php | File | 10.12 KB | 0644 |
|
| MakeReferral.php | File | 6.67 KB | 0644 |
|
| Menu.php | File | 1.28 KB | 0644 |
|
| ReferralLog.php | File | 957 B | 0644 |
|
| Referrals.php | File | 7.19 KB | 0644 |
|
| StudentFieldBreakdown.php | File | 10.96 KB | 0644 |
|