Errors found while checking this document as XHTML 1.0 Strict!

Result: 9 Errors
:
Modified:(undefined)
Server:Microsoft-IIS/6.0
Size:(undefined)
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.

↑ Top

Validation Output: 9 Errors

  1. Error Line 139, Column 81: required attribute "alt" not specified
    …	<img src="http://moodle1415.esav.ipv.pt/theme/simplicity/images/image2.jpg" />

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  2. Error Line 152, Column 36: there is no attribute "size"
    <div class="posting"><p><font size="5"><strong>Ano letivo 2014/2015</strong> </…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  3. Error Line 152, Column 39: element "font" undefined
    <div class="posting"><p><font size="5"><strong>Ano letivo 2014/2015</strong> </…

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  4. Error Line 153, Column 34: there is no attribute "border"
    <p><img title="Office365" border="0" hspace="0" alt="Office365" src="http://moo…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  5. Error Line 153, Column 45: there is no attribute "hspace"
    …g title="Office365" border="0" hspace="0" alt="Office365" src="http://moodle.e…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  6. Error Line 157, Column 97: there is no attribute "target"
    ….ipv.pt/Videos/Office365_WEB/" target="_blank">Clique aqui para visualizar o v…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  7. Error Line 166, Column 106: there is no attribute "color"
    …" target="_blank"><strong><font color="#ff0000" size="5">Para aceder ao moodle…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  8. Error Line 166, Column 124: element "font" undefined
    …<strong><font color="#ff0000" size="5">Para aceder ao moodle do ano letivo 201…

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  9. Error Line 170, Column 14: element "u" undefined
    <p><strong><u>Os alunos poderão alterar as suas palavras-passe através do segui…

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).

