|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $sort = optional_param('sort', 'alpha', PARAM_ALPHA) | |
| $show = optional_param('show', 'all', PARAM_ALPHA) | |
| $courseid = optional_param('courseid', 0, PARAM_INT) | |
| $url = new moodle_url('/tag/coursetags_more.php') | |
| if(empty($CFG->usetags)) if($CFG-> forcelogin or $show== 'my') | $loggedin = isloggedin() && !isguestuser() |
| $title = get_string('moretitle', $tagslang) | |
| $link1 = get_string('moreshow', $tagslang) | |
| $link2 = get_string('moreorder', $tagslang) | |
| $showalltags = get_string('moreshowalltags', $tagslang) | |
| $showofficialtags = get_string('moreshowofficialtags', $tagslang) | |
| $showmytags = get_string('moreshowmytags', $tagslang) | |
| $showcommtags = get_string('moreshowcommtags', $tagslang) | |
| $orderalpha = get_string('moreorderalpha', $tagslang) | |
| $orderdate = get_string('moreorderdate', $tagslang) | |
| $orderpop = get_string('moreorderpop', $tagslang) | |
| $welcome = get_string('morewelcome', $tagslang) | |
| $courselink = '' | |
| if($courseid) | $myurl = $CFG->wwwroot.'/tag/coursetags_more.php' |
| $myurl2 = $CFG->wwwroot.'/tag/coursetags_more.php?show='.$show | |
| if(strlen($tags)< 10000) | $outstr |
| $courseid = optional_param('courseid', 0, PARAM_INT) |
Definition at line 14 of file coursetags_more.php.
| $courselink = '' |
Definition at line 80 of file coursetags_more.php.
| $link1 = get_string('moreshow', $tagslang) |
Definition at line 57 of file coursetags_more.php.
| $link2 = get_string('moreorder', $tagslang) |
Definition at line 58 of file coursetags_more.php.
| if (empty($CFG->usetags)) if ($CFG->forcelogin or $show== 'my') $loggedin = isloggedin() && !isguestuser() |
Definition at line 38 of file coursetags_more.php.
Definition at line 82 of file coursetags_more.php.
| $myurl2 = $CFG->wwwroot.'/tag/coursetags_more.php?show='.$show |
Definition at line 83 of file coursetags_more.php.
| $orderalpha = get_string('moreorderalpha', $tagslang) |
Definition at line 63 of file coursetags_more.php.
| $orderdate = get_string('moreorderdate', $tagslang) |
Definition at line 64 of file coursetags_more.php.
| $orderpop = get_string('moreorderpop', $tagslang) |
Definition at line 65 of file coursetags_more.php.
| if (strlen($tags)< 10000) $outstr |
' <div class="coursetag_more_title"> <div style="padding-bottom:5px">'.$welcome.'</div> <div class="coursetag_more_link">'.$link1.'</div> <div class="coursetag_more_link">'.$link2.'</div> </div> <div class="coursetag_more_tags '.$fclass.'">'. $tags.' </div>'
Definition at line 194 of file coursetags_more.php.
| $show = optional_param('show', 'all', PARAM_ALPHA) |
Definition at line 13 of file coursetags_more.php.
| $showalltags = get_string('moreshowalltags', $tagslang) |
Definition at line 59 of file coursetags_more.php.
| $showcommtags = get_string('moreshowcommtags', $tagslang) |
Definition at line 62 of file coursetags_more.php.
| $showmytags = get_string('moreshowmytags', $tagslang) |
Definition at line 61 of file coursetags_more.php.
| $showofficialtags = get_string('moreshowofficialtags', $tagslang) |
Definition at line 60 of file coursetags_more.php.
| $sort = optional_param('sort', 'alpha', PARAM_ALPHA) |
coursetags_more.php a full display of tags allowing some filtering and reordering
Definition at line 12 of file coursetags_more.php.
| $title = get_string('moretitle', $tagslang) |
Definition at line 56 of file coursetags_more.php.
| $url = new moodle_url('/tag/coursetags_more.php') |
Definition at line 16 of file coursetags_more.php.
| $welcome = get_string('morewelcome', $tagslang) |
Definition at line 66 of file coursetags_more.php.