mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Some improved XHTML
This commit is contained in:
parent
c18aebd06d
commit
8bb0899949
7 changed files with 31 additions and 35 deletions
|
@ -1,11 +1,10 @@
|
|||
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
|
||||
<html<?php echo $direction ?>>
|
||||
<head>
|
||||
<?php echo $meta ?>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> " />
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>" />
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
</head>
|
||||
|
||||
|
@ -49,11 +48,11 @@
|
|||
?></td>
|
||||
</tr>
|
||||
</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 ?>
|
||||
|
||||
<hr size="1" noshade />
|
||||
<hr size="1" noshade="noshade" />
|
||||
|
||||
<?php } ?>
|
||||
|
||||
|
|
|
@ -225,6 +225,7 @@ a.dimmed:hover {
|
|||
text-decoration: underline;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.dimmed_text {
|
||||
color: #AAAAAA;
|
||||
}
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
|
||||
<html<?php echo $direction ?>>
|
||||
<head>
|
||||
<?php echo $meta ?>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> " />
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>" />
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
</head>
|
||||
|
||||
|
@ -49,11 +48,11 @@
|
|||
?></td>
|
||||
</tr>
|
||||
</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 ?>
|
||||
|
||||
<hr size="1" noshade />
|
||||
<hr size="1" noshade="noshade" />
|
||||
|
||||
<?php } ?>
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
|
||||
<html<?php echo $direction ?>>
|
||||
<head>
|
||||
<?php echo $meta ?>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> " />
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>" />
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
</head>
|
||||
|
||||
|
@ -49,11 +48,11 @@
|
|||
?></td>
|
||||
</tr>
|
||||
</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 ?>
|
||||
|
||||
<hr size="1" noshade />
|
||||
<hr size="1" noshade="noshade" />
|
||||
|
||||
<?php } ?>
|
||||
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
<head>
|
||||
<?php echo $meta ?>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> " />
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>" />
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
</head>
|
||||
|
||||
|
@ -50,11 +50,11 @@
|
|||
?></td>
|
||||
</tr>
|
||||
</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 ?>
|
||||
|
||||
<hr size="1" noshade />
|
||||
<hr size="1" noshade="noshade" />
|
||||
|
||||
<?php } ?>
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
|
||||
<html<?php echo $direction ?>>
|
||||
<head>
|
||||
<?php echo $meta ?>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> " />
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>" />
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
</head>
|
||||
|
||||
|
@ -49,11 +48,11 @@
|
|||
?></td>
|
||||
</tr>
|
||||
</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 ?>
|
||||
|
||||
<hr size="1" noshade />
|
||||
<hr size="1" noshade="noshade" />
|
||||
|
||||
<?php } ?>
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
|
||||
<html<?php echo $direction ?>>
|
||||
<head>
|
||||
<?php echo $meta ?>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> " />
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>" />
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
</head>
|
||||
|
||||
|
@ -49,11 +48,11 @@
|
|||
?></td>
|
||||
</tr>
|
||||
</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 ?>
|
||||
|
||||
<hr size="1" noshade />
|
||||
<hr size="1" noshade="noshade" />
|
||||
|
||||
<?php } ?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue