This document was successfully checked as XHTML 1.0 Strict!

Result: Passed
:
Modified:(undefined)
Server:Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny16 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g mod_chroot/0.5
Size:3165
Content-Type:text/html
: utf-8
: XHTML 1.0 Strict
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

Congratulations

The document located at <http://agvamareleja.drealentejo.pt/moodle/course/category.php?id=47> was successfully checked as XHTML 1.0 Strict. This means that the resource in question identified itself as "XHTML 1.0 Strict" and that we successfully performed a formal validation of it. The parser implementations we used for this check are based on OpenSP (SGML/XML) and libxml2 (XML).

"valid" Icon(s) on your Web page

To show your readers that you have taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the HTML you could use to add this icon to your Web page:

Valid XHTML 1.0 Strict
  <p>
    <a href="http://validator.w3.org/check?uri=referer"><img
      src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
  </p>
  

A full list of icons, with links to alternate formats and colors, is available: If you like, you can download a copy of the icons to keep in your local web directory, and change the HTML fragment above to reference your local image rather than the one on this server.

Linking to this result

If you would like to create a link to this page (i.e., this validation result) to make it easier to revalidate this page in the future or to allow others to validate your page, the URI is <http://validator.w3.org/check?uri=http%3A%2F%2Fagvamareleja.drealentejo.pt%2Fmoodle%2Fcourse%2Fcategory.php%3Fid%3D47;ss=1;verbose=1> (or you can just add the current page to your bookmarks or hotlist).

Validating CSS Style Sheets

If you use CSS in your document, you can check it using the W3C CSS Validation Service.

↑ Top

Source Listing

