Some improved XHTML

This commit is contained in:
moodler 2003-09-21 15:32:25 +00:00
parent c18aebd06d
commit 8bb0899949
7 changed files with 31 additions and 35 deletions

View file

@ -1,11 +1,10 @@
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
<html<?php echo $direction ?>> <html<?php echo $direction ?>>
<head> <head>
<?php echo $meta ?> <?php echo $meta ?>
<title><?php echo $title ?></title> <title><?php echo $title ?></title>
<meta name="keywords" content="moodle, <?php echo $title ?> "> <meta name="keywords" content="moodle, <?php echo $title ?> " />
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>"> <link rel="stylesheet" type="text/css" href="<?php echo $styles ?>" />
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico"> <link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
<?php include("$CFG->javascript"); ?> <?php include("$CFG->javascript"); ?>
</head> </head>
@ -49,11 +48,11 @@
?></td> ?></td>
</tr> </tr>
</table> </table>
<img src="<?php echo $CFG->wwwroot?>/pix/spacer.gif" alt="" height=5 width=1><br> <img src="<?php echo $CFG->wwwroot?>/pix/spacer.gif" alt="" height="5" width="1" /><br />
<?php } else if ($heading) { // If no navigation, but a heading, then print a line ?> <?php } else if ($heading) { // If no navigation, but a heading, then print a line ?>
<hr size="1" noshade /> <hr size="1" noshade="noshade" />
<?php } ?> <?php } ?>

View file

@ -225,6 +225,7 @@ a.dimmed:hover {
text-decoration: underline; text-decoration: underline;
color: red; color: red;
} }
.dimmed_text { .dimmed_text {
color: #AAAAAA; color: #AAAAAA;
} }

View file

@ -1,11 +1,10 @@
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
<html<?php echo $direction ?>> <html<?php echo $direction ?>>
<head> <head>
<?php echo $meta ?> <?php echo $meta ?>
<title><?php echo $title ?></title> <title><?php echo $title ?></title>
<meta name="keywords" content="moodle, <?php echo $title ?> "> <meta name="keywords" content="moodle, <?php echo $title ?> " />
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>"> <link rel="stylesheet" type="text/css" href="<?php echo $styles ?>" />
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico"> <link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
<?php include("$CFG->javascript"); ?> <?php include("$CFG->javascript"); ?>
</head> </head>
@ -49,11 +48,11 @@
?></td> ?></td>
</tr> </tr>
</table> </table>
<img src="<?php echo $CFG->wwwroot?>/pix/spacer.gif" alt="" height=5 width=1><br> <img src="<?php echo $CFG->wwwroot?>/pix/spacer.gif" alt="" height="5" width="1" /><br />
<?php } else if ($heading) { // If no navigation, but a heading, then print a line ?> <?php } else if ($heading) { // If no navigation, but a heading, then print a line ?>
<hr size="1" noshade /> <hr size="1" noshade="noshade" />
<?php } ?> <?php } ?>

View file

@ -1,11 +1,10 @@
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
<html<?php echo $direction ?>> <html<?php echo $direction ?>>
<head> <head>
<?php echo $meta ?> <?php echo $meta ?>
<title><?php echo $title ?></title> <title><?php echo $title ?></title>
<meta name="keywords" content="moodle, <?php echo $title ?> "> <meta name="keywords" content="moodle, <?php echo $title ?> " />
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>"> <link rel="stylesheet" type="text/css" href="<?php echo $styles ?>" />
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico"> <link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
<?php include("$CFG->javascript"); ?> <?php include("$CFG->javascript"); ?>
</head> </head>
@ -49,11 +48,11 @@
?></td> ?></td>
</tr> </tr>
</table> </table>
<img src="<?php echo $CFG->wwwroot?>/pix/spacer.gif" alt="" height=5 width=1><br> <img src="<?php echo $CFG->wwwroot?>/pix/spacer.gif" alt="" height="5" width="1" /><br />
<?php } else if ($heading) { // If no navigation, but a heading, then print a line ?> <?php } else if ($heading) { // If no navigation, but a heading, then print a line ?>
<hr size="1" noshade /> <hr size="1" noshade="noshade" />
<?php } ?> <?php } ?>

