mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
SOme dummy report pages
This commit is contained in:
parent
4fcdf5001d
commit
4b98acca96
9
grade/report/grader/index.php
Normal file
9
grade/report/grader/index.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php // $Id$
|
||||
|
||||
/// This creates and handles the whole grader report interface, sans header and footer
|
||||
|
||||
|
||||
print_heading('Grader Report');
|
||||
|
||||
|
||||
?>
|
9
grade/report/user/index.php
Normal file
9
grade/report/user/index.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php // $Id$
|
||||
|
||||
/// This creates and handles the whole user report interface, sans header and footer
|
||||
|
||||
|
||||
print_heading('User Grades Report');
|
||||
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user