if ($blocks[$blockid]->visible) {
$visible = '<a href="blocks.php?hide='.$blockid.'" title="'.$strhide.'">'.
- '<img src="'.$pixpath.'/i/hide.gif" style="height: 16px; width: 16px;" /></a>';
+ '<img src="'.$pixpath.'/i/hide.gif" style="height: 16px; width: 16px;" alt=\"\" /></a>';
} else {
$visible = '<a href="blocks.php?show='.$blockid.'" title="'.$strshow.'">'.
- '<img src="'.$pixpath.'/i/show.gif" style="height: 16px; width: 16px;" /></a>';
+ '<img src="'.$pixpath.'/i/show.gif" style="height: 16px; width: 16px;" alt=\"\" /></a>';
$class = ' class="dimmed_text"'; // Leading space required!
}
$httpsurl = str_replace('http://', 'https://', $CFG->wwwroot);
if ($httpsurl != $CFG->wwwroot) {
if ((($fh = @fopen($httpsurl, 'r')) == false) and ($config->loginhttps == 0)) {
- echo '<script>'."\n";
+ echo '<script type="text/javascript">'."\n";
echo '<!--'."\n";
echo "eval('document.form.loginhttps.disabled=true');\n";
echo '-->'."\n";
?>
</select>
<br />
- <script>
+ <script type="text/javascript">
function
</script>
<input type="text" name="searchtext" size="30" value="<?php echo $searchtext ?>"
}
if (!$reallysure) {
- notice_yesno ("Are you REALLY REALLY completely sure you want to delete everything inside the directory $deletedir (this includes all user images, and any other course files that have been created) ?", "delete.php?sure=yes&reallysure=yes", "index.php");
+ notice_yesno ("Are you REALLY REALLY completely sure you want to delete everything inside the directory $deletedir (this includes all user images, and any other course files that have been created) ?", "delete.php?sure=yes&reallysure=yes", "index.php");
exit;
}
/// Check some PHP server settings
- $documentationlink = "please read the <a href=\"../doc/?frame=install.html&sub=webserver\">install documentation</a>";
+ $documentationlink = "please read the <a href=\"../doc/?frame=install.html&sub=webserver\">install documentation</a>";
if (ini_get_bool('session.auto_start')) {
error("The PHP server variable 'session.auto_start' should be Off - $documentationlink");
$userdata .= "<font size=+1> </font><a href=\"../course/index.php?edit=on\">".get_string("assignteachers")."</a> - <font size=\"1\">".
get_string("adminhelpassignteachers").
- " <img src=\"../pix/t/user.gif\" height=\"11\" width=\"11\"></font><br />";
+ " <img src=\"../pix/t/user.gif\" height=\"11\" width=\"11\" alt=\"\"></font><br />";
$userdata .= "<font size=+1> </font><a href=\"creators.php\">".get_string("assigncreators")."</a> - <font size=\"1\">".
get_string("adminhelpassigncreators")."</font><br />";
$userdata .= "<font size=+1> </font><a href=\"admin.php\">".get_string("assignadmins")."</a> - <font size=\"1\">".
if (lang_save_file($langdir, $currentfile, $newstrings)) {
notify(get_string("changessaved")." ($langdir/$currentfile)", "green");
} else {
- error("Could not save the file '$currentfile'!", "lang.php?mode=compare¤tfile=$currentfile");
+ error("Could not save the file '$currentfile'!", "lang.php?mode=compare&currentfile=$currentfile");
}
}
if ($file == $currentfile) {
echo "<b>$file</b> ";
} else {
- echo "<a href=\"lang.php?mode=compare¤tfile=$file\">$file</a> ";
+ echo "<a href=\"lang.php?mode=compare&currentfile=$file\">$file</a> ";
}
}
echo '</font></center>';
if (empty($confirm)) {
notice_yesno(get_string("moduledeleteconfirm", "", $strmodulename),
- "modules.php?delete=$delete&confirm=$delete",
+ "modules.php?delete=$delete&confirm=$delete",
"modules.php");
print_footer();
exit;
foreach ($modulebyname as $modulename => $module) {
- $icon = "<img src=\"$modpixpath/$module->name/icon.gif\" hspace=\"10\" height=\"16\" width=\"16\" border=\"0\">";
+ $icon = "<img src=\"$modpixpath/$module->name/icon.gif\" hspace=\"10\" height=\"16\" width=\"16\" border=\"0\" alt=\"\" />";
$delete = "<a href=\"modules.php?delete=$module->name\">$strdelete</a>";
if ($module->visible) {
$visible = "<a href=\"modules.php?hide=$module->name\" title=\"$strhide\">".
- "<img src=\"$pixpath/i/hide.gif\" align=\"absmiddle\" height=\"16\" width=\"16\" border=\"0\"></a>";
+ "<img src=\"$pixpath/i/hide.gif\" align=\"middle\" height=\"16\" width=\"16\" border=\"0\" alt=\"\" /></a>";
$class = "";
} else {
$visible = "<a href=\"modules.php?show=$module->name\" title=\"$strshow\">".
- "<img src=\"$pixpath/i/show.gif\" align=\"absmiddle\" height=\"16\" width=\"16\" border=\"0\"></a>";
+ "<img src=\"$pixpath/i/show.gif\" align=\"middle\" height=\"16\" width=\"16\" border=\"0\" alt=\"\" /></a>";
$class = "class=\"dimmed_text\"";
}
if ($module->name == "forum") {
$USER->teacher["$site->id"] = true;
$USER->newadminuser = true;
- redirect("$CFG->wwwroot/user/edit.php?id=$user->id&course=$site->id");
+ redirect("$CFG->wwwroot/user/edit.php?id=$user->id&course=$site->id");
exit;
} else {
}
}
- redirect("$CFG->wwwroot/user/edit.php?id=$user->id&course=$site->id");
+ redirect("$CFG->wwwroot/user/edit.php?id=$user->id&course=$site->id");
} else { // List all users for editing
if ($confirm != md5($delete)) {
$fullname = fullname($user, true);
notice_yesno(get_string("deletecheckfull", "", "'$fullname'"),
- "user.php?delete=$delete&confirm=".md5($delete), "user.php");
+ "user.php?delete=$delete&confirm=".md5($delete), "user.php");
exit;
} else if (!$user->deleted) {
} else {
$columnicon = $dir == "ASC" ? "down":"up";
}
- $columnicon = " <img src=\"$CFG->pixpath/t/$columnicon.gif\" />";
+ $columnicon = " <img src=\"$CFG->pixpath/t/$columnicon.gif\" alt=\"\" />";
}
- $$column = "<a href=\"user.php?sort=$column&dir=$columndir&search=$search&firstinitial=$firstinitial&lastinitial=$lastinitial\">".$string[$column]."</a>$columnicon";
+ $$column = "<a href=\"user.php?sort=$column&dir=$columndir&search=$search&firstinitial=$firstinitial&lastinitial=$lastinitial\">".$string[$column]."</a>$columnicon";
}
if ($sort == "name") {
echo "<center><p align=\"center\">";
echo get_string("firstname")." : ";
if ($firstinitial) {
- echo " <a href=\"user.php?sort=firstname&dir=ASC&".
- "perpage=$perpage&lastinitial=$lastinitial\">$strall</a> ";
+ echo " <a href=\"user.php?sort=firstname&dir=ASC&".
+ "perpage=$perpage&lastinitial=$lastinitial\">$strall</a> ";
} else {
echo " <b>$strall</b> ";
}
if ($letter == $firstinitial) {
echo " <b>$letter</b> ";
} else {
- echo " <a href=\"user.php?sort=firstname&dir=ASC&".
- "perpage=$perpage&lastinitial=$lastinitial&firstinitial=$letter\">$letter</a> ";
+ echo " <a href=\"user.php?sort=firstname&dir=ASC&".
+ "perpage=$perpage&lastinitial=$lastinitial&firstinitial=$letter\">$letter</a> ";
}
}
echo "<br />";
echo get_string("lastname")." : ";
if ($lastinitial) {
- echo " <a href=\"user.php?sort=lastname&dir=ASC&".
- "perpage=$perpage&firstinitial=$firstinitial\">$strall</a> ";
+ echo " <a href=\"user.php?sort=lastname&dir=ASC&".
+ "perpage=$perpage&firstinitial=$firstinitial\">$strall</a> ";
} else {
echo " <b>$strall</b> ";
}
if ($letter == $lastinitial) {
echo " <b>$letter</b> ";
} else {
- echo " <a href=\"user.php?sort=lastname&dir=ASC&".
- "perpage=$perpage&firstinitial=$firstinitial&lastinitial=$letter\">$letter</a> ";
+ echo " <a href=\"user.php?sort=lastname&dir=ASC&".
+ "perpage=$perpage&firstinitial=$firstinitial&lastinitial=$letter\">$letter</a> ";
}
}
echo "</p>";
echo "</center>";
print_paging_bar($usercount, $page, $perpage,
- "user.php?sort=$sort&dir=$dir&perpage=$perpage&firstinitial=$firstinitial&lastinitial=$lastinitial&search=$search&");
+ "user.php?sort=$sort&dir=$dir&perpage=$perpage&firstinitial=$firstinitial&lastinitial=$lastinitial&search=$search&");
flush();
$confirmbutton = "";
}
$fullname = fullname($user, true);
- $table->data[] = array ("<a href=\"../user/view.php?id=$user->id&course=$site->id\">$fullname</a>",
+ $table->data[] = array ("<a href=\"../user/view.php?id=$user->id&course=$site->id\">$fullname</a>",
"$user->email",
"$user->city",
"$user->country",
$strlastaccess,
- "<a href=\"../user/edit.php?id=$user->id&course=$site->id\">$stredit</a>",
+ "<a href=\"../user/edit.php?id=$user->id&course=$site->id\">$stredit</a>",
$deletebutton,
$confirmbutton);
}
print_table($table);
print_paging_bar($usercount, $page, $perpage,
- "user.php?sort=$sort&dir=$dir&perpage=$perpage".
- "&firstinitial=$firstinitial&lastinitial=$lastinitial&search=$search&");
+ "user.php?sort=$sort&dir=$dir&perpage=$perpage".
+ "&firstinitial=$firstinitial&lastinitial=$lastinitial&search=$search&");
}
$table->data[] = array("<b><a href=\"../course/index.php?edit=off\">".get_string("assignstudents")."</a></b>",
get_string("adminhelpassignstudents"));
$table->data[] = array("<b><a href=\"../course/index.php?edit=on\">".get_string("assignteachers")."</a></b>",
- get_string("adminhelpassignteachers")." <img src=\"../pix/t/user.gif\" height=\"11\" width=\"11\">");
+ get_string("adminhelpassignteachers")." <img src=\"../pix/t/user.gif\" height=\"11\" width=\"11\" alt=\"\" />");
$table->data[] = array("<b><a href=\"creators.php\">".get_string("assigncreators")."</a></b>",
get_string("adminhelpassigncreators"));
$table->data[] = array("<b><a href=\"admin.php\">".get_string("assignadmins")."</a></b>",
<td>
<input name="auth_user_firstname" type="text" size="30" value="<?php echo $config->auth_user_firstname?>" />
</td>
- <td rowspan="12" valign="center">
+ <td rowspan="12" valign="middle">
<?php print_string("auth_dbextrafields","auth") ?>
</td>
</tr>
<td>
<input name="auth_user_firstname" type="text" size="30" value="<?php echo $config->auth_user_firstname?>" />
</td>
- <td rowspan="12" valign="center">
+ <td rowspan="12" valign="middle">
<?php print_string("auth_ldapextrafields","auth") ?>
</td>
</tr>
//Check backup_version
if ($file) {
- $linkto = "restore.php?id=".$id."&file=".$file;
+ $linkto = "restore.php?id=".$id."&file=".$file;
} else {
$linkto = "restore.php";
}
$log->info = $user->new_id;
//Now, extract the mode from the url field
$mode = substr(strrchr($log->url,"="),1);
- $log->url = "user.php?id=".$log->course."&user=".$log->info."&mode=".$mode;
+ $log->url = "user.php?id=".$log->course."&user=".$log->info."&mode=".$mode;
$toinsert = true;
}
break;
$user = backup_getid($restore->backup_unique_code,"user",$log->info);
if ($user) {
$log->info = $user->new_id;
- $log->url = "view.php?id=".$log->info."&course=".$log->course;
+ $log->url = "view.php?id=".$log->info."&course=".$log->course;
$toinsert = true;
}
break;
$user = backup_getid($restore->backup_unique_code,"user",$log->info);
if ($user) {
$log->info = $user->new_id;
- $log->url = "view.php?id=".$log->info."&course=".$log->course;
+ $log->url = "view.php?id=".$log->info."&course=".$log->course;
$toinsert = true;
}
break;
$user = backup_getid($restore->backup_unique_code,"user",$userid);
if ($user) {
$log->info = "";
- $log->url = "view.php?id=".$user->new_id."&course=".$log->course;
+ $log->url = "view.php?id=".$user->new_id."&course=".$log->course;
$toinsert = true;
}
break;
} else {
$editpage = $CFG->wwwroot.'/course/edit.php?id='.$this->course->id;
}
- $this->content->text .= '<div style="text-align: right;"><a href="'.$editpage.'"><img src="'.$CFG->pixpath.'/t/edit.gif" /></a></div>';
+ $this->content->text .= "<div align=\"right\"><a href=\"$editpage\"><img src=\"$CFG->pixpath/t/edit.gif\" alt=\"\" /></a></div>";
}
$this->content->footer = '';
}
$movebuttons .= '<a style="margin-right: 6px; margin-left: 3px;" title="'.$title.'" href="'.$path.'/view.php?id='.$this->course->id.'&blockaction=toggle&blockid='.$blockid.'">' .
- '<img src="'.$pixpath.$icon.'" /></a>';
+ '<img src="'.$pixpath.$icon.'" alt=\"\" /></a>';
$movebuttons .= '<a title="'.$this->str->delete.'" href="'.$path.'/view.php?id='.$this->course->id.'&blockaction=delete&blockid='.$blockid.'">' .
- '<img src="'.$pixpath.'/t/delete.gif" /></a> ';
+ '<img src="'.$pixpath.'/t/delete.gif" alt=\"\" /></a> ';
if ($options & BLOCK_MOVE_LEFT) {
$movebuttons .= '<a style="margin-right: 2px; margin-left: 2px;" title="'.$this->str->moveleft.'" href="'.$path.'/view.php?id='.$this->course->id.'&blockaction=moveside&blockid='.$blockid.'">' .
- '<img src="'.$pixpath.'/t/left.gif" /></a>';
+ '<img src="'.$pixpath.'/t/left.gif" alt=\"\" /></a>';
}
if ($options & BLOCK_MOVE_UP) {
$movebuttons .= '<a style="margin-right: 2px; margin-left: 2px;" title="'.$this->str->moveup.'" href="'.$path.'/view.php?id='.$this->course->id.'&blockaction=moveup&blockid='.$blockid.'">' .
- '<img src="'.$pixpath.'/t/up.gif" /></a>';
+ '<img src="'.$pixpath.'/t/up.gif" alt=\"\" /></a>';
}
if ($options & BLOCK_MOVE_DOWN) {
$movebuttons .= '<a style="margin-right: 2px; margin-left: 2px;" title="'.$this->str->movedown.'" href="'.$path.'/view.php?id='.$this->course->id.'&blockaction=movedown&blockid='.$blockid.'">' .
- '<img src="'.$pixpath.'/t/down.gif" /></a>';
+ '<img src="'.$pixpath.'/t/down.gif" alt=\"\" /></a>';
}
if ($options & BLOCK_MOVE_RIGHT) {
$movebuttons .= '<a style="margin-right: 2px; margin-left: 2px;" title="'.$this->str->moveright.'" href="'.$path.'/view.php?id='.$this->course->id.'&blockaction=moveside&blockid='.$blockid.'">' .
- '<img src="'.$pixpath.'/t/right.gif" /></a>';
+ '<img src="'.$pixpath.'/t/right.gif" alt=\"\" /></a>';
}
$movebuttons .= '</div>';
$this->content->text .= '<div style="text-align: left; font-size: 0.75em; padding-top: 5px;">';
$timeago = format_time(time() - max($user->timeaccess, $user->lastaccess)); //bruno to calculate correctly on frontpage
if ($user->picture==0) {
- $this->content->text .= '<img src="'.$CFG->pixpath.'/i/user.gif" style="height: 16px; width=16px; vertical-align: middle;" alt="" /> ';
+ $this->content->text .= '<img src="'.$CFG->pixpath.'/i/user.gif" style="height: 16px; width:16px; vertical-align: middle;" alt="" /> ';
} else {
if ($CFG->slasharguments) {
- $imgtag = '<img src="'.$CFG->wwwroot.'/user/pix.php/'.$user->id.'/f2.jpg" style="height: 16px; width=16px; vertical-align: middle;" alt="" /> ';
+ $imgtag = '<img src="'.$CFG->wwwroot.'/user/pix.php/'.$user->id.'/f2.jpg" style="height: 16px; width:16px; vertical-align: middle;" alt="" /> ';
} else {
- $imgtag = '<img src="'.$CFG->wwwroot.'/user/pix.php?file=/'.$user->id.'/f2.jpg" style="height: 16px; width=16px; vertical-align: middle;" alt="" /> ';
+ $imgtag = '<img src="'.$CFG->wwwroot.'/user/pix.php?file=/'.$user->id.'/f2.jpg" style="height: 16px; width:16px; vertical-align: middle;" alt="" /> ';
}
$this->content->text .= $imgtag;
}
// Slightly hacky way to do it but...
ob_start();
print_table($table);
- //$this->content->text .= "<br>".ob_get_contents();
+ //$this->content->text .= "<br />".ob_get_contents();
ob_end_clean();
*/
} else {
$isvisible = get_field('course_sections', 'visible', 'course', $this->course->id, 'section', $highlight);
if ($isvisible or isteacher($this->course->id)) {
$style = ($isvisible) ? '' : ' class="dimmed"';
- $text .= "<br><a href=\"$link$highlight\"$style>$linktext</a>";
+ $text .= "<br /><a href=\"$link$highlight\"$style>$linktext</a>";
}
}
$editbuttons = '';
if ($ismoving) {
- $this->content->icons[] = ' <img align="bottom" src="'.$CFG->pixpath.'/t/move.gif" height="11" width="11" />';
+ $this->content->icons[] = ' <img align="bottom" src="'.$CFG->pixpath.'/t/move.gif" height="11" width="11" alt="" />';
$this->content->items[] = $USER->activitycopyname.' (<a href="'.$CFG->wwwroot.'/course/mod.php?cancelcopy=true">'.$strcancel.'</a>)';
}
$editbuttons = '';
if ($ismoving) {
- $this->content->icons[] = ' <img align="bottom" src="'.$CFG->pixpath.'/t/move.gif" height="11" width="11" />';
+ $this->content->icons[] = ' <img align="bottom" src="'.$CFG->pixpath.'/t/move.gif" height="11" width="11" alt=\"\" />';
$this->content->items[] = $USER->activitycopyname.' (<a href="'.$CFG->wwwroot.'/course/mod.php?cancelcopy=true">'.$strcancel.'</a>)';
}
switch($_GET['from']) {
case 'event':
- redirect(CALENDAR_URL.'event.php?action='.$_GET['action'].'&type='.$_GET['type'].'&id='.intval($_GET['id']));
+ redirect(CALENDAR_URL.'event.php?action='.$_GET['action'].'&type='.$_GET['type'].'&id='.intval($_GET['id']));
break;
case 'month':
redirect(CALENDAR_URL.'view.php?view=month&cal_d='.$_GET['cal_d'].'&cal_m='.$_GET['cal_m'].'&cal_y='.$_GET['cal_y']);
print_courses($category, "80%");
} else {
- print_paging_bar($totalcount, $page, $perpage, "category.php?id=$category->id&perpage=$perpage&");
+ print_paging_bar($totalcount, $page, $perpage, "category.php?id=$category->id&perpage=$perpage&");
$strcourses = get_string("courses");
$strselect = get_string("select");
"$strdeletecheck");
notice_yesno("$strdeletecoursecheck<br /><br />$course->fullname ($course->shortname)",
- "delete.php?id=$course->id&delete=".md5($course->timemodified),
+ "delete.php?id=$course->id&delete=".md5($course->timemodified),
"category.php?id=$course->category");
exit;
}
"<a href=\"../mod/forum/subscribe.php?id=$social->id\">$subtext</a></td>".
"</tr></table>";
print_heading_block($headertext);
- echo "<img alt=\"\" height=\"7\" src=\"../pix/spacer.gif\"><br />";
+ echo "<img alt=\"\" height=\"7\" src=\"../pix/spacer.gif\" /><br />";
forum_print_latest_discussions($social->id, 10, "plain", "", false);
echo "</font></p>";
echo "</td>";
echo "</tr>";
- echo "<tr><td colspan=\"3\"><img src=\"../pix/spacer.gif\" width=\"1\" height=\"1\"></td></tr>";
+ echo "<tr><td colspan=\"3\"><img src=\"../pix/spacer.gif\" width=\"1\" height=\"1\" alt=\"\" /></td></tr>";
}
echo "</td>";
echo "<td nowrap bgcolor=\"$THEME->cellheading\" class=\"topicsoutlineside\" valign=\"top\" align=\"center\" width=\"10\">";
echo " </td></tr>";
- echo "<tr><td colspan=\"3\"><img src=\"../pix/spacer.gif\" width=\"1\" height=\"1\"></td></tr>";
+ echo "<tr><td colspan=\"3\"><img src=\"../pix/spacer.gif\" width=\"1\" height=\"1\" alt=\"\" /></td></tr>";
}
if (isediting($course->id)) {
echo " <a title=\"$streditsummary\" href=\"editsection.php?id=$thissection->id\">".
- "<img src=\"$CFG->pixpath/t/edit.gif\" border=\"0\" height=\"11\" width=\"11\" /></a><br />";
+ "<img src=\"$CFG->pixpath/t/edit.gif\" border=\"0\" height=\"11\" width=\"11\" alt=\"\" /></a><br />";
}
echo '<br clear="all" />';
echo "<font size=\"1\">";
if ($displaysection == $section) { // Show the zoom boxes
- echo "<a href=\"view.php?id=$course->id&topic=all\" title=\"$strshowalltopics\">".
+ echo "<a href=\"view.php?id=$course->id&topic=all\" title=\"$strshowalltopics\">".
"<img src=\"$CFG->pixpath/i/all.gif\" height=\"25\" width=\"16\" border=\"0\" /></a><br />";
} else {
$strshowonlytopic = get_string("showonlytopic", "", $section);
- echo "<a href=\"view.php?id=$course->id&topic=$section\" title=\"$strshowonlytopic\">".
- "<img src=\"$CFG->pixpath/i/one.gif\" height=\"16\" width=\"16\" border=\"0\" /></a><br />";
+ echo "<a href=\"view.php?id=$course->id&topic=$section\" title=\"$strshowonlytopic\">".
+ "<img src=\"$CFG->pixpath/i/one.gif\" height=\"16\" width=\"16\" border=\"0\" alt=\"\" /></a><br />";
}
if (isediting($course->id)) {
if ($course->marker == $section) { // Show the "light globe" on/off
- echo "<a href=\"view.php?id=$course->id&marker=0\" title=\"$strmarkedthistopic\">".
- "<img src=\"$CFG->pixpath/i/marked.gif\" vspace=\"3\" height=\"16\" width=\"16\" border=\"0\" /></a><br />";
+ echo "<a href=\"view.php?id=$course->id&marker=0\" title=\"$strmarkedthistopic\">".
+ "<img src=\"$CFG->pixpath/i/marked.gif\" vspace=\"3\" height=\"16\" width=\"16\" border=\"0\" alt=\"\" /></a><br />";
} else {
- echo "<a href=\"view.php?id=$course->id&marker=$section\" title=\"$strmarkthistopic\">".
- "<img src=\"$CFG->pixpath/i/marker.gif\" vspace=\"3\" height=\"16\" width=\"16\" border=\"0\" /></a><br />";
+ echo "<a href=\"view.php?id=$course->id&marker=$section\" title=\"$strmarkthistopic\">".
+ "<img src=\"$CFG->pixpath/i/marker.gif\" vspace=\"3\" height=\"16\" width=\"16\" border=\"0\" alt=\"\" /></a><br />";
}
if ($thissection->visible) { // Show the hide/show eye
- echo "<a href=\"view.php?id=$course->id&hide=$section\" title=\"$strtopichide\">".
- "<img src=\"$CFG->pixpath/i/hide.gif\" vspace=\"3\" height=\"16\" width=\"16\" border=\"0\" /></a><br />";
+ echo "<a href=\"view.php?id=$course->id&hide=$section\" title=\"$strtopichide\">".
+ "<img src=\"$CFG->pixpath/i/hide.gif\" vspace=\"3\" height=\"16\" width=\"16\" border=\"0\" alt=\"\" /></a><br />";
} else {
- echo "<a href=\"view.php?id=$course->id&show=$section\" title=\"$strtopicshow\">".
- "<img src=\"$CFG->pixpath/i/show.gif\" vspace=\"3\" height=\"16\" width=\"16\" border=\"0\" /></a><br />";
+ echo "<a href=\"view.php?id=$course->id&show=$section\" title=\"$strtopicshow\">".
+ "<img src=\"$CFG->pixpath/i/show.gif\" vspace=\"3\" height=\"16\" width=\"16\" border=\"0\" alt=\"\" /></a><br />";
}
if ($section > 1) { // Add a arrow to move section up
- echo "<a href=\"view.php?id=$course->id§ion=$section&move=-1\" title=\"$strmoveup\">".
- "<img src=\"$CFG->pixpath/t/up.gif\" vspace=\"3\" height=\"11\" width=\"11\" border=\"0\" /></a><br />";
+ echo "<a href=\"view.php?id=$course->id&section=$section&move=-1\" title=\"$strmoveup\">".
+ "<img src=\"$CFG->pixpath/t/up.gif\" vspace=\"3\" height=\"11\" width=\"11\" border=\"0\" alt=\"\" /></a><br />";
}
if ($section < $course->numsections) { // Add a arrow to move section down
- echo "<a href=\"view.php?id=$course->id§ion=$section&move=1\" title=\"$strmovedown\">".
- "<img src=\"$CFG->pixpath/t/down.gif\" vspace=\"3\" height=\"11\" width=\"11\" border=\"0\" /></a><br />";
+ echo "<a href=\"view.php?id=$course->id&section=$section&move=1\" title=\"$strmovedown\">".
+ "<img src=\"$CFG->pixpath/t/down.gif\" vspace=\"3\" height=\"11\" width=\"11\" border=\"0\" alt=\"\" /></a><br />";
}
}
echo "</td>";
echo "</tr>";
- echo "<tr><td colspan=\"3\"><img src=\"../pix/spacer.gif\" width=\"1\" height=\"1\"></td></tr>";
+ echo "<tr><td colspan=\"3\"><img src=\"../pix/spacer.gif\" width=\"1\" height=\"1\" alt=\"\"></td></tr>";
}
$section++;
echo "</font></p>";
echo "</td>";
echo "</tr>";
- echo "<tr><td colspan=\"3\"><img src=\"../pix/spacer.gif\" width=\"1\" height=\"1\"></td></tr>";
+ echo "<tr><td colspan=\"3\"><img src=\"../pix/spacer.gif\" width=\"1\" height=\"1\" alt=\"\" /></td></tr>";
}
/// Print Section 0 with general activities
echo "</td>";
echo "<td nowrap bgcolor=\"$THEME->cellheading\" class=\"weeklyoutlineside\" valign=\"top\" align=\"center\" width=\"10\">";
echo " </td></tr>";
- echo "<tr><td colspan=\"3\"><img src=\"../pix/spacer.gif\" width=\"1\" height=\"1\"></td></tr>";
+ echo "<tr><td colspan=\"3\"><img src=\"../pix/spacer.gif\" width=\"1\" height=\"1\" alt=\"\" /></td></tr>";
}
echo "<font size=\"1\">";
if ($displaysection == $section) {
- echo "<a href=\"view.php?id=$course->id&week=all\" title=\"$strshowallweeks\">".
- "<img src=\"$CFG->pixpath/i/all.gif\" height=\"25\" width=\"16\" border=\"0\" /></a><br />";
+ echo "<a href=\"view.php?id=$course->id&week=all\" title=\"$strshowallweeks\">".
+ "<img src=\"$CFG->pixpath/i/all.gif\" height=\"25\" width=\"16\" border=\"0\" alt=\"\" /></a><br />";
} else {
$strshowonlyweek = get_string("showonlyweek", "", $section);
- echo "<a href=\"view.php?id=$course->id&week=$section\" title=\"$strshowonlyweek\">".
- "<img src=\"$CFG->pixpath/i/one.gif\" height=\"16\" width=\"16\" border=\"0\" /></a><br />";
+ echo "<a href=\"view.php?id=$course->id&week=$section\" title=\"$strshowonlyweek\">".
+ "<img src=\"$CFG->pixpath/i/one.gif\" height=\"16\" width=\"16\" border=\"0\" alt=\"\" /></a><br />";
}
if (isediting($course->id)) {
if ($thissection->visible) { // Show the hide/show eye
- echo "<a href=\"view.php?id=$course->id&hide=$section\" title=\"$strweekhide\">".
- "<img src=\"$CFG->pixpath/i/hide.gif\" vspace=\"3\" height=\"16\" width=\"16\" border=\"0\" /></a><br />";
+ echo "<a href=\"view.php?id=$course->id&hide=$section\" title=\"$strweekhide\">".
+ "<img src=\"$CFG->pixpath/i/hide.gif\" vspace=\"3\" height=\"16\" width=\"16\" border=\"0\" alt=\"\" /></a><br />";
} else {
- echo "<a href=\"view.php?id=$course->id&show=$section\" title=\"$strweekshow\">".
- "<img src=\"$CFG->pixpath/i/show.gif\" vspace=\"3\" height=\"16\" width=\"16\" border=\"0\" /></a><br />";
+ echo "<a href=\"view.php?id=$course->id&show=$section\" title=\"$strweekshow\">".
+ "<img src=\"$CFG->pixpath/i/show.gif\" vspace=\"3\" height=\"16\" width=\"16\" border=\"0\" alt=\"\" /></a><br />";
}
if ($section > 1) { // Add a arrow to move section up
- echo "<a href=\"view.php?id=$course->id§ion=$section&move=-1\" title=\"$strmoveup\">".
- "<img src=\"$CFG->pixpath/t/up.gif\" vspace=\"3\" height=\"11\" width=\"11\" border=\"0\" /></a><br />";
+ echo "<a href=\"view.php?id=$course->id&section=$section&move=-1\" title=\"$strmoveup\">".
+ "<img src=\"$CFG->pixpath/t/up.gif\" vspace=\"3\" height=\"11\" width=\"11\" border=\"0\" alt=\"\" /></a><br />";
}
if ($section < $course->numsections) { // Add a arrow to move section down
- echo "<a href=\"view.php?id=$course->id§ion=$section&move=1\" title=\"$strmovedown\">".
- "<img src=\"$CFG->pixpath/t/down.gif\" vspace=\"3\" height=\"11\" width=\"11\" border=\"0\" /></a><br />";
+ echo "<a href=\"view.php?id=$course->id&section=$section&move=1\" title=\"$strmovedown\">".
+ "<img src=\"$CFG->pixpath/t/down.gif\" vspace=\"3\" height=\"11\" width=\"11\" border=\"0\" alt=\"\" /></a><br />";
}
}
echo "</td>";
echo "</tr>";
- echo "<tr><td colspan=\"3\"><img src=\"../pix/spacer.gif\" width=\"1\" height=\"1\"></td></tr>";
+ echo "<tr><td colspan=\"3\"><img src=\"../pix/spacer.gif\" width=\"1\" height=\"1\" alt=\"\"></td></tr>";
}
$section++;
$image = "<a href=\"$CFG->wwwroot/mod/$mod->modname/view.php?id=$mod->id\"".
" title=\"$mod->modfullname\">".
- "<img border=\"0\" valign=\"absmiddle\" src=\"../mod/$mod->modname/icon.gif\" ".
- "height=\"16\" width=\"16\" alt=\"$mod->modfullname\"></a>";
+ "<img border=\"0\" valign=\"middle\" src=\"../mod/$mod->modname/icon.gif\" ".
+ "height=\"16\" width=\"16\" alt=\"$mod->modfullname\" /></a>";
$columnhtml[] = "$image ".
"<a href=\"$CFG->wwwroot/mod/$mod->modname/view.php?id=$mod->id\">".
"$instance->name".
$image = "<a href=\"$CFG->wwwroot/mod/$mod->modname/view.php?id=$mod->id\"".
" title=\"$mod->modfullname\">".
- "<img border=\"0\" valign=\"absmiddle\" src=\"../mod/$mod->modname/icon.gif\" ".
- "height=\"16\" width=\"16\" alt=\"$mod->modfullname\"></a>";
+ "<img border=\"0\" valign=\"middle\" src=\"../mod/$mod->modname/icon.gif\" ".
+ "height=\"16\" width=\"16\" alt=\"$mod->modfullname\" /></a>";
if ($mod->visible) {
$columnhtml[] = "$image ".
"<a href=\"$CFG->wwwroot/mod/$mod->modname/view.php?id=$mod->id\">".
notify("A strange error occurred while trying to save ");
} else {
notify(get_string('changessaved'));
- print_continue("group.php?id=$course->id&group=$group->id");
+ print_continue("group.php?id=$course->id&group=$group->id");
}
}
}
}
}
if ($isteacheredit or ($isteacher and ismember($group->id))) {
- $t->linkeditprofile->url = "group.php?id=$course->id&group=$group->id&edit=on";
+ $t->linkeditprofile->url = "group.php?id=$course->id&group=$group->id&edit=on";
$t->linkeditprofile->text = $streditgroupprofile;
}
- $t->linkfullprofile->url = "group.php?id=$course->id&group=$group->id";
+ $t->linkfullprofile->url = "group.php?id=$course->id&group=$group->id";
$t->linkfullprofile->text = $strgroupmemberssee;
include('groups-summary.html');
echo " ";
}
$linkcss = $category->visible ? "" : " class=\"dimmed\" ";
- echo "<a $linkcss title=\"$str->edit\" href=\"category.php?id=$category->id&edit=on\">$category->name</a>";
+ echo "<a $linkcss title=\"$str->edit\" href=\"category.php?id=$category->id&edit=on\">$category->name</a>";
echo "</p>";
echo "</td>";
echo "<td nowrap=\"nowrap\">"; /// Print little icons
echo "<a title=\"$str->delete\" href=\"index.php?delete=$category->id\"><img".
- " src=\"$pixpath/t/delete.gif\" height=\"11\" width=\"11\" border=\"0\"></a> ";
+ " src=\"$pixpath/t/delete.gif\" height=\"11\" width=\"11\" border=\"0\" alt=\"\" /></a> ";
if (!empty($category->visible)) {
echo "<a title=\"$str->hide\" href=\"index.php?hide=$category->id\"><img".
- " src=\"$pixpath/t/hide.gif\" height=\"11\" width=\"11\" border=\"0\"></a> ";
+ " src=\"$pixpath/t/hide.gif\" height=\"11\" width=\"11\" border=\"0\" alt=\"\" /></a> ";
} else {
echo "<a title=\"$str->show\" href=\"index.php?show=$category->id\"><img".
- " src=\"$pixpath/t/show.gif\" height=\"11\" width=\"11\" border=\"0\"></a> ";
+ " src=\"$pixpath/t/show.gif\" height=\"11\" width=\"11\" border=\"0\"alt=\"\" /></a> ";
}
if ($up) {
echo "<a title=\"$str->moveup\" href=\"index.php?moveup=$category->id\"><img".
- " src=\"$pixpath/t/up.gif\" height=\"11\" width=\"11\" border=\"0\"></a> ";
+ " src=\"$pixpath/t/up.gif\" height=\"11\" width=\"11\" border=\"0\" alt=\"\" /></a> ";
}
if ($down) {
echo "<a title=\"$str->movedown\" href=\"index.php?movedown=$category->id\"><img".
- " src=\"$pixpath/t/down.gif\" height=\"11\" width=\"11\" border=\"0\"></a> ";
+ " src=\"$pixpath/t/down.gif\" height=\"11\" width=\"11\" border=\"0\"alt=\"\" /></a> ";
}
echo "</td>";
unset($tempdisplaylist[$key]);
}
}
- popup_form ("index.php?move=$category->id&moveto=", $tempdisplaylist, "moveform$category->id", "$category->parent", "", "", "", false);
+ popup_form ("index.php?move=$category->id&moveto=", $tempdisplaylist, "moveform$category->id", "$category->parent", "", "", "", false);
echo "</td>";
echo "</tr>";
} else {
echo "<center>";
if ($course->guest) {
$strallowguests = get_string("allowguests");
- echo "<p><font size=\"1\"><img align=\"absmiddle\" alt=\"\" height=\"16\" width=\"16\" border=\"0\" src=\"$pixpath/i/guest.gif\"></a> $strallowguests</font></p>";
+ echo "<p><font size=\"1\"><img align=\"middle\" alt=\"\" height=\"16\" width=\"16\" border=\"0\" src=\"$pixpath/i/guest.gif\" /></a> $strallowguests</font></p>";
}
if ($course->password) {
$strrequireskey = get_string("requireskey");
- echo "<p><font size=\"1\"><img align=\"absmiddle\" alt=\"\" height=\"16\" width=\"16\" border=\"0\" src=\"$pixpath/i/key.gif\"></a> $strrequireskey</font></p>";
+ echo "<p><font size=\"1\"><img align=\"middle\" alt=\"\" height=\"16\" width=\"16\" border=\"0\" src=\"$pixpath/i/key.gif\" /></a> $strrequireskey</font></p>";
}
$teacher->role = $course->teacher;
}
echo "$teacher->role: ";
- link_to_popup_window ("/user/view.php?id=$teacher->id&course=$site->id", "opener",
+ link_to_popup_window ("/user/view.php?id=$teacher->id&course=$site->id", "opener",
fullname($teacher), 400, 500, "$teacher->role",
"");
echo "<br />";
echo "</table>";
- $advancedlink = "<a href=\"$CFG->wwwroot/course/recent.php?id=$course->id&advancedfilter=0\">" . get_string("normalfilter") . "</a>";
+ $advancedlink = "<a href=\"$CFG->wwwroot/course/recent.php?id=$course->id&advancedfilter=0\">" . get_string("normalfilter") . "</a>";
print_heading($advancedlink);
echo "</center>";
echo "</form>";
}
$tmpdate = time() - ($count * 3600 * 24);
$heading = $heading .
- "<a href=\"$CFG->wwwroot/course/recent.php?id=$course->id&date=$tmpdate\"> $count $day</a> | ";
+ "<a href=\"$CFG->wwwroot/course/recent.php?id=$course->id&date=$tmpdate\"> $count $day</a> | ";
}
$heading = $strsince . ": <a href=\"$CFG->wwwroot/course/recent.php?id=$course->id\">$strlastlogin</a>" . " | " . $heading;
print_heading($heading);
- $advancedlink = "<a href=\"$CFG->wwwroot/course/recent.php?id=$course->id&advancedfilter=1\">" . get_string("advancedfilter") . "</a>";
+ $advancedlink = "<a href=\"$CFG->wwwroot/course/recent.php?id=$course->id&advancedfilter=1\">" . get_string("advancedfilter") . "</a>";
print_heading($advancedlink);
}
print_string("displayingrecords", "", $totalcount);
echo "</p>";
- print_paging_bar($totalcount, $page, $perpage, "$url&perpage=$perpage&");
+ print_paging_bar($totalcount, $page, $perpage, "$url&perpage=$perpage&");
echo '<table border="0" align="center" cellpadding="3" cellspacing="3">';
foreach ($logs as $log) {
echo '<td nowrap="nowrap" align="right"><font size="2">'.userdate($log->time, '%a').'</td>';
echo '<td nowrap="nowrap"><font size="2">'.userdate($log->time, $strftimedatetime).'</td>';
echo '<td nowrap="nowrap"><font size="2">';
- link_to_popup_window("/lib/ipatlas/plot.php?address=$log->ip&user=$log->userid", 'ipatlas',$log->ip, 400, 700);
+ link_to_popup_window("/lib/ipatlas/plot.php?address=$log->ip&user=$log->userid", 'ipatlas',$log->ip, 400, 700);
echo '</td>';
$fullname = fullname($log, $isteacher);
- echo '<td nowrap="nowrap"><font size="2"><a href="../user/view.php?id='."$log->userid&course=$log->course".'"><b>'.$fullname.'</b></td>';
+ echo '<td nowrap="nowrap"><font size="2"><a href="../user/view.php?id='."$log->userid&course=$log->course".'"><b>'.$fullname.'</b></td>';
echo '<td nowrap="nowrap"><font size="2">';
link_to_popup_window( make_log_url($log->module,$log->url), 'fromloglive',"$log->module $log->action", 400, 600);
echo '</td>';
}
echo '</table>';
- print_paging_bar($totalcount, $page, $perpage, "$url&perpage=$perpage&");
+ print_paging_bar($totalcount, $page, $perpage, "$url&perpage=$perpage&");
}
echo "(".get_string("gdneed").")";
} else {
echo '<img border="0" src="'.$CFG->wwwroot.'/course/loggraph.php?id='.$course->id.
- '&user='.$userid.'&type='.$type.'&date='.$date.'" />';
+ '&user='.$userid.'&type='.$type.'&date='.$date.'" alt=\"\" />';
}
}
$content = true;
}
$fullname = fullname($user, $isteacher);
- echo '<font size="1"><a href="'.$CFG->wwwroot."/user/view.php?id=$user->id&course=$course->id\">$fullname</a></font><br />";
+ echo '<font size="1"><a href="'.$CFG->wwwroot."/user/view.php?id=$user->id&course=$course->id\">$fullname</a></font><br />";
}
echo "</p>";
}
$resourceraw = resource_get_resource_types();
foreach ($resourceraw as $type => $name) {
- $resources["resource&type=$type"] = $name;
+ $resources["resource&type=$type"] = $name;
}
$resources['label'] = get_string('resourcetypelabel', 'resource');
}
$output = '';
$output .= '<div align="right"><table align="right"><tr><td>';
- $output .= popup_form("$CFG->wwwroot/course/mod.php?id=$course->id&section=$section&add=",
+ $output .= popup_form("$CFG->wwwroot/course/mod.php?id=$course->id&section=$section&add=",
$resources, "ressection$section", "", $straddresource, 'resource/types', $straddresource, true);
$output .= '</td>';
}
$output .= '<td>';
- $output .= popup_form("$CFG->wwwroot/course/mod.php?id=$course->id&section=$section&add=",
+ $output .= popup_form("$CFG->wwwroot/course/mod.php?id=$course->id&section=$section&add=",
$modnames, "section$section", "", $straddactivity, 'mods', $straddactivity, true);
$output .= '</td></tr></table>';
$output .= '</div>';
$catlinkcss = $category->visible ? "" : " class=\"dimmed\" ";
if ($CFG->frontpage == FRONTPAGECOURSELIST) {
- $catimage = '<img src="'.$CFG->pixpath.'/i/course.gif" width="16" height="16" border="0" />';
+ $catimage = '<img src="'.$CFG->pixpath.'/i/course.gif" width="16" height="16" border="0" alt="" />';
} else {
$catimage = " ";
}
if ($mod->visible) {
$hideshow = "<a title=\"$str->hide\" href=\"$path/mod.php?hide=$mod->id\"><img".
- " src=\"$pixpath/t/hide.gif\" hspace=\"2\" height=\"11\" width=\"11\" border=\"0\" alt=\"$str->hide\"></a> ";
+ " src=\"$pixpath/t/hide.gif\" hspace=\"2\" height=\"11\" width=\"11\" border=\"0\" alt=\"$str->hide\" /></a> ";
} else {
$hideshow = "<a title=\"$str->show\" href=\"$path/mod.php?show=$mod->id\"><img".
" src=\"$pixpath/t/show.gif\" hspace=\"2\" height=\"11\" width=\"11\" ".
- "border=\"0\" alt=\"$str->show\"></a> ";
+ "border=\"0\" alt=\"$str->show\" /></a> ";
}
if ($mod->groupmode !== false) {
if ($mod->groupmode == SEPARATEGROUPS) {
$grouptitle = $str->groupsseparate;
$groupimage = "$pixpath/t/groups.gif";
- $grouplink = "$path/mod.php?id=$mod->id&groupmode=0";
+ $grouplink = "$path/mod.php?id=$mod->id&groupmode=0";
} else if ($mod->groupmode == VISIBLEGROUPS) {
$grouptitle = $str->groupsvisible;
$groupimage = "$pixpath/t/groupv.gif";
- $grouplink = "$path/mod.php?id=$mod->id&groupmode=1";
+ $grouplink = "$path/mod.php?id=$mod->id&groupmode=1";
} else {
$grouptitle = $str->groupsnone;
$groupimage = "$pixpath/t/groupn.gif";
- $grouplink = "$path/mod.php?id=$mod->id&groupmode=2";
+ $grouplink = "$path/mod.php?id=$mod->id&groupmode=2";
}
if ($mod->groupmodelink) {
$groupmode = "<a title=\"$grouptitle ($str->clicktochange)\" href=\"$grouplink\">".
" src=\"$pixpath/t/move.gif\" hspace=\"2\" height=\"11\" width=\"11\" ".
" border=\"0\" alt=\"$str->move\" /></a>";
} else {
- $move = "<a title=\"$str->moveup\" href=\"$path/mod.php?id=$mod->id&move=-1\"><img".
+ $move = "<a title=\"$str->moveup\" href=\"$path/mod.php?id=$mod->id&move=-1\"><img".
" src=\"$pixpath/t/up.gif\" hspace=\"2\" height=\"11\" width=\"11\" ".
" border=\"0\" alt=\"$str->moveup\" /></a>".
- "<a title=\"$str->movedown\" href=\"$path/mod.php?id=$mod->id&move=1\"><img".
+ "<a title=\"$str->movedown\" href=\"$path/mod.php?id=$mod->id&move=1\"><img".
" src=\"$pixpath/t/down.gif\" hspace=\"2\" height=\"11\" width=\"11\" ".
" border=\"0\" alt=\"$str->movedown\" /></a>";
}
$leftright = "";
if ($indent > 0) {
- $leftright .= "<a title=\"$str->moveleft\" href=\"$path/mod.php?id=$mod->id&indent=-1\"><img".
+ $leftright .= "<a title=\"$str->moveleft\" href=\"$path/mod.php?id=$mod->id&indent=-1\"><img".
" src=\"$pixpath/t/left.gif\" hspace=\"2\" height=\"11\" width=\"11\" ".
- " border=\"0\" alt=\"$str->moveleft\"></a>";
+ " border=\"0\" alt=\"$str->moveleft\" /></a>";
}
if ($indent >= 0) {
- $leftright .= "<a title=\"$str->moveright\" href=\"$path/mod.php?id=$mod->id&indent=1\"><img".
+ $leftright .= "<a title=\"$str->moveright\" href=\"$path/mod.php?id=$mod->id&indent=1\"><img".
" src=\"$pixpath/t/right.gif\" hspace=\"2\" height=\"11\" width=\"11\" ".
- " border=\"0\" alt=\"$str->moveright\"></a>";
+ " border=\"0\" alt=\"$str->moveright\" /></a>";
}
return "$leftright$move".
"<a title=\"$str->update\" href=\"$path/mod.php?update=$mod->id\"><img".
" src=\"$pixpath/t/edit.gif\" hspace=\"2\" height=\"11\" width=\"11\" border=\"0\" ".
- " alt=\"$str->update\"></a>".
+ " alt=\"$str->update\" /></a>".
// Following line is commented out until this feature is more definite -- martin
// "<a title=\"$str->duplicate\" href=\"$path/mod.php?duplicate=$mod->id\"> 2 </a>".
"<a title=\"$str->delete\" href=\"$path/mod.php?delete=$mod->id\"><img".
" src=\"$pixpath/t/delete.gif\" hspace=\"2\" height=\"11\" width=\"11\" border=\"0\" ".
- " alt=\"$str->delete\"></a>$hideshow$groupmode";
+ " alt=\"$str->delete\" /></a>$hideshow$groupmode";
}
?>
\ No newline at end of file
print_log_selector_form($course, $user, $date, $modname, $modid, $modaction, $group);
print_log($course, $user, $date, "l.time DESC", $page, $perpage,
- "log.php?id=$course->id&chooselog=1&user=$user&date=$date&modid=$modid&modaction=$modaction&group=$group",
+ "log.php?id=$course->id&chooselog=1&user=$user&date=$date&modid=$modid&modaction=$modaction&group=$group",
$modname, $modid, $modaction, $group);
} else {
error("Only teachers can use this page!");
}
- check_for_restricted_user($USER->username, "$CFG->wwwroot/user/view.php?id=$user&course=$course->id");
+ check_for_restricted_user($USER->username, "$CFG->wwwroot/user/view.php?id=$user&course=$course->id");
if ($course->category and !isstudent($course->id, $user) and !isadmin()) {
error("This student is not in this course!");
set_moodle_cookie($USER->username);
$student_name = fullname($USER, true);
- add_to_log($course->id, "course", "loginas", "../user/view.php?id=$course->id&user=$user", "$teacher_name -> $student_name");
+ add_to_log($course->id, "course", "loginas", "../user/view.php?id=$course->id&user=$user", "$teacher_name -> $student_name");
$strloginas = get_string("loginas");
$date=time() - 3600;
print_log($course, $user, $date, "l.time DESC", 0, 500,
- "loglive.php?id=$course->id&user=$user&date=$date");
+ "loglive.php?id=$course->id&user=$user&date=$date");
exit;
$defaultformat = FORMAT_MOODLE;
}
- $icon = "<img align=\"absmiddle\" height=\"16\" width=\"16\" src=\"$CFG->modpixpath/$module->name/icon.gif\" /> ";
+ $icon = "<img align=\"middle\" height=\"16\" width=\"16\" src=\"$CFG->modpixpath/$module->name/icon.gif\" alt=\"\" /> ";
print_heading_with_help($pageheading, "mods", $module->name, $icon);
print_simple_box_start("center", "", "$THEME->cellheading");
$stractivityreport");
} else {
print_header("$course->shortname: $stractivityreport ($mode)", "$course->fullname",
- "<a href=\"../user/view.php?id=$user->id&course=$course->id\">$user->firstname $user->lastname</a> ->
+ "<a href=\"../user/view.php?id=$user->id&course=$course->id\">$user->firstname $user->lastname</a> ->
$stractivityreport -> $strmode");
}
print_heading("$course->fullname");
function print_outline_row($mod, $instance, $result) {
- $image = "<img src=\"../mod/$mod->modname/icon.gif\" height=\"16\" width=\"16\" alt=\"$mod->modfullname\">";
+ $image = "<img src=\"../mod/$mod->modname/icon.gif\" height=\"16\" width=\"16\" alt=\"$mod->modfullname\" />";
echo "<tr>";
echo "<td valign=\"top\">$image</td>";
}
$fullname = ucwords($allusers[$userid]->lastname) . ", " . ucwords($allusers[$userid]->firstname);
if (!$isstudent){
- $fullname = "<a href=\"user.php?id=$course->id&user=$userid>$fullname\"</a>";
+ $fullname = "<a href=\"user.php?id=$course->id&user=$userid>$fullname\"</a>";
}
echo "<td align=\"left\"><b>$fullname</b></td>";
$picture = print_user_picture($userid, $course->id, $allusers[$userid]->picture, false, true);
$data[] = $line;
}
$line = array();
- $line[] = "<a target=\"scale\" title=\"$scale->name\" href=\"$CFG->wwwroot/course/scales.php?id=$course->id&scaleid=$scale->id&action=details\" "."onClick=\"return openpopup('/course/scales.php?id=$course->id\&scaleid=$scale->id&action=details', 'scale', 'menubar=0,location=0,scrollbars,resizable,width=600,height=450', 0);\">".$scale->name."</a><br /><font size=\"-1\">".str_replace(",",", ",$scale->scale)."</font>";
+ $line[] = "<a target=\"scale\" title=\"$scale->name\" href=\"$CFG->wwwroot/course/scales.php?id=$course->id&scaleid=$scale->id&action=details\" "."onClick=\"return openpopup('/course/scales.php?id=$course->id\&scaleid=$scale->id&action=details', 'scale', 'menubar=0,location=0,scrollbars,resizable,width=600,height=450', 0);\">".$scale->name."</a><br /><font size=\"-1\">".str_replace(",",", ",$scale->scale)."</font>";
if (!empty($scale->courseid)) {
$scales_uses = course_scale_used($course->id,$scale->id);
} else {
}
$buttons = "";
if (empty($scales_uses) && ($incustom || isadmin())) {
- $buttons .= "<a title=\"$stredit\" href=\"$path/scales.php?id=$course->id&scaleid=$scale->id&action=edit\"><img".
- " src=\"$pixpath/t/edit.gif\" hspace=\"2\" height=\"11\" width=\"11\" border=\"0\"></a> ";
+ $buttons .= "<a title=\"$stredit\" href=\"$path/scales.php?id=$course->id&scaleid=$scale->id&action=edit\"><img".
+ " src=\"$pixpath/t/edit.gif\" hspace=\"2\" height=\"11\" width=\"11\" border=\"0\" alt=\"\" /></a> ";
if ($incustom && isadmin()) {
- $buttons .= "<a title=\"$strdown\" href=\"$path/scales.php?id=$course->id&scaleid=$scale->id&action=down\"><img".
- " src=\"$pixpath/t/down.gif\" hspace=\"2\" height=\"11\" width=\"11\" border=\"0\"></a> ";
+ $buttons .= "<a title=\"$strdown\" href=\"$path/scales.php?id=$course->id&scaleid=$scale->id&action=down\"><img".
+ " src=\"$pixpath/t/down.gif\" hspace=\"2\" height=\"11\" width=\"11\" border=\"0\" alt=\"\" /></a> ";
}
if (!$incustom && isadmin()) {
- $buttons .= "<a title=\"$strup\" href=\"$path/scales.php?id=$course->id&scaleid=$scale->id&action=up\"><img".
- " src=\"$pixpath/t/up.gif\" hspace=\"2\" height=\"11\" width=\"11\" border=\"0\"></a> ";
+ $buttons .= "<a title=\"$strup\" href=\"$path/scales.php?id=$course->id&scaleid=$scale->id&action=up\"><img".
+ " src=\"$pixpath/t/up.gif\" hspace=\"2\" height=\"11\" width=\"11\" border=\"0\" alt=\"\" /></a> ";
}
- $buttons .= "<a title=\"$strdelete\" href=\"$path/scales.php?id=$course->id&scaleid=$scale->id&action=delete\"><img".
- " src=\"$pixpath/t/delete.gif\" hspace=\"2\" height=\"11\" width=\"11\" border=\"0\"></a> ";
+ $buttons .= "<a title=\"$strdelete\" href=\"$path/scales.php?id=$course->id&scaleid=$scale->id&action=delete\"><img".
+ " src=\"$pixpath/t/delete.gif\" hspace=\"2\" height=\"11\" width=\"11\" border=\"0\" alt=\"\" /></a> ";
}
$line[] = $buttons;
print_heading("$strsearchresults: $totalcount");
- print_paging_bar($totalcount, $page, $perpage, "search.php?search=$search&perpage=$perpage&");
+ print_paging_bar($totalcount, $page, $perpage, "search.php?search=$search&perpage=$perpage&");
foreach ($courses as $course) {
$course->fullname = highlight("$search", $course->fullname);
print_spacer(5,5);
}
- print_paging_bar($totalcount, $page, $perpage, "search.php?search=$search&perpage=$perpage&");
+ print_paging_bar($totalcount, $page, $perpage, "search.php?search=$search&perpage=$perpage&");
} else {
print_heading(get_string("nocoursesfound", "", $search));
$editall = choose_from_menu ($editmenu, "e$teacher->id", $teacher->editall, "", "", "", true);
}
- $removelink = "<a href=\"teacher.php?id=$course->id&remove=$teacher->id\">$strremoveteacher</a>";
+ $removelink = "<a href=\"teacher.php?id=$course->id&remove=$teacher->id\">$strremoveteacher</a>";
if (!$teacher->role) {
$teacher->role = $course->teacher;
foreach ($users as $user) {
- $addlink = "<a href=\"teacher.php?id=$course->id&add=$user->id\">$straddteacher</a>";
+ $addlink = "<a href=\"teacher.php?id=$course->id&add=$user->id\">$straddteacher</a>";
$picture = print_user_picture($user->id, $course->id, $user->picture, false, true);
$table->data[] = array ($picture, fullname($user, true), $user->email, $addlink);
}
$strunenrolsure = get_string("unenrolsure", "", fullname($user, true));
}
- notice_yesno ($strunenrolsure, "unenrol.php?id=$id&user=$user->id&confirm=yes", "$HTTP_REFERER");
+ notice_yesno ($strunenrolsure, "unenrol.php?id=$id&user=$user->id&confirm=yes", "$HTTP_REFERER");
print_footer();
error("You are not allowed to look at this page");
}
- add_to_log($course->id, "course", "user report", "user.php?id=$course->id&user=$user->id&mode=$mode", "$user->id");
+ add_to_log($course->id, "course", "user report", "user.php?id=$course->id&user=$user->id&mode=$mode", "$user->id");
$stractivityreport = get_string("activityreport");
$strparticipants = get_string("participants");
print_header("$course->shortname: $stractivityreport ($mode)", "$course->fullname",
"<a href=\"../course/view.php?id=$course->id\">$course->shortname</a> ->
<a href=\"../user/index.php?id=$course->id\">$strparticipants</a> ->
- <a href=\"../user/view.php?id=$user->id&course=$course->id\">$fullname</a> ->
+ <a href=\"../user/view.php?id=$user->id&course=$course->id\">$fullname</a> ->
$stractivityreport -> $strmode");
} else {
print_header("$course->shortname: $stractivityreport ($mode)", "$course->fullname",
- "<a href=\"../user/view.php?id=$user->id&course=$course->id\">$fullname</a> ->
+ "<a href=\"../user/view.php?id=$user->id&course=$course->id\">$fullname</a> ->
$stractivityreport -> $strmode");
}
print_heading($fullname);
if ($mode == $listmode) {
echo "<td><u>$strmode</u></td>";
} else {
- echo "<td><a href=\"user.php?id=$course->id&user=$user->id&mode=$listmode>$strmode\"</a></td>";
+ echo "<td><a href=\"user.php?id=$course->id&user=$user->id&mode=$listmode>$strmode\"</a></td>";
}
}
echo "</tr></table>";
print_log_graph($course, $user->id, "userday.png");
echo "</center>";
print_log($course, $user->id, usergetmidnight(time()), "l.time DESC", $page, $perpage,
- "user.php?id=$course->id&user=$user->id&mode=$mode");
+ "user.php?id=$course->id&user=$user->id&mode=$mode");
break;
case "alllogs" :
print_log_graph($course, $user->id, "usercourse.png");
echo "</center>";
print_log($course, $user->id, 0, "l.time DESC", $page, $perpage,
- "user.php?id=$course->id&user=$user->id&mode=$mode");
+ "user.php?id=$course->id&user=$user->id&mode=$mode");
break;
case "outline" :
$user_complete = $mod->modname."_user_complete";
if (function_exists($user_complete)) {
$image = "<img src=\"../mod/$mod->modname/icon.gif\" ".
- "height=\"16\" width=\"16\" alt=\"$mod->modfullname\">";
+ "height=\"16\" width=\"16\" alt=\"$mod->modfullname\" />";
echo "<h4>$image $mod->modfullname: ".
"<a href=\"$CFG->wwwroot/mod/$mod->modname/view.php?id=$mod->id\">".
"$instance->name</a></h4>";
function print_outline_row($mod, $instance, $result) {
- $image = "<img src=\"../mod/$mod->modname/icon.gif\" height=\"16\" width=\"16\" alt=\"$mod->modfullname\">";
+ $image = "<img src=\"../mod/$mod->modname/icon.gif\" height=\"16\" width=\"16\" alt=\"$mod->modfullname\" />";
echo "<tr>";
echo "<td valign=\"top\">$image</td>";
<p>Here is a quick summary of the contents of the Moodle folder, to help get
you oriented:</p>
<blockquote>
- <p>config.php - the ONLY file you need to edit to get started<br>
- version.php - defines the current version of Moodle code<br>
+ <p>config.php - the ONLY file you need to edit to get started<br />
+ version.php - defines the current version of Moodle code<br />
index.php - the front page of the site</p>
<ul>
<li>admin/ - code to administrate the whole server </li>
print_header($strloginto, $course->fullname, "<a href=\".\">$strcourses</a> -> $strloginto");
echo "<br />";
- notice_yesno(get_string("enrolmentconfirmation"), "enrol.php?id=$course->id&confirm=1", $CFG->wwwroot);
+ notice_yesno(get_string("enrolmentconfirmation"), "enrol.php?id=$course->id&confirm=1", $CFG->wwwroot);
print_footer();
exit;
$subject = get_string("welcometocourse", "", $course->fullname);
$a->coursename = $course->fullname;
- $a->profileurl = "$CFG->wwwroot/user/view.php?id=$USER->id&course=$course->id";
+ $a->profileurl = "$CFG->wwwroot/user/view.php?id=$USER->id&course=$course->id";
$message = get_string("welcometocoursetext", "", $a);
if (! $teacher = get_teacher($course->id)) {
if (!empty($CFG->enrol_mailstudents)) {
$a->coursename = "$course->fullname";
- $a->profileurl = "$CFG->wwwroot/user/view.php?id=$user->id&course=$course->id";
+ $a->profileurl = "$CFG->wwwroot/user/view.php?id=$user->id&course=$course->id";
email_to_user($user, $teacher, get_string("enrolmentnew", '', $course->shortname),
get_string('welcometocoursetext', '', $a));
}
<p>If you have time, please let us know what you were trying
to do when the error occurred:
<p><form action="<?php echo $CFG->wwwroot ?>/error/index.php" name="form" method="post">
- <textarea rows="3" cols="50" name="text"></textarea><br>
+ <textarea rows="3" cols="50" name="text"></textarea><br />
<input type="hidden" name="referer" value="<?php echo $HTTP_REFERER ?>">
<input type="hidden" name="requested" value="<?php echo $REQUEST_URI ?>">
<input type="submit" value="Send this off">
for ($i=1; $i<$numdirs-1; $i++) {
$navigation .= " -> ";
$link .= "/".urlencode($dirs[$i]);
- $navigation .= "<a href=\"index.php?id=$course->id&wdir=$link\">".$dirs[$i]."</a>";
+ $navigation .= "<a href=\"index.php?id=$course->id&wdir=$link\">".$dirs[$i]."</a>";
}
- $fullnav = "<a href=\"index.php?id=$course->id&wdir=/\">$strfiles</a> $navigation -> ".$dirs[$numdirs-1];
+ $fullnav = "<a href=\"index.php?id=$course->id&wdir=/\">$strfiles</a> $navigation -> ".$dirs[$numdirs-1];
}
if ($course->id == SITEID) {
print_simple_box_end();
echo "<br />";
notice_yesno (get_string("deletecheckfiles"),
- "index.php?id=$id&wdir=$wdir&action=delete&confirm=1",
- "index.php?id=$id&wdir=$wdir&action=cancel");
+ "index.php?id=$id&wdir=$wdir&action=delete&confirm=1",
+ "index.php?id=$id&wdir=$wdir&action=cancel");
} else {
displaydir($wdir);
}
echo "<p align=\"center\">".get_string("areyousuretorestorethisinfo")."</p>";
$restore_path = "../backup/restore.php";
notice_yesno (get_string("areyousuretorestorethis"),
- $restore_path."?id=".$id."&file=".$id.$wdir."/".$file,
- "index.php?id=$id&wdir=$wdir&action=cancel");
+ $restore_path."?id=".$id."&file=".$id.$wdir."/".$file,
+ "index.php?id=$id&wdir=$wdir&action=cancel");
} else {
displaydir($wdir);
}
foreach ($filelist as $file) {
if (is_dir($basedir.$file)) {
- echo "<img src=\"$CFG->pixpath/f/folder.gif\" height=\"16\" width=\"16\"> $file<br />";
+ echo "<img src=\"$CFG->pixpath/f/folder.gif\" height=\"16\" width=\"16\" alt=\"\" /> $file<br />";
$subfilelist = array();
$currdir = opendir($basedir.$file);
while ($subfile = readdir($currdir)) {
} else {
$icon = mimeinfo("icon", $file);
- echo "<img src=\"$CFG->pixpath/f/$icon\" height=\"16\" width=\"16\"> $file<br />";
+ echo "<img src=\"$CFG->pixpath/f/$icon\" height=\"16\" width=\"16\" alt=\"\" /> $file<br />";
}
}
}
echo "<tr>";
print_cell("center", "<input type=\"checkbox\" name=\"file$count\" value=\"$fileurl\" />");
- print_cell("left", "<a href=\"index.php?id=$id&wdir=$fileurl\"><img src=\"$CFG->pixpath/f/folder.gif\" height=\"16\" width=\"16\" border=\"0\" alt=\"Folder\"></a> <a href=\"index.php?id=$id&wdir=$fileurl\">".htmlspecialchars($dir)."</a>");
+ print_cell("left", "<a href=\"index.php?id=$id&wdir=$fileurl\"><img src=\"$CFG->pixpath/f/folder.gif\" height=\"16\" width=\"16\" border=\"0\" alt=\"Folder\" /></a> <a href=\"index.php?id=$id&wdir=$fileurl\">".htmlspecialchars($dir)."</a>");
print_cell("right", "<b>$filesize</b>");
print_cell("right", $filedate);
- print_cell("right", "<a href=\"index.php?id=$id&wdir=$wdir&file=$filesafe&action=rename\">$strrename</a>");
+ print_cell("right", "<a href=\"index.php?id=$id&wdir=$wdir&file=$filesafe&action=rename\">$strrename</a>");
echo "</tr>";
}
$ffurl = "/file.php?file=/$id$fileurl";
}
link_to_popup_window ($ffurl, "display",
- "<img src=\"$CFG->pixpath/f/$icon\" height=\"16\" width=\"16\" border=\"0\" alt=\"File\">",
+ "<img src=\"$CFG->pixpath/f/$icon\" height=\"16\" width=\"16\" border=\"0\" alt=\"File\" />",
480, 640);
echo "<font size=\"-1\" face=\"Arial, Helvetica\">";
link_to_popup_window ($ffurl, "display",
print_cell("right", display_size($file_size));
print_cell("right", $filedate);
if ($icon == "text.gif" || $icon == "html.gif") {
- $edittext = "<a href=\"index.php?id=$id&wdir=$wdir&file=$fileurl&action=edit\">$stredit</a>";
+ $edittext = "<a href=\"index.php?id=$id&wdir=$wdir&file=$fileurl&action=edit\">$stredit</a>";
} else if ($icon == "zip.gif") {
- $edittext = "<a href=\"index.php?id=$id&wdir=$wdir&file=$fileurl&action=unzip\">$strunzip</a> ";
- $edittext .= "<a href=\"index.php?id=$id&wdir=$wdir&file=$fileurl&action=listzip\">$strlist</a> ";
+ $edittext = "<a href=\"index.php?id=$id&wdir=$wdir&file=$fileurl&action=unzip\">$strunzip</a> ";
+ $edittext .= "<a href=\"index.php?id=$id&wdir=$wdir&file=$fileurl&action=listzip\">$strlist</a> ";
if (!empty($CFG->backup_version) and isteacheredit($id)) {
- $edittext .= "<a href=\"index.php?id=$id&wdir=$wdir&file=$filesafe&action=restore\">$strrestore</a> ";
+ $edittext .= "<a href=\"index.php?id=$id&wdir=$wdir&file=$filesafe&action=restore\">$strrestore</a> ";
}
} else {
$edittext = "";
}
- print_cell("right", "$edittext <a href=\"index.php?id=$id&wdir=$wdir&file=$filesafe&action=rename\">$strrename</a>");
+ print_cell("right", "$edittext <a href=\"index.php?id=$id&wdir=$wdir&file=$filesafe&action=rename\">$strrename</a>");
echo "</tr>";
}
$output .= urlencode($tex) . "', 'popup', 'menubar=0,location=0,scrollbars,";
$output .= "resizable,width=300,height=240', 0);\">";
}
- $output .= "<img border=\"0\" $title $height $width src=\"";
+ $output .= "<img border=\"0\" $title $height $width alt=\"\" src=\"";
if ($CFG->slasharguments) { // Use this method if possible for better caching
$output .= "$CFG->wwwroot/$CFG->algebrafilterdir/pix.php/$imagefile";
} else {
$output .= urlencode($tex) . "', 'popup', 'menubar=0,location=0,scrollbars,";
$output .= "resizable,width=300,height=240', 0);\">";
}
- $output .= "<img border=\"0\" $title $height $width src=\"";
+ $output .= "<img border=\"0\" $title $height $width alt=\"\" src=\"";
if ($CFG->slasharguments) { // Use this method if possible for better caching
$output .= "$CFG->wwwroot/$CFG->texfilterdir/pix.php/$imagefile";
} else {
<table class="main" align="center" cellpadding="3" cellspacing="0">
<tr>
<td class="td_mainlogo">
- <p class="p_mainlogo"><img src="pix/moodlelogo-med.gif" width="240" height="60"></p>
+ <p class="p_mainlogo"><img src="pix/moodlelogo-med.gif" width="240" height="60" alt=\"\"></p>
</td>
<td class="td_mainlogo" valign="bottom">
<p class="p_mainheader"><?php print_string('installation', 'install') ?></p>
}
echo "<a href=\"javascript: void(0)\">";
echo "<img src=\"./pix/help.gif\" height=\"17\" width=\"22\" alt=\"$title\"";
- echo "border=\"0\" align=\"absmiddle\" title=\"$title\" ";
+ echo "border=\"0\" align=\"middle\" title=\"$title\" ";
echo "onClick=\"return window.open('$url', 'Help', 'menubar=0,location=0,scrollbars,resizable,width=500,height=400')\">";
echo "</a>\n";
}
-<P ALIGN=CENTER><B>Using Smilies (emoticons)</B></P>\r
-\r
-<table border="1" align="center">\r
- <tr valign="top">\r
- <td>\r
- <table border="0" align="center" cellpadding="5">\r
- <tr>\r
- <td><a href="javascript:inserttext(':-)')"><img border="0" hspace="10" src="pix/s/smiley.gif" width="15" height="15"></a></td>\r
- <td>smile</td>\r
- <td><font face="courier">:-)</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext(':-D')"><img alt border="0" hspace="10" src="pix/s/biggrin.gif" width="15" height="15"></a></td>\r
- <td>big grin</td>\r
- <td><font face="courier">:-D</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext(';-)')"><img alt border="0" hspace="10" src="pix/s/wink.gif" width="15" height="15"></a></td>\r
- <td>wink</td>\r
- <td><font face="courier">;-)</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext(':-/')"><img alt border="0" hspace="10" src="pix/s/mixed.gif" width="15" height="15"></a></td>\r
- <td>mixed</td>\r
- <td><font face="courier">:-/</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext('V-.')"><img alt border="0" hspace="10" src="pix/s/thoughtful.gif" width="15" height="15"></a></td>\r
- <td>thoughtful</td>\r
- <td><font face="courier">V-.</font></td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext(':-P')"><img alt border="0" hspace="10" src="pix/s/tongueout.gif" width="15" height="15"></a></td>\r
- <td>tongue out</td>\r
- <td><font face="courier">:-P</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext('B-)')"><img alt border="0" hspace="10" src="pix/s/cool.gif" width="15" height="15"></a></td>\r
- <td>cool</td>\r
- <td><font face="courier">B-)</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext('^-)')"><img alt border="0" hspace="10" src="pix/s/approve.gif" width="15" height="15"></a></td>\r
- <td>approve</td>\r
- <td><font face="courier">^-)</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext('8-)')"><img alt border="0" hspace="10" src="pix/s/wideeyes.gif" width="15" height="15"></a></td>\r
- <td>wide eyes</td>\r
- <td><font face="courier">8-)</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext('8-o')"><img alt border="0" hspace="10" src="pix/s/surprise.gif" width="15" height="15"></a></td>\r
- <td>surprise</td>\r
- <td><font face="courier">8-o</td>\r
- </tr>\r
- </table>\r
- </td>\r
- <td>\r
- <table border="0" align="center" cellpadding="5">\r
- <tr>\r
- <td><a href="javascript:inserttext(':-(')"><img alt border="0" hspace="10" src="pix/s/sad.gif" width="15" height="15"></a></td>\r
- <td>sad</td>\r
- <td><font face="courier">:-(</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext('8-.')"><img alt border="0" hspace="10" src="pix/s/shy.gif" width="15" height="15"></a></td>\r
- <td>shy</td>\r
- <td><font face="courier">8-.</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext(':-I')"><img alt border="0" hspace="10" src="pix/s/blush.gif" width="15" height="15"></a></td>\r
- <td>blush</td>\r
- <td><font face="courier">:-I</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext(':-X')"><img alt border="0" hspace="10" src="pix/s/kiss.gif" width="15" height="15"></a></td>\r
- <td>kisses</td>\r
- <td><font face="courier">:-X</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext(':o)')"><img alt border="0" hspace="10" src="pix/s/clown.gif" width="15" height="15"></a></td>\r
- <td>clown</td>\r
- <td><font face="courier">:o)</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext('P-|')"><img alt border="0" hspace="10" src="pix/s/blackeye.gif" width="15" height="15"></a></td>\r
- <td>black eye</td>\r
- <td><font face="courier">P-|</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext('8-[')"><img alt border="0" hspace="10" src="pix/s/angry.gif" width="15" height="15"></a></td>\r
- <td>angry</td>\r
- <td><font face="courier">8-[</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext('xx-P')"><img alt border="0" hspace="10" src="pix/s/dead.gif" width="15" height="15"></a></td>\r
- <td>dead</td>\r
- <td><font face="courier">xx-P</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext('|-.')"><img alt border="0" hspace="10" src="pix/s/sleepy.gif" width="15" height="15"></a></td>\r
- <td>sleepy</td>\r
- <td><font face="courier">|-.</td>\r
- </tr>\r
- <tr>\r
- <td><a href="javascript:inserttext('}-]')"><img alt border="0" hspace="10" src="pix/s/evil.gif" width="15" height="15"></a></td>\r
- <td>evil</td>\r
- <td><font face="courier">}-]</td>\r
- </tr>\r
- </table>\r
-</table>\r
-\r
-<P>Dit is nie altyd moontlik om jou emosies uit te druk in gewone teks nie. Die\r
-ikone kan help. \r
- \r
-<P>Om die ikoon in jou teks te sit: klik net op die ikoon hierbo, of tik net die\r
-verwante teks kode direk in jou teks in.</P>\r
-\r
-<P>Let wel: die kodes is self soos klein prentjies - draai net jou kop links om\r
-na hulle te kyk.</P>\r
-\r
+<P ALIGN=CENTER><B>Using Smilies (emoticons)</B></P>\r\r\r\r<table border="1" align="center">\r\r <tr valign="top">\r\r <td>\r\r <table border="0" align="center" cellpadding="5">\r\r <tr>\r\r <td><a href="javascript:inserttext(':-)')"><img border="0" hspace="10" src="pix/s/smiley.gif" width="15" height="15" alt="" /></a></td>\r\r <td>smile</td>\r\r <td><font face="courier">:-)</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext(':-D')"><img alt border="0" hspace="10" src="pix/s/biggrin.gif" width="15" height="15" alt="" /></a></td>\r\r <td>big grin</td>\r\r <td><font face="courier">:-D</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext(';-)')"><img alt border="0" hspace="10" src="pix/s/wink.gif" width="15" height="15" alt="" /></a></td>\r\r <td>wink</td>\r\r <td><font face="courier">;-)</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext(':-/')"><img alt border="0" hspace="10" src="pix/s/mixed.gif" width="15" height="15" alt="" /></a></td>\r\r <td>mixed</td>\r\r <td><font face="courier">:-/</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext('V-.')"><img alt border="0" hspace="10" src="pix/s/thoughtful.gif" width="15" height="15" alt="" /></a></td>\r\r <td>thoughtful</td>\r\r <td><font face="courier">V-.</font></td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext(':-P')"><img alt border="0" hspace="10" src="pix/s/tongueout.gif" width="15" height="15" alt="" /></a></td>\r\r <td>tongue out</td>\r\r <td><font face="courier">:-P</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext('B-)')"><img alt border="0" hspace="10" src="pix/s/cool.gif" width="15" height="15" alt="" /></a></td>\r\r <td>cool</td>\r\r <td><font face="courier">B-)</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext('^-)')"><img alt border="0" hspace="10" src="pix/s/approve.gif" width="15" height="15" alt="" /></a></td>\r\r <td>approve</td>\r\r <td><font face="courier">^-)</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext('8-)')"><img alt border="0" hspace="10" src="pix/s/wideeyes.gif" width="15" height="15" alt="" /></a></td>\r\r <td>wide eyes</td>\r\r <td><font face="courier">8-)</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext('8-o')"><img alt border="0" hspace="10" src="pix/s/surprise.gif" width="15" height="15" alt="" /></a></td>\r\r <td>surprise</td>\r\r <td><font face="courier">8-o</td>\r\r </tr>\r\r </table>\r\r </td>\r\r <td>\r\r <table border="0" align="center" cellpadding="5">\r\r <tr>\r\r <td><a href="javascript:inserttext(':-(')"><img alt border="0" hspace="10" src="pix/s/sad.gif" width="15" height="15" alt="" /></a></td>\r\r <td>sad</td>\r\r <td><font face="courier">:-(</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext('8-.')"><img alt border="0" hspace="10" src="pix/s/shy.gif" width="15" height="15" alt="" /></a></td>\r\r <td>shy</td>\r\r <td><font face="courier">8-.</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext(':-I')"><img alt border="0" hspace="10" src="pix/s/blush.gif" width="15" height="15" alt="" /></a></td>\r\r <td>blush</td>\r\r <td><font face="courier">:-I</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext(':-X')"><img alt border="0" hspace="10" src="pix/s/kiss.gif" width="15" height="15" alt="" /></a></td>\r\r <td>kisses</td>\r\r <td><font face="courier">:-X</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext(':o)')"><img alt border="0" hspace="10" src="pix/s/clown.gif" width="15" height="15" alt="" /></a></td>\r\r <td>clown</td>\r\r <td><font face="courier">:o)</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext('P-|')"><img alt border="0" hspace="10" src="pix/s/blackeye.gif" width="15" height="15" alt="" /></a></td>\r\r <td>black eye</td>\r\r <td><font face="courier">P-|</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext('8-[')"><img alt border="0" hspace="10" src="pix/s/angry.gif" width="15" height="15" alt="" /></a></td>\r\r <td>angry</td>\r\r <td><font face="courier">8-[</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext('xx-P')"><img alt border="0" hspace="10" src="pix/s/dead.gif" width="15" height="15" alt="" /></a></td>\r\r <td>dead</td>\r\r <td><font face="courier">xx-P</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext('|-.')"><img alt border="0" hspace="10" src="pix/s/sleepy.gif" width="15" height="15" alt="" /></a></td>\r\r <td>sleepy</td>\r\r <td><font face="courier">|-.</td>\r\r </tr>\r\r <tr>\r\r <td><a href="javascript:inserttext('}-]')"><img alt border="0" hspace="10" src="pix/s/evil.gif" width="15" height="15" alt="" /></a></td>\r\r <td>evil</td>\r\r <td><font face="courier">}-]</td>\r\r </tr>\r\r </table>\r\r</table>\r\r\r\r<P>Dit is nie altyd moontlik om jou emosies uit te druk in gewone teks nie. Die\r\rikone kan help. \r\r \r\r<P>Om die ikoon in jou teks te sit: klik net op die ikoon hierbo, of tik net die\r\rverwante teks kode direk in jou teks in.</P>\r\r\r\r<P>Let wel: die kodes is self soos klein prentjies - draai net jou kop links om\r\rna hulle te kyk.</P>\r\r\r\r
\ No newline at end of file
-<P ALIGN=CENTER><B>Aktiwiteit Modules</B></P>\r
-\r
-<P>Moodle bevat 'n wye verskeidenheid aktiwiteits modules wat gebruik kan word\r
-om enige tipe kursus te bou.</P>\r
-\r
-<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/forum/icon.gif"> <B>Forums</B></P>\r
-<UL>\r
-<P>Dit kan die belangrikste aktiwiteit wees - dit is hier wat die besprekings\r
-plaasvind. \r
- Forums kan op verskillende maniere gestruktureer word. Mede gebruikers van\r
-die forum kan elke posstuk evalueer. Posstukke kan op verskillende maniere\r
-gesien word, en kan aangehegte dokumente bevat. Deur op 'n forum in te skryf,\r
-sal deelnemers alle posstukke op die forum ontvang in hulle email. 'n\r
-Onderwyser kan alle studente forseer om ingeskryf te wees op 'n forum.\r
-</UL>\r
-\r
-<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/journal/icon.gif"> <B>Joernale</B></P>\r
-<UL>\r
-<P>Die module kan 'n belangrike reflektiewe aktiwiteit wees. Die onderwyser kan\r
-studente vra om oor 'n spesifieke onderwerp te skryf. Studente kan aan hulle\r
-antwoord werk of redigeer oor 'n sekere tydperk. Die antwoord is privaat en kan\r
-slegs deur die onderwyser gesien word, wat kan terugvoer lewer en 'n punt gee\r
-vir die joernaal inskrywing. Een joernaal aktiwiteit per week is gewoonlik \r
-'n goeie idee.</P>\r
-</UL>\r
-\r
-<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/resource/icon.gif"> <B>Hulpbronne</B></P>\r
-<UL>\r
-<P>Hulpbronne is inhoud: inligting wat die onderwyser by die kursus wil voeg. Dit kan lêers wees op die bediener; bladsye wat in Moodle geredigeer is;\r
-of eksterne web bladsye wat deel gemaak is van die kursus.</P>\r
-</UL>\r
-\r
-<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/assignment/icon.gif"> <B>Opdragte</B></P>\r
-<UL>\r
-<P>Onderwysers kan opdragte gee wat deur die studente voorberei moet word (enige\r
-formaat) en inlewer deur dit op die bediener te laai. Tipiese opdragte is opstelle, projekte, verslae ens. Die module het fasiliteite om die opdragte te\r
-merk.</P>\r
-</UL>\r
-\r
-<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/quiz/icon.gif"> <B>Toetse</B></P>\r
-<UL>\r
-<P>Die module laat die onderwyser toe om toetse op te stel, dit kan meervoudige\r
-keuse vrae, waar/vals, en kort antwoord vrae wees. Die vrae word in kategorieë\r
-in 'n databasis gehou,die vrae kan weer gebruik word in die kursus of ander\r
-kursusse. Toetse kan verskeie pogings toelaat. Elke poging word outomaties\r
-gemerk, die onderwyser kan terugvoer lewer of die korrekte antwoord wys. Die\r
-module het fasiliteite om die toetse te merk.</P>\r
-</UL>\r
-\r
-<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/choice/icon.gif"> <B>Keuses</B></P>\r
-<UL>\r
-<P>Die keuse aktiwiteit is eenvoudig - die onderwyser vra 'n vraag en\r
-spesifiseer 'n paar antwoorde as terugvoer. Dit laat die klas toe om te kies om\r
-in 'n sekere rigting in te gaan; of om toestemming te gee vir iets.\r
-</UL>\r
-\r
-<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/survey/icon.gif"> <B>Menings\r
-Opnames</B></P>\r
-<UL>\r
-<P>Die Opname module bevat 'n paar opname instrumente wat handig is om dink werk\r
-te stimuleer of om 'n opname in 'n gekoppelde omgewing te maak . Onderwysers kan\r
-dit gebruik om data van hul studente bymekaar te maak wat hulle sal help om meer\r
-te leer van hulle klas en onderwys metodes.</P>\r
-</UL>\r
-\r
-\r
+<P ALIGN=CENTER><B>Aktiwiteit Modules</B></P>\r\r\r\r<P>Moodle bevat 'n wye verskeidenheid aktiwiteits modules wat gebruik kan word\r\rom enige tipe kursus te bou.</P>\r\r\r\r<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/forum/icon.gif" alt="" /> <B>Forums</B></P>\r\r<UL>\r\r<P>Dit kan die belangrikste aktiwiteit wees - dit is hier wat die besprekings\r\rplaasvind. \r\r Forums kan op verskillende maniere gestruktureer word. Mede gebruikers van\r\rdie forum kan elke posstuk evalueer. Posstukke kan op verskillende maniere\r\rgesien word, en kan aangehegte dokumente bevat. Deur op 'n forum in te skryf,\r\rsal deelnemers alle posstukke op die forum ontvang in hulle email. 'n\r\rOnderwyser kan alle studente forseer om ingeskryf te wees op 'n forum.\r\r</UL>\r\r\r\r<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/journal/icon.gif" alt="" /> <B>Joernale</B></P>\r\r<UL>\r\r<P>Die module kan 'n belangrike reflektiewe aktiwiteit wees. Die onderwyser kan\r\rstudente vra om oor 'n spesifieke onderwerp te skryf. Studente kan aan hulle\r\rantwoord werk of redigeer oor 'n sekere tydperk. Die antwoord is privaat en kan\r\rslegs deur die onderwyser gesien word, wat kan terugvoer lewer en 'n punt gee\r\rvir die joernaal inskrywing. Een joernaal aktiwiteit per week is gewoonlik \r\r'n goeie idee.</P>\r\r</UL>\r\r\r\r<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/resource/icon.gif" alt="" /> <B>Hulpbronne</B></P>\r\r<UL>\r\r<P>Hulpbronne is inhoud: inligting wat die onderwyser by die kursus wil voeg. Dit kan lêers wees op die bediener; bladsye wat in Moodle geredigeer is;\r\rof eksterne web bladsye wat deel gemaak is van die kursus.</P>\r\r</UL>\r\r\r\r<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/assignment/icon.gif" alt="" /> <B>Opdragte</B></P>\r\r<UL>\r\r<P>Onderwysers kan opdragte gee wat deur die studente voorberei moet word (enige\r\rformaat) en inlewer deur dit op die bediener te laai. Tipiese opdragte is opstelle, projekte, verslae ens. Die module het fasiliteite om die opdragte te\r\rmerk.</P>\r\r</UL>\r\r\r\r<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/quiz/icon.gif" alt="" /> <B>Toetse</B></P>\r\r<UL>\r\r<P>Die module laat die onderwyser toe om toetse op te stel, dit kan meervoudige\r\rkeuse vrae, waar/vals, en kort antwoord vrae wees. Die vrae word in kategorieë\r\rin 'n databasis gehou,die vrae kan weer gebruik word in die kursus of ander\r\rkursusse. Toetse kan verskeie pogings toelaat. Elke poging word outomaties\r\rgemerk, die onderwyser kan terugvoer lewer of die korrekte antwoord wys. Die\r\rmodule het fasiliteite om die toetse te merk.</P>\r\r</UL>\r\r\r\r<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/choice/icon.gif" alt="" /> <B>Keuses</B></P>\r\r<UL>\r\r<P>Die keuse aktiwiteit is eenvoudig - die onderwyser vra 'n vraag en\r\rspesifiseer 'n paar antwoorde as terugvoer. Dit laat die klas toe om te kies om\r\rin 'n sekere rigting in te gaan; of om toestemming te gee vir iets.\r\r</UL>\r\r\r\r<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/survey/icon.gif" alt="" /> <B>Menings\r\rOpnames</B></P>\r\r<UL>\r\r<P>Die Opname module bevat 'n paar opname instrumente wat handig is om dink werk\r\rte stimuleer of om 'n opname in 'n gekoppelde omgewing te maak . Onderwysers kan\r\rdit gebruik om data van hul studente bymekaar te maak wat hulle sal help om meer\r\rte leer van hulle klas en onderwys metodes.</P>\r\r</UL>\r\r\r\r\r\r
\ No newline at end of file
$string['emailpasswordsent'] = "Dankie dat jy die verandering van jou wagwoord bevestig het. <p>'n Email wat jou nuwe wagwoord bevat is gestuur na <b>\$a->email</b>. <p>Die nuwe wagwoord was outomaties gegenereer - jy kan jou wagwoord verander na iets wat makliker is om te onthou. <a href=\$a->link> Verander jou wagwoord hier</a>";\r
$string['enrolmentconfirmation'] = "Jy gaan jou self inskryf as 'n lid van die kursus. <br/> Is jy seker jy wil dit doen?";\r
$string['enrolmentkey'] = "Registrasie sleutel";\r
-$string['enrolmentkeyfrom'] = "Die kursus benodig 'n 'registrasie sleutel' - 'n eenmalige<BR> wagwoord wat voorsien moet word deur \$a";\r
-$string['enrolmentkeyhint'] = "Die registrasie sleutel is nie korrek nie, probeer aseblief weer<BR> (Leidraad: dit begin met '\$a')";\r
+$string['enrolmentkeyfrom'] = "Die kursus benodig 'n 'registrasie sleutel' - 'n eenmalige<br /> wagwoord wat voorsien moet word deur \$a";\r
+$string['enrolmentkeyhint'] = "Die registrasie sleutel is nie korrek nie, probeer aseblief weer<br /> (Leidraad: dit begin met '\$a')";\r
$string['entercourse'] = "Klik om by die kursus in te gaan";\r
$string['enteremailaddress'] = "Sleutel jou email adres in om jou wagwoord te verander,jou nuwe wagwoord sal na jou gestuur word via email.";\r
$string['error'] = "Fout";\r
$string['searchcourses'] = "Soek deur kursusse";\r
$string['searchhelp'] = "Jy kan vir meer as een woord op 'n slag soek.<p>\r\r
woord: soek vir enige bypassende woord in die teks. \r\r
-<br>+woord: soek slegs vir woorde wat presies die selfde is.\r\r
-<br>-woord: moenie resultate insluit waarin die woord is nie.";\r
+<br />+woord: soek slegs vir woorde wat presies die selfde is.\r\r
+<br />-woord: moenie resultate insluit waarin die woord is nie.";\r
$string['searchresults'] = "Soektog resultate";\r
$string['sec'] = "sekonde";\r
$string['secs'] = "sekondes";\r
$string['filloutthreequestions'] = "Jy moet ten minste drie keuses maak. Antwoorde wat oop gelos word,word nie gemerk nie.";\r
$string['fillouttwochoices'] = "Jy moet ten minste twee keuses maak. Antwoorde wat oop gelos word,word nie gemerk nie.";\r
$string['fractionsaddwrong'] = "Die positiewe punte wat jy gekies het tel nie op tot 100%% nie\r\r
-<BR>Dit tel op tot \$a%%\r\r
-<BR>Wil jy terug gaan en die vraag reg maak?";\r
+<br />Dit tel op tot \$a%%\r\r
+<br />Wil jy terug gaan en die vraag reg maak?";\r
$string['fractionsnomax'] = "Een van die antwoorde moet 100%% wees, sodat dit\r\r
-<BR>moontlik is om vol punte te kry vir die vraag.\r\r
-<BR>Wil jy terug gaan en die vraag reg maak?";\r
+<br />moontlik is om vol punte te kry vir die vraag.\r\r
+<br />Wil jy terug gaan en die vraag reg maak?";\r
$string['gradeaverage'] = "Gemiddelde punt";\r
$string['gradehighest'] = "Hoogste punt";\r
$string['grademethod'] = "Graderings metode";\r
$string['noquestions'] = "Geen vrae is al by gesit nie";\r
$string['noreview'] = "Jy word nie toegelaat om die toets te hersien nie";\r
$string['noreviewuntil'] = "Jy mag eers die toets hersien na \$a";\r
-$string['notenoughsubquestions'] = "Nie genoeg sub-vrae gedefinieer nie!<br>\r\r
+$string['notenoughsubquestions'] = "Nie genoeg sub-vrae gedefinieer nie!<br />\r\r
Wil jy terug gaan en die vraag reg maak?";\r
$string['numerical'] = "Numeries";\r
$string['publish'] = "Publiseer";\r
$string['noassessmentsdone'] = "Geen Evaluering gedoen";\r
$string['nosubmissionsavailableforassessment'] = "Geen ingehandigde werk beskikbaar vir evaluering";\r
$string['notavailable'] = "Nie beskikbaar";\r
-$string['noteonassessmentelements'] = "Evaluering word ingedeel in 'n paar 'Evaluerings Elemente'.<BR>\r\r
- Dit maak evaluering makliker en meer konstant. As onderwyser moet jy die Elemente<BR>\r\r
- byvoeg voordat jy die opdrag beskikbaar stel aan die studente. Dit word gedoen deur<BR>\r\r
- op die opdrag in die kursus te klik, as daar geen elemente is nie sal jy gevra word<BR>\r\r
- om hulle by te sit. Jy kan die aantal elemente redigeer deur die 'Redigeer Evaluasie' skerm,<BR>\r\r
+$string['noteonassessmentelements'] = "Evaluering word ingedeel in 'n paar 'Evaluerings Elemente'.<br />\r\r
+ Dit maak evaluering makliker en meer konstant. As onderwyser moet jy die Elemente<br />\r\r
+ byvoeg voordat jy die opdrag beskikbaar stel aan die studente. Dit word gedoen deur<br />\r\r
+ op die opdrag in die kursus te klik, as daar geen elemente is nie sal jy gevra word<br />\r\r
+ om hulle by te sit. Jy kan die aantal elemente redigeer deur die 'Redigeer Evaluasie' skerm,<br />\r\r
die elemente kan bygesit word deur die 'Bestuur Evaluasie skerm. ";\r
$string['notgraded'] = "Nie gemerk nie";\r
$string['notitlegiven'] = "Geen title gegee";\r
$string['view'] = "Vertoon";\r
$string['viewassessmentofteacher'] = "Vertoon evaluasie van \$a";\r
$string['viewotherassessments'] = "Vertoon ander evaluasies";\r
-$string['warningonamendingelements'] = "WAARSKUWING:Daar is ingehandigde evaluasies. <BR>Moenie die aantal Evaluasie Elemente, Skaal Tipes of Element Gewig verander nie.";\r
+$string['warningonamendingelements'] = "WAARSKUWING:Daar is ingehandigde evaluasies. <br />Moenie die aantal Evaluasie Elemente, Skaal Tipes of Element Gewig verander nie.";\r
$string['weightederrorcount'] = "Geweegde Fouttelling : \$a";\r
$string['weightforbias'] = "Gewig van afronding";\r
$string['weightforgradingofassessments'] = "Gewig vir evaluasies";\r
$string['allowstudentdialogues'] = 'ÇáÓãÇÍ ÈÍæÇÑÇÊ ØÇáÈ - áØÇáÈ';\r
$string['close'] = 'ÇÛáÇÞ';\r
$string['closed'] = 'ãÛáÞ';\r
-$string['confirmclosure'] = 'ÃäÊ Úáì æÔß Ãä ÊÛáÞ ÍæÇÑðÇ ãÚ $a. ÇáÍæÇÑÇÊ ÇáãÛáÞÉ áÇ íãßä ÅÚÇÏÊ ÝÊÍåÇ ËÇäíÇð . ÅÐÇ ÃÛáÞÊ åÐÇ ÇáÍæÇÑ íãßäß Ãä ÊÔÇåÏå áßäø áä ÊÓÊØíÚ ÇáÇÖÇÝÉ ÚáíÉ, æ ÓíÌÈ Úáíß Ãä ÊÈÏÃ ÍæÇÑ&nbs