1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917
|
<?php // $Id: resource.class.php,v 1.23 2006/04/26 00:09:00 stronk7 Exp $
///////////////////////////////////////////////////////////////////////////
// //
// NOTICE OF COPYRIGHT //
// //
// Moodle - Modular Object-Oriented Dynamic Learning Environment //
// http://moodle.com //
// //
// Copyright (C) 2001-3001 Martin Dougiamas http://dougiamas.com //
// (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com //
// //
// This program is free software; you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
// the Free Software Foundation; either version 2 of the License, or //
// (at your option) any later version. //
// //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License for more details: //
// //
// http://www.gnu.org/copyleft/gpl.html //
// //
///////////////////////////////////////////////////////////////////////////
/// Options presented to user :
/// (1) Side navigation menu (navigationmenu)
/// (2) TOC (tableofcontents)
/// (3) Navigation buttons (navigationbuttons)
/// (4) Navigation up button (navigationupbutton)
/// (5) Skip submenu pages (skipsubmenus)
///
/// (1) forces (2), (4) false and (5) true. Forced on setup
/// (2) is a bit silly with (5). Maybe make a rule?
/// (3) false => (5) false. Add graying out on setup.
require_once($CFG->libdir.'/filelib.php');
require_once($CFG->dirroot.'/mod/resource/type/ims/repository_config.php');
/**
* Extend the base resource class for ims resources
*/
class resource_ims extends resource_base {
var $parameters; //Attribute of this class where we'll store all the IMS deploy preferences
function resource_ims($cmid=0) {
/// super constructor
parent::resource_base($cmid);
/// prevent notice
if (empty($this->resource->alltext)) {
$this->resource->alltext='';
}
/// set own attributes
$this->parameters = $this->alltext2parameters($this->resource->alltext);
/// navigation menu forces other settings
if ($this->parameters->navigationmenu) {
$this->parameters->tableofcontents = 0;
$this->parameters->navigationuparrow = 0;
$this->parameters->skipsubmenus = 1;
}
/// Is it in the repository material or not?
if (isset($this->resource->reference)) {
$file = $this->resource->reference;
if ($file[0] == '#') {
$this->isrepository = true;
$file = ltrim($file, '#');
$this->resource->reference = $file;
} else {
$this->isrepository = false;
}
} else {
$this->isrepository = false;
}
}
/***
* This function converts parameters stored in the alltext field to the proper
* this->parameters object storing the special configuration of this resource type
*/
function alltext2parameters($alltext) {
/// set parameter defaults
$alltextfield = new stdClass();
$alltextfield->tableofcontents=0;
$alltextfield->navigationbuttons=0;
$alltextfield->navigationmenu=1;
$alltextfield->skipsubmenus=1;
$alltextfield->navigationupbutton=1;
/// load up any stored parameters
if (!empty($alltext)) {
$parray = explode(',', $alltext);
foreach ($parray as $key => $fieldstring) {
$field = explode('=', $fieldstring);
$alltextfield->$field[0] = $field[1];
}
}
return $alltextfield;
}
/***
* This function converts the this->parameters attribute (object) to the format
* needed to save them in the alltext field to store all the special configuration
* of this resource type
*/
function parameters2alltext($parameters) {
$optionlist = array();
$optionlist[] = 'tableofcontents='.$parameters->tableofcontents;
$optionlist[] = 'navigationbuttons='.$parameters->navigationbuttons;
$optionlist[] = 'skipsubmenus='.$parameters->skipsubmenus;
$optionlist[] = 'navigationmenu='.$parameters->navigationmenu;
$optionlist[] = 'navigationupbutton='.$parameters->navigationupbutton;
return implode(',', $optionlist);
}
/***
* This function will convert all the parameters configured in the resource form
* to a this->parameter attribute (object)
*/
function form2parameters($resource) {
$parameters = new stdClass;
$parameters->tableofcontents = isset($resource->param_tableofcontents) ? $resource->param_tableofcontents : 0;
$parameters->navigationbuttons = $resource->param_navigationbuttons;
$parameters->skipsubmenus = isset($resource->param_skipsubmenus) ? $resource->param_skipsubmenus : 0;
$parameters->navigationmenu = $resource->param_navigationmenu;
$parameters->navigationupbutton = isset($resource->param_navigationupbutton) ? $resource->param_navigationupbutton : 0;
return $parameters;
}
/*** This function checks for errors in the status or deployment of the IMS
* Content Package returning an error code:
* 1 = Not a .zip file.
* 2 = Zip file doesn't exist
* 3 = Package not deployed.
* 4 = Package has changed since deployed.
* If the IMS CP is one from the central repository, then we instead check
* with the following codes:
* 5 = Not deployed. Since repository is central must be admin to deploy so terminate
*/
function check4errors($file, $course, $resource) {
global $CFG;
if ($this->isrepository) {
/// Calculate the path were the IMS package must be deployed
$deploydir = $CFG->repository . $file;
/// Confirm that the IMS package has been deployed. These files must exist if
/// the package is deployed: moodle_index.ser and moodle_hash.ser
if (!file_exists($deploydir.'/moodle_inx.ser')) {
return 5; //Error
}
}
else {
/// Check for zip file type
$mimetype = mimeinfo("type", $file);
if ($mimetype != "application/zip") {
return 1; //Error
}
/// Check if the uploaded file exists
if (!file_exists($CFG->dataroot.'/'.$course->id.'/'.$file)) {
return 2; //Error
}
/// Calculate the path were the IMS package must be deployed
$deploydir = $CFG->dataroot.'/'.$course->id.'/'.$CFG->moddata.'/resource/'.$resource->id;
/// Confirm that the IMS package has been deployed. These files must exist if
/// the package is deployed: moodle_index.ser and moodle_hash.ser
if (!file_exists($deploydir.'/moodle_inx.ser') ||
!file_exists($deploydir.'/moodle_hash.ser')) {
return 3; //Error
}
/// If teacheredit, make, hash check. It's the md5 of the name of the file
/// plus its size and modification date
if (isteacheredit($course->id)) {
if (!$this->checkpackagehash($file, $course, $resource)) {
return 4;
}
}
}
/// We've arrived here. Everything is ok
return 0;
}
/*** This function will check that the ims package (zip file) uploaded
* isn't changed since it was deployed.
*/
function checkpackagehash($file, $course, $resource) {
global $CFG;
/// Calculate paths
$zipfile = $CFG->dataroot.'/'.$course->id.'/'.$file;
$hashfile= $CFG->dataroot.'/'.$course->id.'/'.$CFG->moddata.'/resource/'.$resource->id.'/moodle_hash.ser';
/// Get deloyed hash value
$f = fopen ($hashfile,'r');
$deployedhash = fread($f, filesize($hashfile));
fclose ($f);
/// Unserialize the deployed hash
$deployedhash = unserialize($deployedhash);
/// Calculate uploaded file hash value
$uploadedhash = $this->calculatefilehash($zipfile);
/// Compare them
return ($deployedhash == $uploadedhash);
}
/*** This function will calculate the hash of any file passes as argument.
* It's based in a md5 of the filename, filesize and 20 first bytes (it includes
* the zip CRC at byte 15).
*/
function calculatefilehash($filefullpath) {
/// Name and size
$filename = basename($filefullpath);
$filesize = filesize($filefullpath);
/// Read first 20cc
$f = fopen ($filefullpath,'r');
$data = fread($f, 20);
fclose ($f);
return md5($filename.'-'.$filesize.'-'.$data);
}
/**
* Add new instance of file resource
*
* Create alltext field before calling base class function.
*
* @param resource object
*/
function add_instance($resource) {
/// Load parameters to this->parameters
$this->parameters = $this->form2parameters($resource);
/// Save parameters into the alltext field
$resource->alltext = $this->parameters2alltext($this->parameters);
return parent::add_instance($resource);
}
/**
* Update instance of file resource
*
* Create alltext field before calling base class function.
*
* @param resource object
*/
function update_instance($resource) {
/// Load parameters to this->parameters
$this->parameters = $this->form2parameters($resource);
/// Save parameters into the alltext field
$resource->alltext = $this->parameters2alltext($this->parameters);
return parent::update_instance($resource);
}
/** Delete instance of IMS-CP resource
*
* Delete all the moddata files for the resource
* @param resource object
*/
function delete_instance($resource) {
global $CFG;
/// Delete moddata resource dir completely unless repository.
if (!$this->isrepository) {
$resource_dir = $CFG->dataroot.'/'.$resource->course.'/'.$CFG->moddata.'/resource/'.$resource->id;
if (file_exists($resource_dir)) {
if (!$status = fulldelete($resource_dir)) {
return false;
}
}
}
return parent::delete_instance($resource);
}
/**
* Display the file resource
*
* Displays a file resource embedded, in a frame, or in a popup.
* Output depends on type of file resource.
*
* @param CFG global object
*/
function display() {
global $CFG, $THEME, $USER;
require_once($CFG->libdir.'/filelib.php');
/// Set up generic stuff first, including checking for access
parent::display();
/// Set up some shorthand variables
$cm = $this->cm;
$course = $this->course;
$resource = $this->resource;
/// Fetch parameters
$inpopup = optional_param('inpopup', 0, PARAM_BOOL);
$page = optional_param('page', 0, PARAM_INT);
$frameset= optional_param('frameset', '', PARAM_ALPHA);
/// Init some variables
$errorcode = 0;
$buttontext = 0;
$querystring = '';
$resourcetype = '';
$mimetype = mimeinfo("type", $resource->reference);
$pagetitle = strip_tags($course->shortname.': '.format_string($resource->name));
/// Cache this per request
static $items;
/// Check for errors
$errorcode = $this->check4errors($resource->reference, $course, $resource);
/// If there are any error, show it instead of the resource page
if ($errorcode) {
if (!isteacheredit($course->id)) {
/// Resource not available page
$errortext = get_string('resourcenotavailable','resource');
} else {
/// Depending of the error, show different messages and pages
if ($errorcode ==1) {
$errortext = get_string('invalidfiletype','error', $resource->reference);
} else if ($errorcode == 2) {
$errortext = get_string('filenotfound','error', $resource->reference);
} else if ($errorcode == 3) {
$errortext = get_string('packagenotdeplyed','resource');
} else if ($errorcode == 4) {
$errortext = get_string('packagechanged','resource');
} else if ($errorcode == 5) {
$errortext = get_string('packagenotdeplyed','resource'); // no button though since from repository.
}
}
/// Display the error and exit
if ($inpopup) {
print_header($pagetitle, $course->fullname.' : '.$resource->name);
} else {
print_header($pagetitle, $course->fullname, "$this->navigation ".format_string($resource->name), "", "", true, update_module_button($cm->id, $course->id, $this->strresource), navmenu($course, $cm));
}
print_simple_box_start('center', '60%');
echo '<p align="center">'.$errortext.'</p>';
/// If errors were 3 or 4 and isteacheredit(), show the deploy button
if (isteacheredit($course->id) && ($errorcode == 3 || $errorcode == 4)) {
$link = 'type/ims/deploy.php';
$options['courseid'] = $course->id;
$options['cmid'] = $cm->id;
$options['file'] = $resource->reference;
$options['sesskey'] = $USER->sesskey;
$options['inpopup'] = $inpopup;
if ($errorcode == 3) {
$label = get_string ('deploy', 'resource');
} else if ($errorcode == 4) {
$label = get_string ('redeploy', 'resource');
}
$method='post';
/// Let's go with the button
echo '<center>';
print_single_button($link, $options, $label, $method);
echo '</center>';
}
print_simple_box_end();
/// Close button if inpopup
if ($inpopup) {
close_window_button();
}
print_footer();
exit;
}
/// Load serialized IMS CP index to memory only once.
if (empty($items)) {
if (!$this->isrepository) {
$resourcedir = $CFG->dataroot.'/'.$course->id.'/'.$CFG->moddata.'/resource/'.$resource->id;
}
else {
$resourcedir = $CFG->repository . $resource->reference;
}
if (!$items = ims_load_serialized_file($resourcedir.'/moodle_inx.ser')) {
error (get_string('errorreadingfile', 'error', 'moodle_inx.ser'));
}
}
/// Check whether this is supposed to be a popup, but was called directly
if (empty($frameset) && $resource->popup && !$inpopup) { /// Make a page and a pop-up window
print_header($pagetitle, $course->fullname, "$this->navigation ".format_string($resource->name), "", "", true, update_module_button($cm->id, $course->id, $this->strresource), navmenu($course, $cm));
echo "\n<script language=\"javascript\" type=\"text/javascript\">";
echo "\n<!--\n";
echo "openpopup('/mod/resource/view.php?inpopup=true&id={$cm->id}','resource{$resource->id}','{$resource->popup}');\n";
echo "\n-->\n";
echo '</script>';
if (trim(strip_tags($resource->summary))) {
$formatoptions->noclean = true;
print_simple_box(format_text($resource->summary, FORMAT_MOODLE, $formatoptions), "center");
}
$link = "<a href=\"$CFG->wwwroot/mod/resource/view.php?inpopup=true&id={$cm->id}\" target=\"resource{$resource->id}\" onclick=\"return openpopup('/mod/resource/view.php?inpopup=true&id={$cm->id}', 'resource{$resource->id}','{$resource->popup}');\">".format_string($resource->name,true)."</a>";
echo "<p> </p>";
echo '<p align="center">';
print_string('popupresource', 'resource');
echo '<br />';
print_string('popupresourcelink', 'resource', $link);
echo "</p>";
print_footer($course);
exit;
}
/// No frames or framesets anymore, except iframe. in print_ims, iframe filled.
/// needs callback to this file to display table of contents in the iframe so
/// $frameset = 'toc' leads to output of toc and blank or 'ims' produces the
/// iframe.
if (empty($frameset) || $frameset=='ims') {
/// Conditional argument to pass to IMS JavaScript. Need to be global to retrieve it from our custom javascript! :-(
global $jsarg;
$jsarg = 'false';
if (!empty($this->parameters->navigationmenu)) {
$jsarg = 'true';
}
/// Define $CFG->javascript to use our custom javascript. Save the original one to add it from ours. Global too! :-(
global $standard_javascript;
$standard_javascript = $CFG->javascript; // Save original javascript file
$CFG->javascript = $CFG->dirroot.'/mod/resource/type/ims/javascript.php'; //Use our custom IMS javascript code
/// moodle header
if ($resource->popup) {
//print_header($pagetitle, $course->fullname.' : '.$resource->name);
print_header();
} else {
print_header($pagetitle, $course->fullname, "$this->navigation ".format_string($resource->name), "", "", true, update_module_button($cm->id, $course->id, $this->strresource), navmenu($course, $cm, "parent"));
}
/// content - this produces everything else
$this->print_ims($cm, $course, $items, $resource, $page);
/// Moodle footer is back! Now using the DOMContentLoaded event (see resize.js) to trigger the resize
/// no Moodle footer (because we cannot insert there the resize script).
/// echo "</div></div><script type=\"text/javascript\">resizeiframe($jsarg);</script></body></html>";
/// print_footer();
echo "</div></div></body></html>";
/// log it.
add_to_log($course->id, "resource", "view", "view.php?id={$cm->id}", $resource->id, $cm->id);
exit;
}
if ($frameset == 'toc') {
print_header();
$this->print_toc($items, $resource, $page);
echo '</div></div></body></html>';
exit;
}
}
/// Function print_ims prints nearly the whole page. Stupid name subject to change :-)
function print_ims($cm, $course, $items, $resource, $page) {
global $CFG;
/// Set the correct contentframe id based on $this->parameters->navigationmenu
if (!empty($this->parameters->navigationmenu)) {
$contentframe = 'ims-contentframe';
} else {
$contentframe = 'ims-contentframe-no-nav';
}
/// Calculate the file.php correct url
if (!$this->isrepository) {
if ($CFG->slasharguments) {
$fileurl = "{$CFG->wwwroot}/file.php/{$course->id}/{$CFG->moddata}/resource/{$resource->id}";
} else {
$fileurl = "{$CFG->wwwroot}/file.php?file=/{$course->id}/{$CFG->moddata}/resource/{$resource->id}";
}
}
else {
$fileurl = $CFG->repositorywebroot . $resource->reference;
}
/// Calculate the view.php correct url
$viewurl = "view.php?id={$cm->id}&type={$resource->type}&frameset=toc&page=";
/// Decide what to show (full toc, partial toc or package file)
$fullurl = '';
if (empty($page) && !empty($this->parameters->tableofcontents)) {
/// Full toc contents
$fullurl = $viewurl.$page;
} else {
if (empty($page)) {
/// If no page and no toc, set page 1 unless skipping submenus, in which case fast forward:
$page = 1;
if (!empty($this->parameters->skipsubmenus)) {
while (empty($items[$page]->href) && !empty($items[$page])) {
$page++;
}
}
}
if (empty($items[$page]->href)) {
/// The page hasn't href, then partial toc contents
$fullurl = $viewurl.$page;
} else {
/// The page has href, then its own file contents
/// but considering if it seems to be an external url or a internal one
if (strpos($items[$page]->href, '//') !== false) {
/// External URL
$fullurl = $items[$page]->href;
} else {
/// Internal URL, use file.php
$fullurl = $fileurl.'/'.$items[$page]->href;
}
}
}
/// Select encoding
$encoding = current_charset();
/// print navigation buttons if needed
if (!empty($this->parameters->navigationbuttons)) {
$this->print_nav($items, $resource, $page);
}
echo '<div id="ims-containerdiv">';
/// adds side navigation bar if needed. must also adjust width of iframe to accomodate
if (!empty($this->parameters->navigationmenu)) {
echo "<div id=\"ims-menudiv\">"; $this->print_navmenu($items, $resource, $page); echo "</div>";
}
/// prints iframe filled with $fullurl
echo "<iframe id=\"".$contentframe."\" name=\"".$contentframe."\" src=\"{$fullurl}\">Your browser does not support inline frames or is currently configured not to display inline frames. Content can be viewed at {$fullurl}</iframe>"; //Content frame
echo '</div>';
}
/// Prints TOC
function print_toc($items, $resource, $page) {
$table = new stdClass;
if (empty($page)) {
$table->head[] = '<b>'.$resource->name.'</b>';
} else {
$table->head[] = '<b>'.$items[$page]->title.'</b>';
}
$table->data[] = array(ims_generate_toc ($items, $resource, $page));
$table->width = '60%';
print_table($table);
}
/// Prints side navigation menu. This is just the full TOC with no surround.
function print_navmenu($items, $resource, $page=0) {
echo ims_generate_toc ($items, $resource, 0, $page);
}
/// Prints navigation bar at the top of the page.
function print_nav($items, $resource, $page) {
echo '<div class="ims-nav-bar" id="ims-nav-bar">';
/// Prev button
echo ims_get_prev_nav_button ($items, $this, $page);
/// Up button
echo ims_get_up_nav_button ($items, $this, $page);
/// Next button
echo ims_get_next_nav_button ($items, $this, $page);
/// Main TOC button
echo ims_get_toc_nav_button ($items, $this, $page);
/// Footer
echo '</div>';
}
/**
* Setup a new file resource
*
* Display a form to create a new or edit an existing file resource
*
* @param form object
* @param CFG global object
* @param usehtmleditor global integer
* @param RESOURCE_WINDOW_OPTIONS global array
*/
function setup($form) {
global $CFG, $usehtmleditor, $RESOURCE_WINDOW_OPTIONS;
parent::setup($form);
$strfilename = get_string("location");
$strnote = get_string("note", "resource");
$strchooseafile = get_string("chooseafile", "resource");
$strnewwindow = get_string("newwindow", "resource");
$strnewwindowopen = get_string("newwindowopen", "resource");
$strsearch = get_string("searchweb", "resource");
foreach ($RESOURCE_WINDOW_OPTIONS as $optionname) {
$stringname = "str$optionname";
$$stringname = get_string("new$optionname", "resource");
$window->$optionname = "";
$jsoption[] = "\"$optionname\"";
}
$frameoption = "\"framepage\"";
$popupoptions = implode(",", $jsoption);
$jsoption[] = $frameoption;
$alloptions = implode(",", $jsoption);
if ($form->instance) { // Re-editing
if (!$form->popup) {
$windowtype = "page"; // No popup text => in page
foreach ($RESOURCE_WINDOW_OPTIONS as $optionname) {
$defaultvalue = "resource_popup$optionname";
$window->$optionname = $CFG->$defaultvalue;
}
} else {
$windowtype = "popup";
$rawoptions = explode(',', $form->popup);
foreach ($rawoptions as $rawoption) {
$option = explode('=', trim($rawoption));
$optionname = $option[0];
$optionvalue = $option[1];
if ($optionname == 'height' or $optionname == 'width') {
$window->$optionname = $optionvalue;
} else if ($optionvalue) {
$window->$optionname = 'checked="checked"';
}
}
}
} else {
foreach ($RESOURCE_WINDOW_OPTIONS as $optionname) {
$defaultvalue = "resource_popup$optionname";
if ($optionname == 'height' or $optionname == 'width') {
$window->$optionname = $CFG->$defaultvalue;
} else if ($CFG->$defaultvalue) {
$window->$optionname = 'checked="checked"';
}
}
$windowtype = ($CFG->resource_popup) ? 'popup' : 'page';
if (empty($form->options)) {
$form->options = 'frame';
$form->reference = $CFG->resource_defaulturl;
}
}
if (empty($form->reference)) {
$form->reference = $CFG->resource_defaulturl;
}
//Converts the alltext to form fields
$parameters=$this->alltext2parameters($form->alltext);
$form->param_tableofcontents = $parameters->tableofcontents;
$form->param_navigationbuttons = $parameters->navigationbuttons;
$form->param_skipsubmenus = $parameters->skipsubmenus;
$form->param_navigationmenu = $parameters->navigationmenu;
$form->param_navigationupbutton = $parameters->navigationupbutton;
//Show the setup form
include("$CFG->dirroot/mod/resource/type/ims/ims.html");
parent::setup_end();
}
} //End class
///
/// General purpose functions
///
/*** This function will serialize the variable passed and send it
* to filesystem
*/
function ims_save_serialized_file($destination, $var) {
$status = false;
if ($ser = serialize($var)) {
$status = ims_var2file($destination, $ser);
}
return $status;
}
/*** This function will unserialize the variable stored
* in filesystem
*/
function ims_load_serialized_file($file) {
$status = false;
if ($ser = ims_file2var($file)) {
$status = unserialize($ser);
}
return $status;
}
/*** This function will load all the contents of one file to one variable
* Not suitable for BIG files
*/
function ims_file2var ($file) {
$status = true;
$var = '';
$fp = fopen($file, 'r')
or $status = false;
if ($status) {
while ($data = fread($fp, 4096)) {
$var = $var.$data;
}
fclose($fp);
}
if (!$status) {
$var = false;
}
return $var;
}
/*** This file will write the contents of one variable to a file
* Not suitable for BIG files
*/
function ims_var2file ($file, $var) {
$status = false;
if ($out = fopen($file,"w")) {
$status = fwrite($out, $var);
fclose($out);
}
return $status;
}
/*** This function will generate the TOC file for the package
* from an specified parent to be used in the view of the IMS
* Now hilights 'selected page' also.
*/
function ims_generate_toc($items, $resource, $page=0, $selected_page = -1) {
global $CFG;
$contents = '';
/// Configure links behaviour
$fullurl = $CFG->wwwroot.'/mod/resource/view.php?r='.$resource->id.'&frameset=ims&page=';
/// Iterate over items to build the menu
$currlevel = 0;
$currorder = 0;
$endlevel = 0;
$openlielement = false;
foreach ($items as $item) {
if (!is_object($item)) {
continue;
}
/// Convert text from UTF-8 to current charset if needed
if (empty($CFG->unicodedb)) {
$textlib = textlib_get_instance();
$item->title = $textlib->convert($item->title, 'UTF-8', current_charset());
}
/// Skip pages until we arrive to $page
if ($item->id < $page) {
continue;
}
/// Arrive to page, we store its level
if ($item->id == $page) {
$endlevel = $item->level;
continue;
}
/// We are after page and inside it (level > endlevel)
if ($item->id > $page && $item->level > $endlevel) {
/// Start Level
if ($item->level > $currlevel) {
$contents .= '<ol class="listlevel_'.$item->level.'">';
$openlielement = false;
}
/// End Level
if ($item->level < $currlevel) {
$contents .= '</li>';
$contents .= '</ol>';
}
/// If we have some openlielement, just close it
if ($openlielement) {
$contents .= '</li>';
}
/// Add item
$contents .= '<li>';
if (!empty($item->href)) {
if ($item->id == $selected_page) $contents .= '<div id="ims-toc-selected">';
$contents .= '<a href="'.$fullurl.$item->id.'" target="_parent">'.$item->title.'</a>';
if ($item->id == $selected_page) $contents .= '</div>';
} else {
$contents .= $item->title;
}
$currlevel = $item->level;
$openlielement = true;
continue;
}
/// We have reached endlevel, exit
if ($item->id > $page && $item->level <= $endlevel) {
break;
}
}
/// Close up to $endlevel
for ($i=$currlevel;$i>$endlevel;$i--) {
$contents .= '</li>';
$contents .= '</ol>';
}
return $contents;
}
/*** This function will return the correct html code needed
* to show the previous button in the nav frame
**/
function ims_get_prev_nav_button ($items, $resource_obj, $page) {
$strprevious = get_string("previous", "resource");
$cm = $resource_obj->cm;
$resource = $resource_obj->resource;
$contents = '';
$page--;
/// Skips any menu pages since these are redundant with sidemenu.
if (!empty($resource_obj->parameters->skipsubmenus)) {
while(empty($items[$page]->href) && $page >= 0) {
$page--;
}
}
if ($page >= 1 ) { //0 and 1 pages haven't previous
$contents .= "<span class=\"ims-nav-button\"><a href=\"view.php?id={$cm->id}&type={$resource->type}&page={$page}&frameset=ims\">$strprevious</a></span>";
} else {
$contents .= '<span class="ims-nav-dimmed">'.$strprevious.'</span>';
}
return $contents;
}
/*** This function will return the correct html code needed
* to show the next button in the nav frame
**/
function ims_get_next_nav_button ($items, $resource_obj, $page) {
$strnext = get_string("next", "resource");
$cm = $resource_obj->cm;
$resource = $resource_obj->resource;
$contents = '';
$page++;
/// Skips any menu pages since these are redundant with sidemenu.
if (!empty($resource_obj->parameters->skipsubmenus)) {
while(empty($items[$page]->href) && !empty($items[$page])) {
$page++;
}
}
if (!empty($items[$page])) { //If the next page exists
$contents .= "<span class=\"ims-nav-button\"><a href=\"view.php?id={$cm->id}&type={$resource->type}&page={$page}&frameset=ims\">$strnext</a></span>";
} else {
$contents .= '<span class="ims-nav-dimmed">'.$strnext.'</span>';
}
return $contents;
}
/*** This function will return the correct html code needed
* to show the up button in the nav frame
**/
function ims_get_up_nav_button ($items, $resource_obj, $page) {
$strup = get_string("upbutton", "resource");
$cm = $resource_obj->cm;
$resource = $resource_obj->resource;
$contents = '';
if (!empty($resource_obj->parameters->navigationupbutton)) {
if ($page > 1 && $items[$page]->parent > 0) { //If the page has parent
$page = $items[$page]->parent;
$contents .= "<span class=\"ims-nav-button\"><a href=\"view.php?id={$cm->id}&type={$resource->type}&page={$page}&frameset=ims\">$strup</a></span>";
} else {
$contents .= "<span class=\"ims-nav-dimmed\">$strup</span>";
}
}
return $contents;
}
/*** This function will return the correct html code needed
* to show the toc button in the nav frame
**/
function ims_get_toc_nav_button ($items, $resource_obj, $page) {
$cm = $resource_obj->cm;
$resource = $resource_obj->resource;
$strtoc = get_string('toc', 'resource');
$contents = '';
if (!empty($resource_obj->parameters->tableofcontents)) { //The toc is enabled
$page = 0;
$contents .= "<span class=\"ims-nav-button\"><a href=\"view.php?id={$cm->id}&type={$resource->type}&page={$page}&frameset=ims\">TOC</a></span>";
}
return $contents;
}
?>
|