View file

@ -3,9 +3,9 @@
<head> <head>
<?php echo $meta ?> <?php echo $meta ?>
<title><?php echo $title ?></title> <title><?php echo $title ?></title>
<meta name="keywords" content="moodle, <?php echo $title ?> "> <meta name="keywords" content="moodle, <?php echo $title ?> " />
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>"> <link rel="stylesheet" type="text/css" href="<?php echo $styles ?>" />
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico"> <link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
<?php include("$CFG->javascript"); ?> <?php include("$CFG->javascript"); ?>
</head> </head>
@ -50,11 +50,11 @@
?></td> ?></td>
</tr> </tr>
</table> </table>
<img src="<?php echo $CFG->wwwroot?>/pix/spacer.gif" alt="" height=5 width=1><br> <img src="<?php echo $CFG->wwwroot?>/pix/spacer.gif" alt="" height="5" width="1" /><br />
<?php } else if ($heading) { // If no navigation, but a heading, then print a line ?> <?php } else if ($heading) { // If no navigation, but a heading, then print a line ?>
<hr size="1" noshade /> <hr size="1" noshade="noshade" />
<?php } ?> <?php } ?>

View file

@ -1,11 +1,10 @@
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
<html<?php echo $direction ?>> <html<?php echo $direction ?>>
<head> <head>
<?php echo $meta ?> <?php echo $meta ?>
<title><?php echo $title ?></title> <title><?php echo $title ?></title>
<meta name="keywords" content="moodle, <?php echo $title ?> "> <meta name="keywords" content="moodle, <?php echo $title ?> " />
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>"> <link rel="stylesheet" type="text/css" href="<?php echo $styles ?>" />
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico"> <link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
<?php include("$CFG->javascript"); ?> <?php include("$CFG->javascript"); ?>
</head> </head>
@ -49,11 +48,11 @@
?></td> ?></td>
</tr> </tr>
</table> </table>
<img src="<?php echo $CFG->wwwroot?>/pix/spacer.gif" alt="" height=5 width=1><br> <img src="<?php echo $CFG->wwwroot?>/pix/spacer.gif" alt="" height="5" width="1" /><br />
<?php } else if ($heading) { // If no navigation, but a heading, then print a line ?> <?php } else if ($heading) { // If no navigation, but a heading, then print a line ?>
<hr size="1" noshade /> <hr size="1" noshade="noshade" />
<?php } ?> <?php } ?>

View file

@ -1,11 +1,10 @@
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
<html<?php echo $direction ?>> <html<?php echo $direction ?>>
<head> <head>
<?php echo $meta ?> <?php echo $meta ?>
<title><?php echo $title ?></title> <title><?php echo $title ?></title>
<meta name="keywords" content="moodle, <?php echo $title ?> "> <meta name="keywords" content="moodle, <?php echo $title ?> " />
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>"> <link rel="stylesheet" type="text/css" href="<?php echo $styles ?>" />
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico"> <link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
<?php include("$CFG->javascript"); ?> <?php include("$CFG->javascript"); ?>
</head> </head>
@ -49,11 +48,11 @@
?></td> ?></td>
</tr> </tr>
</table> </table>
<img src="<?php echo $CFG->wwwroot?>/pix/spacer.gif" alt="" height=5 width=1><br> <img src="<?php echo $CFG->wwwroot?>/pix/spacer.gif" alt="" height="5" width="1" /><br />
<?php } else if ($heading) { // If no navigation, but a heading, then print a line ?> <?php } else if ($heading) { // If no navigation, but a heading, then print a line ?>
<hr size="1" noshade /> <hr size="1" noshade="noshade" />
<?php } ?> <?php } ?>