]> git.mjollnir.org Git - moodle.git/commitdiff
Some improved XHTML
authormoodler <moodler>
Sun, 21 Sep 2003 15:32:25 +0000 (15:32 +0000)
committermoodler <moodler>
Sun, 21 Sep 2003 15:32:25 +0000 (15:32 +0000)
theme/standard/header.html
theme/standard/styles.php
theme/standardblue/header.html
theme/standardgreen/header.html
theme/standardlogo/header.html
theme/standardred/header.html
theme/standardwhite/header.html

index abca547226f81331d6730f352d20a8800976cdf9..a2cc9af4b57e8352ca643cd5ca0c4047acecac00 100644 (file)
@@ -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>
 
       ?></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 } ?>
 
index 6a5c508ea9a4ea1ee672bf2103a616ab1f9f97bb..b880160b54030a334d850dafdf1436fed36a0cea 100644 (file)
@@ -225,6 +225,7 @@ a.dimmed:hover {
     text-decoration: underline;
     color: red;
 }
+
 .dimmed_text {
     color: #AAAAAA;
 }
index abca547226f81331d6730f352d20a8800976cdf9..a2cc9af4b57e8352ca643cd5ca0c4047acecac00 100644 (file)
@@ -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>
 
       ?></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 } ?>
 
index abca547226f81331d6730f352d20a8800976cdf9..a2cc9af4b57e8352ca643cd5ca0c4047acecac00 100644 (file)
@@ -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>
 
       ?></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 } ?>
 
index 0643aed3da8eea01306d8d4faf2c8a6739f62590..5d5ada73925d8a966b8af1bc1fcdda080ce83423 100644 (file)
@@ -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>
 
       ?></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 } ?>
 
index abca547226f81331d6730f352d20a8800976cdf9..a2cc9af4b57e8352ca643cd5ca0c4047acecac00 100644 (file)
@@ -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>
 
       ?></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 } ?>
 
index abca547226f81331d6730f352d20a8800976cdf9..a2cc9af4b57e8352ca643cd5ca0c4047acecac00 100644 (file)
@@ -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>
 
       ?></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 } ?>