↑ 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://moodle1415.esav.ipv.pt/theme/standard/styles.php" />
  6. <link rel="stylesheet" type="text/css" href="http://moodle1415.esav.ipv.pt/theme/simplicity/styles.php" />
  7. <meta name="description" content="eLearning - Escola Superior Agrária de Viseu " />
  8. <!--[if IE 7]>
  9. <link rel="stylesheet" type="text/css" href="http://moodle1415.esav.ipv.pt/theme/standard/styles_ie7.css" />
  10. <![endif]-->
  11. <!--[if IE 6]>
  12. <link rel="stylesheet" type="text/css" href="http://moodle1415.esav.ipv.pt/theme/standard/styles_ie6.css" />
  13. <![endif]-->
  14. <meta name="keywords" content="moodle, eLearning - Escola Superior Agrária de Viseu " />
  15. <title>eLearning - Escola Superior Agrária de Viseu</title>
  16. <link rel="shortcut icon" href="http://moodle1415.esav.ipv.pt/theme/simplicity/favicon.ico" />
  17. <!--<style type="text/css">/*<![CDATA[*/ body{behavior:url(http://moodle1415.esav.ipv.pt/lib/csshover.htc);} /*]]>*/</style>-->
  18. <script type="text/javascript" src="http://moodle1415.esav.ipv.pt/lib/javascript-static.js"></script>
  19. <script type="text/javascript" src="http://moodle1415.esav.ipv.pt/lib/javascript-mod.php"></script>
  20. <script type="text/javascript" src="http://moodle1415.esav.ipv.pt/lib/overlib/overlib.js"></script>
  21. <script type="text/javascript" src="http://moodle1415.esav.ipv.pt/lib/overlib/overlib_cssstyle.js"></script>
  22. <script type="text/javascript" src="http://moodle1415.esav.ipv.pt/lib/cookies.js"></script>
  23. <script type="text/javascript" src="http://moodle1415.esav.ipv.pt/lib/ufo.js"></script>
  24. <script type="text/javascript" src="http://moodle1415.esav.ipv.pt/lib/dropdown.js"></script>
  25. <script type="text/javascript" defer="defer">
  26. //<![CDATA[
  27. setTimeout('fix_column_widths()', 20);
  28. //]]>
  29. </script>
  30. <script type="text/javascript">
  31. //<![CDATA[
  32. function openpopup(url, name, options, fullscreen) {
  33. var fullurl = "http://moodle1415.esav.ipv.pt" + url;
  34. var windowobj = window.open(fullurl, name, options);
  35. if (!windowobj) {
  36. return true;
  37. }
  38. if (fullscreen) {
  39. windowobj.moveTo(0, 0);
  40. windowobj.resizeTo(screen.availWidth, screen.availHeight);
  41. }
  42. windowobj.focus();
  43. return false;
  44. }
  45. function uncheckall() {
  46. var inputs = document.getElementsByTagName('input');
  47. for(var i = 0; i < inputs.length; i++) {
  48. inputs[i].checked = false;
  49. }
  50. }
  51. function checkall() {
  52. var inputs = document.getElementsByTagName('input');
  53. for(var i = 0; i < inputs.length; i++) {
  54. inputs[i].checked = true;
  55. }
  56. }
  57. function inserttext(text) {
  58. text = ' ' + text + ' ';
  59. if ( opener.document.forms['theform'].message.createTextRange && opener.document.forms['theform'].message.caretPos) {
  60. var caretPos = opener.document.forms['theform'].message.caretPos;
  61. caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text;
  62. } else {
  63. opener.document.forms['theform'].message.value += text;
  64. }
  65. opener.document.forms['theform'].message.focus();
  66. }
  67. function getElementsByClassName(oElm, strTagName, oClassNames){
  68. var arrElements = (strTagName == "*" && oElm.all)? oElm.all : oElm.getElementsByTagName(strTagName);
  69. var arrReturnElements = new Array();
  70. var arrRegExpClassNames = new Array();
  71. if(typeof oClassNames == "object"){
  72. for(var i=0; i<oClassNames.length; i++){
  73. arrRegExpClassNames.push(new RegExp("(^|\\s)" + oClassNames[i].replace(/\-/g, "\\-") + "(\\s|$)"));
  74. }
  75. }
  76. else{
  77. arrRegExpClassNames.push(new RegExp("(^|\\s)" + oClassNames.replace(/\-/g, "\\-") + "(\\s|$)"));
  78. }
  79. var oElement;
  80. var bMatchesAll;
  81. for(var j=0; j<arrElements.length; j++){
  82. oElement = arrElements[j];
  83. bMatchesAll = true;
  84. for(var k=0; k<arrRegExpClassNames.length; k++){
  85. if(!arrRegExpClassNames[k].test(oElement.className)){
  86. bMatchesAll = false;
  87. break;
  88. }
  89. }
  90. if(bMatchesAll){
  91. arrReturnElements.push(oElement);
  92. }
  93. }
  94. return (arrReturnElements)
  95. }
  96. //]]>
  97. </script>
  98. </head>
  99. <body class="course course-1 notloggedin dir-ltr lang-pt_utf8" id="site-index">
  100. <div id="header-home" class="clearfix">
  101. <div id="wrapper">
  102. <h1 class="headermain">eLearning</h1>
  103. <div class="headermenu"><div class="logininfo">Utilizador não identificado. (<a href="http://moodle1415.esav.ipv.pt/login/index.php">Entrar</a>)</div><form action="http://moodle1415.esav.ipv.pt/course/jumpto.php" method="get" id="chooselang" class="popupform"><div><label for="chooselang_jump"><span class="accesshide " >Língua</span></label><select id="chooselang_jump" name="jump" onchange="self.location=document.getElementById('chooselang').jump.options[document.getElementById('chooselang').jump.selectedIndex].value;">
  104. <option value="http://moodle1415.esav.ipv.pt/index.php?lang=de_utf8">Deutsch (de)</option>
  105. <option value="http://moodle1415.esav.ipv.pt/index.php?lang=el_utf8">Ελληνικά (el)</option>
  106. <option value="http://moodle1415.esav.ipv.pt/index.php?lang=en_utf8">English (en)</option>
  107. <option value="http://moodle1415.esav.ipv.pt/index.php?lang=es_utf8">Español - Internacional (es)</option>
  108. <option value="http://moodle1415.esav.ipv.pt/index.php?lang=fr_utf8">Français (fr)</option>
  109. <option value="http://moodle1415.esav.ipv.pt/index.php?lang=gl_utf8">Galego (gl)</option>
  110. <option value="http://moodle1415.esav.ipv.pt/index.php?lang=pl_utf8">Polski (pl)</option>
  111. <option value="http://moodle1415.esav.ipv.pt/index.php?lang=pt_utf8" selected="selected">Português - Portugal (pt)</option>
  112. <option value="http://moodle1415.esav.ipv.pt/index.php?lang=sl_utf8">Sloven&#353;&#269;ina (sl)</option>
  113. <option value="http://moodle1415.esav.ipv.pt/index.php?lang=tr_utf8">Türkçe (tr)</option>
  114. <option value="http://moodle1415.esav.ipv.pt/index.php?lang=uk_utf8">Українська (uk)</option>
  115. </select><input type="hidden" name="sesskey" value="W6rTSI0vSv" /><div id="noscriptchooselang" style="display: inline;"><input type="submit" value="Executar" /></div><script type="text/javascript">
  116. //<![CDATA[
  117. document.getElementById("noscriptchooselang").style.display = "none";
  118. //]]>
  119. </script></div></form></div>
  120. <h2 class="headertag">Escola Superior Agr&aacute;ria de Viseu</h2>
  121. </div>
  122. </div>
  123. <div id="rotater">
  124. <div id="pictures">
  125. <!-- <img src="http://moodle1415.esav.ipv.pt/theme/simplicity/images/image.jpg" /> -->
  126. <img src="http://moodle1415.esav.ipv.pt/theme/simplicity/images/image2.jpg" />
  127. </div>
  128. </div>
  129. <div id="page">
  130. <a class="skip" href="#maincontent">Ir para o conteúdo principal</a>
  131. <!-- END OF HEADER -->
  132. <div id="content">
  133. <table id="layout-table" summary="layout">
  134. <tr>
  135. <td id="middle-column"><span id="maincontent"></span><div><h2 class="headingblock header ">Notícias</h2><a id="p204"></a><table cellspacing="0" class="forumpost"><tr class="header"><td class="picture left"><a href="http://moodle1415.esav.ipv.pt/user/view.php?id=2&amp;course=1"><img class="userpicture" src="http://moodle1415.esav.ipv.pt/user/pix.php/2/f2.jpg" height="35" width="35" alt="ESAV" /></a></td><td class="topic starter"><div class="subject">Acesso à plataforma Moodle 2014/2015</div><div class="author">por <a href="http://moodle1415.esav.ipv.pt/user/view.php?id=2&amp;course=1">Administrador Moodle</a> - quarta-feira, 26 Novembro 2014, 10:26</div></td></tr><tr><td class="left side">&nbsp;</td><td class="content">
  136. <div class="posting"><p><font size="5"><strong>Ano letivo 2014/2015</strong> </font></p>
  137. <p><img title="Office365" border="0" hspace="0" alt="Office365" src="http://moodle.esav.ipv.pt/file.php/1/Office365.png" width="225" height="90" /></p>
  138. <p>Informam-se todos os alunos que a ESAV já tem disponível email institucional para alunos através do serviço da Microsoft Office365. Para além do serviço de email tem ainda acesso a outro tipo de ferramentas como o Office online, Onedrive, acesso POP3 e IMAP4 à caixa de correio, entre outras. Os alunos poderão aceder a este serviço através do seguinte URL: <a href="https://login.microsoftonline.com/">https://login.microsoftonline.com</a>, também disponível na página da ESAV (<a href="http://www.esav.ipv.pt/">http://www.esav.ipv.pt</a>) no menu “Serviços” opção “Email alunos”, utilizando as credenciais no seguinte formato: </p>
  139. <p>· <strong>Utilizador: </strong>esav&lt;nºaluno&gt;@alunos.ipv.pt (exemplo: <a href="mailto:esav1234@alunos.ipv.pt">esav1234@alunos.ipv.pt</a>) </p>
  140. <p>· <strong>Palavra-passe: </strong>&lt;a mesma que utilizam para acesso ao moodle, portal académico, etc&gt; </p>
  141. <p><a title="Acesso Office365" href="http://tutorials.esav.ipv.pt/Videos/Office365_WEB/" target="_blank">Clique aqui para visualizar o vídeo demonstrativo de acesso ao Office365</a> </p>
  142. <p><a title="Office365 POP" href="http://tutorials.esav.ipv.pt/Videos/Office365_POP/" target="_blank">Configuração Microsoft Outlook POP3 para o Office365</a></p>
  143. <p><a title="Office365 IMAP" href="http://tutorials.esav.ipv.pt/Videos/Office365_IMAP/" target="_blank">Configuração Microsoft Outlook IMAP para o Office365</a> </p>
  144. <p>__________________________________________________________________</p>
  145. <p></p>
  146. <p><img title="Pagamentos Multibanco" border="0" hspace="0" alt="Pagamentos Multibanco" src="http://moodle.esav.ipv.pt/file.php/1/Multibanco.png" width="260" height="68" /> </p>
  147. <p>Informam-se todos os alunos que a ESAV já tem disponível os pagamento através de referências multibanco. Os alunos poderão gerar as referências multibanco a pagar através do portal académico (<a href="http://portal.ipv.pt/esav/">http://portal.ipv.pt/esav/</a>). </p>
  148. <p><a title="Video demonstrativo criação referências MB" href="http://tutorials.esav.ipv.pt/Videos/RefMB/" target="_blank">Clique aqui para visualizar o vídeo demonstrativo.</a></p>
  149. <p>__________________________________________________________________</p>
  150. <p><a title="Moodle 2013/2014" href="http://moodle1314.esav.ipv.pt/" target="_blank"><strong><font color="#ff0000" size="5">Para aceder ao moodle do ano letivo 2013/2014 clique aqui</font></strong></a> </p>
  151. <p>Os docentes e alunos da ESAV para efectuarem login na plataforma deverão utilizar as mesmas credenciais que utilizam para o acesso à rede wireless e ao portal académico (<a title="Portal Académico ESAV" href="http://portal.ipv.pt/esav/" target="_blank">http://portal.ipv.pt/esav/</a>). As credenciais têm o seguinte formato: </p>
  152. <p><strong>Alunos </strong><br /><i>Utilizador: </i>esav&lt;nº mecanográfico&gt;<br /><i>Palavra-passe: </i>&lt;a indicada/fornecida no acto de matrícula/inscrição&gt; </p>
  153. <p><strong>Docentes </strong><br /><i>Utilizador: </i>utilizador usado na escola (sem o @esav.ipv.pt)<br /><i>Palavra-passe: </i>&lt;a utilizada para acesso aos serviços da escola&gt; </p>
  154. <p><strong><u>Os alunos poderão alterar as suas palavras-passe através do seguinte site:</u></strong> <a title="Alteração de palavra-passe para Alunos" href="https://chgpwd.esav.ipv.pt/" target="_blank">https://chgpwd.esav.ipv.pt/</a>. </p>
  155. <p>Se por algum motivo não conseguirem aceder, na Plataforma de eLearning, às unidades curriculares que leccionem ou frequentem, deve-se ao facto dos Serviços Académicos ainda poderem estar a efectuar a associação dos docentes às unidades curriculares de acordo com a distribuição de serviço docente e à validação das matrículas/inscrições dos alunos, pelo que esperamos a vossa compreensão para esta situação. </p>
  156. <p><strong>ATENÇÃO: </strong>Os alunos que tenham dívidas por saldar perderão o acesso à plataforma de eLearning. Para verificarem se tem dívidas, devem aceder ao Portal Académico, e na Secção da Tesouraria deverão clicar sobre o link 'Situação Actual'. Se for apresentado um saldo negativo, indica que o aluno tem dívidas, se apresentar um valor maior ou igual a zero, indica que o aluno tem as contas regularizadas. Para regularizar a sua situação por favor entre em contacto com a Tesouraria da ESAV através do email <a href="mailto:tesouraria@esav.ipv.pt">tesouraria@esav.ipv.pt</a> ou através do telefone 232 446 600. </p>
  157. <p>Com os melhores cumprimentos, </p>
  158. <p>Os Serviços de Informática. </p>
  159. <p></p></div><div class="commands"></div></td></tr></table>
  160. <div class="forumolddiscuss"><a href="http://moodle1415.esav.ipv.pt/mod/forum/view.php?f=197&amp;showall=1">Tópicos mais antigos</a> ...</div><br /><h2 class="headingblock header ">Grupos de disciplinas</h2><div class="generalbox categorybox box">
  161. <table class="categorylist"><tr><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=3">Cursos 1º Ciclo</a></td><td valign="top" class="category number"></td></tr></table>
  162. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  163. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=4">Ecologia e Paisagismo - 9080</a></td><td valign="top" class="category number">1</td></tr></table>
  164. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  165. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=15">1º Ano</a></td><td valign="top" class="category number">6</td></tr></table>
  166. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  167. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=17">2º Ano</a></td><td valign="top" class="category number">12</td></tr></table>
  168. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  169. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=18">3º Ano</a></td><td valign="top" class="category number">9</td></tr></table>
  170. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  171. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=5">Enfermagem Veterinária - 9085</a></td><td valign="top" class="category number"></td></tr></table>
  172. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  173. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=19">1º Ano</a></td><td valign="top" class="category number">9</td></tr></table>
  174. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  175. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=20">2º Ano</a></td><td valign="top" class="category number">12</td></tr></table>
  176. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  177. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=21">3º Ano</a></td><td valign="top" class="category number">8</td></tr></table>
  178. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  179. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=38">Engenharia Agronómica, Ramo Comum - 9086</a></td><td valign="top" class="category number">1</td></tr></table>
  180. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  181. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=39">1º Ano</a></td><td valign="top" class="category number">6</td></tr></table>
  182. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  183. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=6">Engenharia Agronómica, Ramo Fitotecnia - 9086</a></td><td valign="top" class="category number"></td></tr></table>
  184. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  185. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=23">2º Ano</a></td><td valign="top" class="category number">9</td></tr></table>
  186. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  187. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=24">3º Ano</a></td><td valign="top" class="category number">6</td></tr></table>
  188. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  189. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=10">Engenharia Agronómica, Ramo Viticultura e Enologia - 9086</a></td><td valign="top" class="category number"></td></tr></table>
  190. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  191. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=36">2º Ano</a></td><td valign="top" class="category number">8</td></tr></table>
  192. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  193. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=37">3º Ano</a></td><td valign="top" class="category number">7</td></tr></table>
  194. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  195. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=7">Engenharia Alimentar - 9087</a></td><td valign="top" class="category number"></td></tr></table>
  196. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  197. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=26">1º Ano</a></td><td valign="top" class="category number">6</td></tr></table>
  198. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  199. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=27">2º Ano</a></td><td valign="top" class="category number">11</td></tr></table>
  200. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  201. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=28">3º Ano</a></td><td valign="top" class="category number">6</td></tr></table>
  202. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  203. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=8">Engenharia Florestal - 9114</a></td><td valign="top" class="category number">1</td></tr></table>
  204. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  205. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=29">1º Ano</a></td><td valign="top" class="category number">7</td></tr></table>
  206. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  207. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=30">2º Ano</a></td><td valign="top" class="category number">13</td></tr></table>
  208. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  209. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=31">3º Ano</a></td><td valign="top" class="category number">9</td></tr></table>
  210. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  211. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=9">Engenharia Zootécnica - 9129</a></td><td valign="top" class="category number">1</td></tr></table>
  212. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  213. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=32">1º Ano</a></td><td valign="top" class="category number">4</td></tr></table>
  214. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  215. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=33">2º Ano</a></td><td valign="top" class="category number">9</td></tr></table>
  216. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  217. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=34">3º Ano</a></td><td valign="top" class="category number">9</td></tr></table>
  218. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  219. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=64">Engenharia de Biossistemas - 9001</a></td><td valign="top" class="category number"></td></tr></table>
  220. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  221. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=65">1º Ano</a></td><td valign="top" class="category number">7</td></tr></table>
  222. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  223. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=66">2º Ano</a></td><td valign="top" class="category number">12</td></tr></table>
  224. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  225. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=67">3º Ano</a></td><td valign="top" class="category number">10</td></tr></table>
  226. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  227. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=75">Qualidade Alimentar e Nutrição - 9025</a></td><td valign="top" class="category number"></td></tr></table>
  228. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  229. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=76">1º Ano</a></td><td valign="top" class="category number">6</td></tr></table>
  230. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  231. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=77">2º Ano</a></td><td valign="top" class="category number">11</td></tr></table>
  232. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  233. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=78">3º Ano</a></td><td valign="top" class="category number">11</td></tr></table>
  234. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  235. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=79">Ciência e Tecnologia Animal - 9118</a></td><td valign="top" class="category number"></td></tr></table>
  236. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  237. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=80">1º Ano</a></td><td valign="top" class="category number">9</td></tr></table>
  238. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  239. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=81">2º Ano</a></td><td valign="top" class="category number">13</td></tr></table>
  240. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  241. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=82">3º Ano</a></td><td valign="top" class="category number">10</td></tr></table>
  242. <table class="categorylist"><tr><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=11">Cursos 2º Ciclo</a></td><td valign="top" class="category number"></td></tr></table>
  243. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  244. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=12">Mestrado em Qualidade e Tecnologia Alimentar - 4060</a></td><td valign="top" class="category number"></td></tr></table>
  245. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  246. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=13">1º Ano</a></td><td valign="top" class="category number">15</td></tr></table>
  247. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  248. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=14">2º Ano</a></td><td valign="top" class="category number">1</td></tr></table>
  249. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  250. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=40">Mestrado em Tecnologias da Produção Animal - 4201</a></td><td valign="top" class="category number"></td></tr></table>
  251. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  252. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=41">1º Ano</a></td><td valign="top" class="category number">16</td></tr></table>
  253. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  254. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=42">2º Ano</a></td><td valign="top" class="category number">1</td></tr></table>
  255. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  256. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=43">Direcção de Curso</a></td><td valign="top" class="category number">1</td></tr></table>
  257. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  258. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=61">Mestrado em Enfermagem Veterinária em Animais de Companhia - 4001</a></td><td valign="top" class="category number"></td></tr></table>
  259. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  260. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=62">1º Ano</a></td><td valign="top" class="category number">11</td></tr></table>
  261. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  262. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=63">2º Ano</a></td><td valign="top" class="category number">1</td></tr></table>
  263. <table class="categorylist"><tr><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=68">Pós-Graduações</a></td><td valign="top" class="category number"></td></tr></table>
  264. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  265. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=69">Pós-graduação em Agropecuária Sustentável - 3001</a></td><td valign="top" class="category number"></td></tr></table>
  266. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  267. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=72">1º Ano</a></td><td valign="top" class="category number">15</td></tr></table>
  268. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  269. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=70">Pós-Graduação em Nutrição e Segurança Alimentar - 3002</a></td><td valign="top" class="category number"></td></tr></table>
  270. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  271. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=71">1º Ano</a></td><td valign="top" class="category number">14</td></tr></table>
  272. <table class="categorylist"><tr><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=47">Cursos de Especialização Tecnológica</a></td><td valign="top" class="category number"></td></tr></table>
  273. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  274. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=53">C.E.T. em Tecnologia Alimentar - 1381</a></td><td valign="top" class="category number"></td></tr></table>
  275. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  276. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=54">1º Ano</a></td><td valign="top" class="category number">9</td></tr></table>
  277. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  278. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=55">C.E.T. em Sistemas de Informação Geográfica - 1382</a></td><td valign="top" class="category number"></td></tr></table>
  279. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  280. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=56">1º Ano</a></td><td valign="top" class="category number">14</td></tr></table>
  281. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  282. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=48">C.E.T. em Viticultura e Enologia - 1383</a></td><td valign="top" class="category number"></td></tr></table>
  283. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  284. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=49">1º Ano</a></td><td valign="top" class="category number">15</td></tr></table>
  285. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  286. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=57">C.E.T. em Produção Avícola - 1384</a></td><td valign="top" class="category number"></td></tr></table>
  287. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  288. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=58">1º Ano</a></td><td valign="top" class="category number">14</td></tr></table>
  289. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  290. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=59">C.E.T. em Agricultura Biológica - 1385</a></td><td valign="top" class="category number"></td></tr></table>
  291. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  292. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=60">1º Ano</a></td><td valign="top" class="category number">14</td></tr></table>
  293. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  294. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=73">C.E.T. em Produção Animal Sustentável - 1386</a></td><td valign="top" class="category number">1</td></tr></table>
  295. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  296. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=74">1º Ano</a></td><td valign="top" class="category number">16</td></tr></table>
  297. <table class="categorylist"><tr><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=84">Cursos Técnicos Superiores</a></td><td valign="top" class="category number"></td></tr></table>
  298. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  299. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=85">C.T.E.S.P em Viticultura e Enologia - 2034</a></td><td valign="top" class="category number"></td></tr></table>
  300. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  301. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=86">1º Ano</a></td><td valign="top" class="category number">12</td></tr></table>
  302. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1415.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  303. </td><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=87">2º Ano</a></td><td valign="top" class="category number">10</td></tr></table>
  304. <table class="categorylist"><tr><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=50">Disciplinas Transversais</a></td><td valign="top" class="category number">38</td></tr></table>
  305. <table class="categorylist"><tr><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=51">Serviços de Documentação</a></td><td valign="top" class="category number">1</td></tr></table>
  306. <table class="categorylist"><tr><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=83">Manual da Qualidade</a></td><td valign="top" class="category number">1</td></tr></table>
  307. <table class="categorylist"><tr><td valign="top" class="category name"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=88">Conselho Técnico-Científico</a></td><td valign="top" class="category number">3</td></tr></table></div><form id="coursesearch" action="http://moodle1415.esav.ipv.pt/course/search.php" method="get"><fieldset class="coursesearchbox invisiblefieldset"><label for="shortsearchbox">Procurar disciplinas: </label><input type="text" id="shortsearchbox" size="12" name="search" alt="Procurar disciplinas" value="" /><input type="submit" value="Executar" /></fieldset></form><br /></div></td><td style="width: 210px;" id="right-column"><div><a href="#sb-1" class="skip-block">Seguir para a frente de Entrar</a><div id="inst2345" class="block_login sideblock"><div class="header"><div class="title"><input type="image" src="http://moodle1415.esav.ipv.pt/pix/t/switch_minus.gif" id="togglehide_inst2345" onclick="elementToggleHide(this, true, function(el) {return findParentNode(el, 'DIV', 'sideblock'); }, 'Mostrar bloco Entrar', 'Esconder bloco Entrar'); return false;" alt="Esconder bloco Entrar" title="Esconder bloco Entrar" class="hide-show-image" /><h2>Entrar</h2></div></div><div class="content">
  308. <form class="loginform" id="login" method="post" action="http://moodle1415.esav.ipv.pt/login/index.php"><div class="c1 fld username"><label for="login_username">Nome de utilizador</label><input type="text" name="username" id="login_username" value="" /></div><div class="c1 fld password"><label for="login_password">Senha</label><input type="password" name="password" id="login_password" value="" /></div><div class="c1 btn"><input type="submit" value="Entrar" /></div></form>
  309. </div></div><script type="text/javascript">
  310. //<![CDATA[
  311. elementCookieHide("inst2345","Mostrar bloco Entrar","Esconder bloco Entrar");
  312. //]]>
  313. </script><span id="sb-1" class="skip-block-to"></span><a href="#sb-2" class="skip-block">Seguir para a frente de Grupos de disciplinas</a><div id="inst2346" class="block_course_list sideblock"><div class="header"><div class="title"><input type="image" src="http://moodle1415.esav.ipv.pt/pix/t/switch_minus.gif" id="togglehide_inst2346" onclick="elementToggleHide(this, true, function(el) {return findParentNode(el, 'DIV', 'sideblock'); }, 'Mostrar bloco Grupos de disciplinas', 'Esconder bloco Grupos de disciplinas'); return false;" alt="Esconder bloco Grupos de disciplinas" title="Esconder bloco Grupos de disciplinas" class="hide-show-image" /><h2>Grupos de disciplinas</h2></div></div><div class="content">
  314. <ul class='list'>
  315. <li class="r0"><div class="icon column c0"><img src="http://moodle1415.esav.ipv.pt/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=3">Cursos 1º Ciclo</a></div></li>
  316. <li class="r1"><div class="icon column c0"><img src="http://moodle1415.esav.ipv.pt/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=11">Cursos 2º Ciclo</a></div></li>
  317. <li class="r0"><div class="icon column c0"><img src="http://moodle1415.esav.ipv.pt/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=68">Pós-Graduações</a></div></li>
  318. <li class="r1"><div class="icon column c0"><img src="http://moodle1415.esav.ipv.pt/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=47">Cursos de Especialização Tecnológica</a></div></li>
  319. <li class="r0"><div class="icon column c0"><img src="http://moodle1415.esav.ipv.pt/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=84">Cursos Técnicos Superiores</a></div></li>
  320. <li class="r1"><div class="icon column c0"><img src="http://moodle1415.esav.ipv.pt/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=50">Disciplinas Transversais</a></div></li>
  321. <li class="r0"><div class="icon column c0"><img src="http://moodle1415.esav.ipv.pt/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=51">Serviços de Documentação</a></div></li>
  322. <li class="r1"><div class="icon column c0"><img src="http://moodle1415.esav.ipv.pt/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=83">Manual da Qualidade</a></div></li>
  323. <li class="r0"><div class="icon column c0"><img src="http://moodle1415.esav.ipv.pt/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle1415.esav.ipv.pt/course/category.php?id=88">Conselho Técnico-Científico</a></div></li>
  324. </ul>
  325. <div class="footer"><a href="http://moodle1415.esav.ipv.pt/course/index.php">Todas as disciplinas</a> ...</div></div></div><script type="text/javascript">
  326. //<![CDATA[
  327. elementCookieHide("inst2346","Mostrar bloco Grupos de disciplinas","Esconder bloco Grupos de disciplinas");
  328. //]]>
  329. </script><span id="sb-2" class="skip-block-to"></span><a href="#sb-3" class="skip-block">Seguir para a frente de Calendário</a><div id="inst4" class="block_calendar_month sideblock"><div class="header"><div class="title"><input type="image" src="http://moodle1415.esav.ipv.pt/pix/t/switch_minus.gif" id="togglehide_inst4" onclick="elementToggleHide(this, true, function(el) {return findParentNode(el, 'DIV', 'sideblock'); }, 'Mostrar bloco Calendário', 'Esconder bloco Calendário'); return false;" alt="Esconder bloco Calendário" title="Esconder bloco Calendário" class="hide-show-image" /><h2>Calendário</h2></div></div><div class="content"><div id="overDiv" style="position: absolute; visibility: hidden; z-index:1000;"></div><script type="text/javascript" src="http://moodle1415.esav.ipv.pt/calendar/overlib.cfg.php"></script>
  330. <div class="calendar-controls"><a class="previous" href="index.php?cal_m=2&amp;cal_y=2021" title="Mês prévio"><span class="arrow ">&#x25C4;</span><span class="accesshide " >&nbsp;Mês prévio</span></a><span class="hide"> | </span><span class="current"><a href="http://moodle1415.esav.ipv.pt/calendar/view.php?view=month&amp;course=1&amp;cal_d=1&amp;cal_m=03&amp;cal_y=2021">Março 2021</a></span><span class="hide"> | </span><a class="next" href="index.php?cal_m=4&amp;cal_y=2021" title="Próximo mês"><span class="accesshide " >Próximo mês&nbsp;</span><span class="arrow ">&#x25BA;</span></a>
  331. <span class="clearer"><!-- --></span></div>
  332. <table class="minicalendar" summary="Tabela de dados, Calendário de Março 2021"><tr class="weekdays"><th scope="col"><abbr title="Domingo">Dom</abbr></th>
  333. <th scope="col"><abbr title="Segunda">Seg</abbr></th>
  334. <th scope="col"><abbr title="Terça">Ter</abbr></th>
  335. <th scope="col"><abbr title="Quarta">Qua</abbr></th>
  336. <th scope="col"><abbr title="Quinta">Qui</abbr></th>
  337. <th scope="col"><abbr title="Sexta">Sex</abbr></th>
  338. <th scope="col"><abbr title="Sábado">Sab</abbr></th>
  339. </tr><tr><td class="dayblank">&nbsp;</td>
  340. <td class="day">1</td>
  341. <td class="day">2</td>
  342. <td class="day today eventnone"><span class="accesshide " >Hoje quarta-feira, 3 Março </span><a href="#" onmouseover="return overlib('Sem eventos', CAPTION, 'Hoje quarta-feira, 3 Março');" onmouseout="return nd();">3</a></td>
  343. <td class="day">4</td>
  344. <td class="day">5</td>
  345. <td class="weekend day">6</td>
  346. </tr><tr><td class="weekend day">7</td>
  347. <td class="day">8</td>
  348. <td class="day">9</td>
  349. <td class="day">10</td>
  350. <td class="day">11</td>
  351. <td class="day">12</td>
  352. <td class="weekend day">13</td>
  353. </tr><tr><td class="weekend day">14</td>
  354. <td class="day">15</td>
  355. <td class="day">16</td>
  356. <td class="day">17</td>
  357. <td class="day">18</td>
  358. <td class="day">19</td>
  359. <td class="weekend day">20</td>
  360. </tr><tr><td class="weekend day">21</td>
  361. <td class="day">22</td>
  362. <td class="day">23</td>
  363. <td class="day">24</td>
  364. <td class="day">25</td>
  365. <td class="day">26</td>
  366. <td class="weekend day">27</td>
  367. </tr><tr><td class="weekend day">28</td>
  368. <td class="day">29</td>
  369. <td class="day">30</td>
  370. <td class="day">31</td>
  371. <td class="dayblank">&nbsp;</td><td class="dayblank">&nbsp;</td><td class="dayblank">&nbsp;</td></tr></table></div></div><script type="text/javascript">
  372. //<![CDATA[
  373. elementCookieHide("inst4","Mostrar bloco Calendário","Esconder bloco Calendário");
  374. //]]>
  375. </script><span id="sb-3" class="skip-block-to"></span></div></td>
  376. </tr>
  377. </table>
  378. </div> <!-- end div containerContent -->
  379. <!-- START OF FOOTER -->
  380. <div id="footer">
  381. <p class="helplink"></p>
  382. <div class="logininfo">Utilizador não identificado. (<a href="http://moodle1415.esav.ipv.pt/login/index.php">Entrar</a>)</div><div class="sitelink"><a title="Moodle 1.9.5+ (Build: 20090701)" href="http://moodle.org/"><img style="width:100px;height:30px" src="pix/moodlelogo.gif" alt="moodlelogo" /></a></div>
  383. <!--DO NOT REMOVE WITHOUT PURCHASING A DOMAIN REBRAND LICENSE -->
  384. <p class="linkback" style="font-size:10px">Moodle Theme by <a href="http://newschoollearning.com">NewSchool Learning</a></p>
  385. <!-- END DO NOT REMOVE -->
  386. </div>
  387. </div>
  388. </body>
  389. </html>

↑ Top