Below is the source input I used for this validation:

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="pt" xml:lang="pt">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <link rel="stylesheet" type="text/css" href="http://agvamareleja.drealentejo.pt/moodle/theme/standard/styles.php" />
  6. <script type="text/javascript" src="http://agvamareleja.drealentejo.pt/moodle/lib/yui/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://agvamareleja.drealentejo.pt/moodle/lib/yui/event/event-min.js"></script><script type="text/javascript" src="http://agvamareleja.drealentejo.pt/moodle/lib/yui/connection/connection-min.js"></script><script type="text/javascript" src="http://agvamareleja.drealentejo.pt/moodle/lib/swfobject/swfobject.js"></script><script type="text/javascript">
  7. //<![CDATA[
  8. var flashversion = swfobject.getFlashPlayerVersion();
  9. YAHOO.util.Connect.asyncRequest('GET','http://agvamareleja.drealentejo.pt/moodle/login/environment.php?sesskey=BaD0ZakeZA&flashversion='+flashversion.major+'.'+flashversion.minor+'.'+flashversion.release);
  10. //]]>
  11. </script>
  12. <!--[if IE 7]>
  13. <link rel="stylesheet" type="text/css" href="http://agvamareleja.drealentejo.pt/moodle/theme/standard/styles_ie7.css" />
  14. <![endif]-->
  15. <!--[if IE 6]>
  16. <link rel="stylesheet" type="text/css" href="http://agvamareleja.drealentejo.pt/moodle/theme/standard/styles_ie6.css" />
  17. <![endif]-->
  18. <meta name="keywords" content="moodle, Página inicial: Departamentos " />
  19. <title>Página inicial: Departamentos</title>
  20. <link rel="shortcut icon" href="http://agvamareleja.drealentejo.pt/moodle/theme/standard/favicon.ico" />
  21. <!--<style type="text/css">/*<![CDATA[*/ body{behavior:url(http://agvamareleja.drealentejo.pt/moodle/lib/csshover.htc);} /*]]>*/</style>-->
  22. <script type="text/javascript" src="http://agvamareleja.drealentejo.pt/moodle/lib/javascript-static.js"></script>
  23. <script type="text/javascript" src="http://agvamareleja.drealentejo.pt/moodle/lib/javascript-mod.php"></script>
  24. <script type="text/javascript" src="http://agvamareleja.drealentejo.pt/moodle/lib/overlib/overlib.js"></script>
  25. <script type="text/javascript" src="http://agvamareleja.drealentejo.pt/moodle/lib/overlib/overlib_cssstyle.js"></script>
  26. <script type="text/javascript" src="http://agvamareleja.drealentejo.pt/moodle/lib/cookies.js"></script>
  27. <script type="text/javascript" src="http://agvamareleja.drealentejo.pt/moodle/lib/ufo.js"></script>
  28. <script type="text/javascript" src="http://agvamareleja.drealentejo.pt/moodle/lib/dropdown.js"></script>
  29. <script type="text/javascript" defer="defer">
  30. //<![CDATA[
  31. setTimeout('fix_column_widths()', 20);
  32. //]]>
  33. </script>
  34. <script type="text/javascript">
  35. //<![CDATA[
  36. function openpopup(url, name, options, fullscreen) {
  37. var fullurl = "http://agvamareleja.drealentejo.pt/moodle" + url;
  38. var windowobj = window.open(fullurl, name, options);
  39. if (!windowobj) {
  40. return true;
  41. }
  42. if (fullscreen) {
  43. windowobj.moveTo(0, 0);
  44. windowobj.resizeTo(screen.availWidth, screen.availHeight);
  45. }
  46. windowobj.focus();
  47. return false;
  48. }
  49. function uncheckall() {
  50. var inputs = document.getElementsByTagName('input');
  51. for(var i = 0; i < inputs.length; i++) {
  52. inputs[i].checked = false;
  53. }
  54. }
  55. function checkall() {
  56. var inputs = document.getElementsByTagName('input');
  57. for(var i = 0; i < inputs.length; i++) {
  58. inputs[i].checked = true;
  59. }
  60. }
  61. function inserttext(text) {
  62. text = ' ' + text + ' ';
  63. if ( opener.document.forms['theform'].message.createTextRange && opener.document.forms['theform'].message.caretPos) {
  64. var caretPos = opener.document.forms['theform'].message.caretPos;
  65. caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text;
  66. } else {
  67. opener.document.forms['theform'].message.value += text;
  68. }
  69. opener.document.forms['theform'].message.focus();
  70. }
  71. function getElementsByClassName(oElm, strTagName, oClassNames){
  72. var arrElements = (strTagName == "*" && oElm.all)? oElm.all : oElm.getElementsByTagName(strTagName);
  73. var arrReturnElements = new Array();
  74. var arrRegExpClassNames = new Array();
  75. if(typeof oClassNames == "object"){
  76. for(var i=0; i<oClassNames.length; i++){
  77. arrRegExpClassNames.push(new RegExp("(^|\\s)" + oClassNames[i].replace(/\-/g, "\\-") + "(\\s|$)"));
  78. }
  79. }
  80. else{
  81. arrRegExpClassNames.push(new RegExp("(^|\\s)" + oClassNames.replace(/\-/g, "\\-") + "(\\s|$)"));
  82. }
  83. var oElement;
  84. var bMatchesAll;
  85. for(var j=0; j<arrElements.length; j++){
  86. oElement = arrElements[j];
  87. bMatchesAll = true;
  88. for(var k=0; k<arrRegExpClassNames.length; k++){
  89. if(!arrRegExpClassNames[k].test(oElement.className)){
  90. bMatchesAll = false;
  91. break;
  92. }
  93. }
  94. if(bMatchesAll){
  95. arrReturnElements.push(oElement);
  96. }
  97. }
  98. return (arrReturnElements)
  99. }
  100. //]]>
  101. </script>
  102. </head>
  103. <body class="course course-1 dir-ltr lang-pt_utf8" id="course-category">
  104. <div id="page">
  105. <div id="header" class=" clearfix"> <h1 class="headermain">Agrupamento de Escolas de Amareleja: Disciplinas</h1>
  106. <div class="headermenu"><div class="logininfo">Encontra-se a utilizar acesso de visitante (<a href="http://agvamareleja.drealentejo.pt/moodle/login/index.php">Entrar</a>)</div></div>
  107. </div> <div class="navbar clearfix">
  108. <div class="breadcrumb"><h2 class="accesshide " >Encontra-se em</h2> <ul>
  109. <li class="first"><a onclick="this.target='_top'" href="http://agvamareleja.drealentejo.pt/moodle/">Página inicial</a></li><li> <span class="accesshide " >/&nbsp;</span><span class="arrow sep">&#x25BA;</span> <a onclick="this.target='_top'" href="index.php">Grupos de disciplinas</a></li><li> <span class="accesshide " >/&nbsp;</span><span class="arrow sep">&#x25BA;</span> Departamentos</li></ul></div>
  110. <div class="navbutton"><form id="coursesearchnavbar" action="http://agvamareleja.drealentejo.pt/moodle/course/search.php" method="get"><fieldset class="coursesearchbox invisiblefieldset"><label for="navsearchbox">Procurar disciplinas: </label><input type="text" id="navsearchbox" size="20" name="search" alt="Procurar disciplinas" value="" /><input type="submit" value="Executar" /></fieldset></form></div>
  111. </div>
  112. <!-- END OF HEADER -->
  113. <div id="content"><div class="categorypicker"><form action="http://agvamareleja.drealentejo.pt/moodle/course/jumpto.php" method="get" id="switchcategory" class="popupform"><div><label for="switchcategory_jump">Grupos de disciplinas:</label><select id="switchcategory_jump" name="jump" onchange="self.location=document.getElementById('switchcategory').jump.options[document.getElementById('switchcategory').jump.selectedIndex].value;">
  114. <option value="category.php?id=42">Orgãos de Gestão e Coordenação</option>
  115. <option value="category.php?id=47" selected="selected">Orgãos de Gestão e Coordenação / Departamentos</option>
  116. <option value="category.php?id=61">Orgãos de Gestão e Coordenação / Direções de Turma</option>
  117. <option value="category.php?id=48">Educação Pré-Escolar</option>
  118. <option value="category.php?id=49">1.º Ciclo do Ensino Básico</option>
  119. <option value="category.php?id=50">2.º Ciclo do Ensino Básico</option>
  120. <option value="category.php?id=51">2.º Ciclo do Ensino Básico / 5.º Ano</option>
  121. <option value="category.php?id=62">2.º Ciclo do Ensino Básico / 6.º Ano</option>
  122. <option value="category.php?id=28">3.º Ciclo do Ensino Básico</option>
  123. <option value="category.php?id=63">3.º Ciclo do Ensino Básico / 7.º Ano</option>
  124. <option value="category.php?id=64">3.º Ciclo do Ensino Básico / 8.º Ano</option>
  125. <option value="category.php?id=65">3.º Ciclo do Ensino Básico / 9.º Ano</option>
  126. <option value="category.php?id=59">Formação</option>
  127. <option value="category.php?id=66">Ano Letivo 2011/2012</option>
  128. </select><input type="hidden" name="sesskey" value="BaD0ZakeZA" /><div id="noscriptswitchcategory" style="display: inline;"><input type="submit" value="Executar" /></div><script type="text/javascript">
  129. //<![CDATA[
  130. document.getElementById("noscriptswitchcategory").style.display = "none";
  131. //]]>
  132. </script></div></form></div><div class="courseboxes box"><ul class="unlist"><li><div class="coursebox clearfix"><div class="info"><div class="name"><a title="Clique para entrar na disciplina" href="http://agvamareleja.drealentejo.pt/moodle/course/view.php?id=89">Departamento de Educação Pré-Escolar</a></div><ul class="teachers">
  133. <li>Teacher: <a href="http://agvamareleja.drealentejo.pt/moodle/user/view.php?id=141&amp;course=1">Maria Joana Pereira</a></li></ul><a title="Esta disciplina exige uma chave de inscrição" href="http://agvamareleja.drealentejo.pt/moodle/course/view.php?id=89"><img class="accessicon" alt="Esta disciplina exige uma chave de inscrição" src="http://agvamareleja.drealentejo.pt/moodle/pix/i/key.gif" /></a></div><div class="summary"> Escreva aqui um parágrafo que explique de forma concisa e interessante o que esta disciplina é.</div></div></li>
  134. <li><div class="coursebox clearfix"><div class="info"><div class="name"><a title="Clique para entrar na disciplina" href="http://agvamareleja.drealentejo.pt/moodle/course/view.php?id=90">Departamento do 1.º Ciclo do Ensino Básico</a></div><ul class="teachers">
  135. <li>Teacher: <a href="http://agvamareleja.drealentejo.pt/moodle/user/view.php?id=830&amp;course=1">Romana Ferreira</a></li></ul><a title="Esta disciplina exige uma chave de inscrição" href="http://agvamareleja.drealentejo.pt/moodle/course/view.php?id=90"><img class="accessicon" alt="Esta disciplina exige uma chave de inscrição" src="http://agvamareleja.drealentejo.pt/moodle/pix/i/key.gif" /></a></div><div class="summary"> Escreva aqui um parágrafo que explique de forma concisa e interessante o que esta disciplina é.</div></div></li>
  136. <li><div class="coursebox clearfix"><div class="info"><div class="name"><a title="Clique para entrar na disciplina" href="http://agvamareleja.drealentejo.pt/moodle/course/view.php?id=91">Departamento de Línguas</a></div><ul class="teachers">
  137. <li>Teacher: <a href="http://agvamareleja.drealentejo.pt/moodle/user/view.php?id=203&amp;course=1">Lúcia Paulino</a></li></ul><a title="Esta disciplina exige uma chave de inscrição" href="http://agvamareleja.drealentejo.pt/moodle/course/view.php?id=91"><img class="accessicon" alt="Esta disciplina exige uma chave de inscrição" src="http://agvamareleja.drealentejo.pt/moodle/pix/i/key.gif" /></a></div><div class="summary"> Escreva aqui um parágrafo que explique de forma concisa e interessante o que esta disciplina é.</div></div></li>
  138. <li><div class="coursebox clearfix"><div class="info"><div class="name"><a title="Clique para entrar na disciplina" href="http://agvamareleja.drealentejo.pt/moodle/course/view.php?id=94">Departamento de Expressões</a></div><a title="Esta disciplina exige uma chave de inscrição" href="http://agvamareleja.drealentejo.pt/moodle/course/view.php?id=94"><img class="accessicon" alt="Esta disciplina exige uma chave de inscrição" src="http://agvamareleja.drealentejo.pt/moodle/pix/i/key.gif" /></a></div><div class="summary"> Escreva aqui um parágrafo que explique de forma concisa e interessante o que esta disciplina é.</div></div></li>
  139. <li><div class="coursebox clearfix"><div class="info"><div class="name"><a title="Clique para entrar na disciplina" href="http://agvamareleja.drealentejo.pt/moodle/course/view.php?id=92">Departamento de Ciências Sociais e Humanas</a></div><a title="Esta disciplina exige uma chave de inscrição" href="http://agvamareleja.drealentejo.pt/moodle/course/view.php?id=92"><img class="accessicon" alt="Esta disciplina exige uma chave de inscrição" src="http://agvamareleja.drealentejo.pt/moodle/pix/i/key.gif" /></a></div><div class="summary"> Escreva aqui um parágrafo que explique de forma concisa e interessante o que esta disciplina é.</div></div></li>
  140. <li><div class="coursebox clearfix"><div class="info"><div class="name"><a title="Clique para entrar na disciplina" href="http://agvamareleja.drealentejo.pt/moodle/course/view.php?id=93">Departamento de Matemática e Ciências Experimentais</a></div><a title="Esta disciplina exige uma chave de inscrição" href="http://agvamareleja.drealentejo.pt/moodle/course/view.php?id=93"><img class="accessicon" alt="Esta disciplina exige uma chave de inscrição" src="http://agvamareleja.drealentejo.pt/moodle/pix/i/key.gif" /></a></div><div class="summary">Escreva aqui um parágrafo que explique de forma concisa e interessante o que esta disciplina é. </div></div></li>
  141. </ul>
  142. </div><div class="buttons"></div><form id="coursesearch2" action="http://agvamareleja.drealentejo.pt/moodle/course/search.php" method="get"><fieldset class="coursesearchbox invisiblefieldset"><label for="coursesearchbox">Procurar disciplinas: </label><input type="text" id="coursesearchbox" size="30" name="search" value="" /><input type="submit" value="Executar" /></fieldset></form></div><div id="footer"><p class="helplink"></p><div class="logininfo">Encontra-se a utilizar acesso de visitante (<a href="http://agvamareleja.drealentejo.pt/moodle/login/index.php">Entrar</a>)</div><div class="homelink"><a href="http://agvamareleja.drealentejo.pt/moodle/">Página principal</a></div> <div class="validators"><ul>
  143. <li><a href="http://validator.w3.org/check?verbose=1&amp;ss=1&amp;uri=http%3A%2F%2Fagvamareleja.drealentejo.pt%2Fmoodle%2Fcourse%2Fcategory.php%3Fid%3D47">Validate HTML</a></li>
  144. <li><a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=http%3A%2F%2Fagvamareleja.drealentejo.pt%2Fmoodle%2Fcourse%2Fcategory.php%3Fid%3D47">Section 508 Check</a></li>
  145. <li><a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=0&amp;warnp2n3e=1&amp;url1=http%3A%2F%2Fagvamareleja.drealentejo.pt%2Fmoodle%2Fcourse%2Fcategory.php%3Fid%3D47">WCAG 1 (2,3) Check</a></li>
  146. </ul></div>
  147. </div>
  148. </div>
  149. </body>
  150. </html>

↑ Top