Errors found while checking this document as XHTML 1.0 Strict!

Result: 37 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: 37 Errors

  1. Error Line 139, Column 81: required attribute "alt" not specified
    …	<img src="http://moodle1314.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 153, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p><span><strong><font size="4">Ano letivo 2013/2014</font></strong></span></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  3. Error Line 153, Column 29: there is no attribute "size"
    <p><span><strong><font size="4">Ano letivo 2013/2014</font></strong></span></p>

    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.

  4. Error Line 153, Column 32: element "font" undefined
    <p><span><strong><font size="4">Ano letivo 2013/2014</font></strong></span></p>

    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).
  5. Error Line 154, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p><span>Os docentes e alunos da ESAV para efectuarem login na plataforma dever…

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  6. Error Line 154, Column 254: there is no attribute "target"
    …f="http://portal.ipv.pt/esav/" target="_blank"><font color="#800080">http://po…

    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 154, Column 275: there is no attribute "color"
    …pt/esav/" target="_blank"><font color="#800080">http://portal.ipv.pt/esav/</fo…

    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 154, Column 284: element "font" undefined
    … target="_blank"><font color="#800080">http://portal.ipv.pt/esav/</font></a>).…

    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 155, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  10. Error Line 156, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p><strong><span>Alunos</span></strong><span><br /><em><span>Utilizador:</span>…

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  11. Error Line 157, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  12. Error Line 158, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p><strong><span>Docentes</span></strong><span><br /><em><span>Utilizador:</spa…

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  13. Error Line 159, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  14. Error Line 160, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p><span><strong><u><font color="#ff0000">Os alunos poderão alterar as suas pal…

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  15. Error Line 160, Column 20: element "u" undefined
    <p><span><strong><u><font color="#ff0000">Os alunos poderão alterar as suas pal…

    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).
  16. Error Line 160, Column 42: element "font" undefined
    …<span><strong><u><font color="#ff0000">Os alunos poderão alterar as suas palav…

    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).
  17. Error Line 160, Column 260: element "font" undefined
    … target="_blank"><font color="#800080">https://chgpwd.esav.ipv.pt/</font></a>.…

    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).
  18. Error Line 161, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p><span>Se por algum motivo não conseguirem aceder, na Plataforma de eLearning…

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  19. Error Line 162, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  20. Error Line 163, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p><strong><span><font color="#ff0000">ATENÇÃO:</font></span></strong><strong><…

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  21. Error Line 163, Column 39: element "font" undefined
    <p><strong><span><font color="#ff0000">ATENÇÃO:</font></span></strong><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).
  22. Error Line 164, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  23. Error Line 165, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p><span>Com os melhores cumprimentos, </span></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  24. Error Line 166, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  25. Error Line 167, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p><span>Os Serviços de Informática.</span></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  26. Error Line 168, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  27. Error Line 169, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  28. Error Line 170, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  29. Error Line 171, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  30. Error Line 172, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  31. Error Line 173, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  32. Error Line 174, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  33. Error Line 175, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  34. Error Line 176, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  35. Error Line 177, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  36. Error Line 178, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  37. Error Line 179, Column 3: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    <p></p></span></div><div class="commands"></div></td></tr></table>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

↑ 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://moodle1314.esav.ipv.pt/theme/standard/styles.php" />
  6. <link rel="stylesheet" type="text/css" href="http://moodle1314.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://moodle1314.esav.ipv.pt/theme/standard/styles_ie7.css" />
  10. <![endif]-->
  11. <!--[if IE 6]>
  12. <link rel="stylesheet" type="text/css" href="http://moodle1314.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://moodle1314.esav.ipv.pt/theme/simplicity/favicon.ico" />
  17. <!--<style type="text/css">/*<![CDATA[*/ body{behavior:url(http://moodle1314.esav.ipv.pt/lib/csshover.htc);} /*]]>*/</style>-->
  18. <script type="text/javascript" src="http://moodle1314.esav.ipv.pt/lib/javascript-static.js"></script>
  19. <script type="text/javascript" src="http://moodle1314.esav.ipv.pt/lib/javascript-mod.php"></script>
  20. <script type="text/javascript" src="http://moodle1314.esav.ipv.pt/lib/overlib/overlib.js"></script>
  21. <script type="text/javascript" src="http://moodle1314.esav.ipv.pt/lib/overlib/overlib_cssstyle.js"></script>
  22. <script type="text/javascript" src="http://moodle1314.esav.ipv.pt/lib/cookies.js"></script>
  23. <script type="text/javascript" src="http://moodle1314.esav.ipv.pt/lib/ufo.js"></script>
  24. <script type="text/javascript" src="http://moodle1314.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://moodle1314.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://moodle1314.esav.ipv.pt/login/index.php">Entrar</a>)</div><form action="http://moodle1314.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://moodle1314.esav.ipv.pt/index.php?lang=de_utf8">Deutsch (de)</option>
  105. <option value="http://moodle1314.esav.ipv.pt/index.php?lang=el_utf8">Ελληνικά (el)</option>
  106. <option value="http://moodle1314.esav.ipv.pt/index.php?lang=en_utf8">English (en)</option>
  107. <option value="http://moodle1314.esav.ipv.pt/index.php?lang=es_utf8">Español - Internacional (es)</option>
  108. <option value="http://moodle1314.esav.ipv.pt/index.php?lang=fr_utf8">Français (fr)</option>
  109. <option value="http://moodle1314.esav.ipv.pt/index.php?lang=gl_utf8">Galego (gl)</option>
  110. <option value="http://moodle1314.esav.ipv.pt/index.php?lang=pl_utf8">Polski (pl)</option>
  111. <option value="http://moodle1314.esav.ipv.pt/index.php?lang=pt_utf8" selected="selected">Português - Portugal (pt)</option>
  112. <option value="http://moodle1314.esav.ipv.pt/index.php?lang=sl_utf8">Sloven&#353;&#269;ina (sl)</option>
  113. <option value="http://moodle1314.esav.ipv.pt/index.php?lang=tr_utf8">Türkçe (tr)</option>
  114. <option value="http://moodle1314.esav.ipv.pt/index.php?lang=uk_utf8">Українська (uk)</option>
  115. </select><input type="hidden" name="sesskey" value="EHexzEB4cx" /><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://moodle1314.esav.ipv.pt/theme/simplicity/images/image.jpg" /> -->
  126. <img src="http://moodle1314.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://moodle1314.esav.ipv.pt/user/view.php?id=2&amp;course=1"><img class="userpicture" src="http://moodle1314.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 2013/2014</div><div class="author">por <a href="http://moodle1314.esav.ipv.pt/user/view.php?id=2&amp;course=1">Administrador Moodle</a> - terça-feira, 27 Agosto 2013, 10:28</div></td></tr><tr><td class="left side">&nbsp;</td><td class="content">
  136. <div class="posting"><span>
  137. <p><span><strong><font size="4">Ano letivo 2013/2014</font></strong></span></p>
  138. <p><span>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"><font color="#800080">http://portal.ipv.pt/esav/</font></a>). As credenciais têm o seguinte formato: </span></p>
  139. <p></p>
  140. <p><strong><span>Alunos</span></strong><span><br /><em><span>Utilizador:</span></em> esav&lt;nº mecanográfico&gt;<br /><em><span>Palavra-passe:</span></em> &lt;a indicada/fornecida no acto de matrícula/inscrição&gt; </span></p>
  141. <p></p>
  142. <p><strong><span>Docentes</span></strong><span><br /><em><span>Utilizador:</span></em> utilizador usado na escola (sem o @esav.ipv.pt)<br /><em><span>Palavra-passe:</span></em> &lt;a utilizada para acesso aos serviços da escola&gt; </span></p>
  143. <p></p>
  144. <p><span><strong><u><font color="#ff0000">Os alunos poderão alterar as suas palavras-passe através do seguinte site:</font></u></strong> <a title="Alteração de palavra-passe para Alunos" href="https://chgpwd.esav.ipv.pt/" target="_blank"><font color="#800080">https://chgpwd.esav.ipv.pt/</font></a>. </span></p>
  145. <p><span>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. </span></p>
  146. <p></p>
  147. <p><strong><span><font color="#ff0000">ATENÇÃO:</font></span></strong><strong><span> </span></strong><span>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. </span></p>
  148. <p></p>
  149. <p><span>Com os melhores cumprimentos, </span></p>
  150. <p></p>
  151. <p><span>Os Serviços de Informática.</span></p>
  152. <p></p>
  153. <p></p>
  154. <p></p>
  155. <p></p>
  156. <p></p>
  157. <p></p>
  158. <p></p>
  159. <p></p>
  160. <p></p>
  161. <p></p>
  162. <p></p>
  163. <p></p></span></div><div class="commands"></div></td></tr></table>
  164. <div class="forumolddiscuss"><a href="http://moodle1314.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">
  165. <table class="categorylist"><tr><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=3">Cursos 1º Ciclo</a></td><td valign="top" class="category number"></td></tr></table>
  166. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  167. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=4">Ecologia e Paisagismo - 9080</a></td><td valign="top" class="category number">1</td></tr></table>
  168. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  169. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=15">1º Ano</a></td><td valign="top" class="category number">7</td></tr></table>
  170. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  171. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=17">2º Ano</a></td><td valign="top" class="category number">12</td></tr></table>
  172. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  173. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=18">3º Ano</a></td><td valign="top" class="category number">10</td></tr></table>
  174. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  175. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=5">Enfermagem Veterinária - 9085</a></td><td valign="top" class="category number"></td></tr></table>
  176. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  177. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=19">1º Ano</a></td><td valign="top" class="category number">9</td></tr></table>
  178. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  179. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=20">2º Ano</a></td><td valign="top" class="category number">12</td></tr></table>
  180. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  181. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=21">3º Ano</a></td><td valign="top" class="category number">7</td></tr></table>
  182. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  183. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=38">Engenharia Agronómica, Ramo Comum - 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://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  185. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=39">1º Ano</a></td><td valign="top" class="category number">6</td></tr></table>
  186. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  187. </td><td valign="top" class="category name"><a href="http://moodle1314.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>
  188. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  189. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=23">2º Ano</a></td><td valign="top" class="category number">9</td></tr></table>
  190. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  191. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=24">3º Ano</a></td><td valign="top" class="category number">6</td></tr></table>
  192. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  193. </td><td valign="top" class="category name"><a href="http://moodle1314.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>
  194. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  195. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=36">2º Ano</a></td><td valign="top" class="category number">9</td></tr></table>
  196. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  197. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=37">3º Ano</a></td><td valign="top" class="category number">8</td></tr></table>
  198. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  199. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=7">Engenharia Alimentar - 9087</a></td><td valign="top" class="category number"></td></tr></table>
  200. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  201. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=26">1º Ano</a></td><td valign="top" class="category number">7</td></tr></table>
  202. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  203. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=27">2º Ano</a></td><td valign="top" class="category number">12</td></tr></table>
  204. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  205. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=28">3º Ano</a></td><td valign="top" class="category number">8</td></tr></table>
  206. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  207. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=8">Engenharia Florestal - 9114</a></td><td valign="top" class="category number">1</td></tr></table>
  208. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  209. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=29">1º Ano</a></td><td valign="top" class="category number">8</td></tr></table>
  210. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  211. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=30">2º Ano</a></td><td valign="top" class="category number">12</td></tr></table>
  212. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  213. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=31">3º Ano</a></td><td valign="top" class="category number">9</td></tr></table>
  214. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  215. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=9">Engenharia Zootécnica - 9129</a></td><td valign="top" class="category number">1</td></tr></table>
  216. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  217. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=32">1º Ano</a></td><td valign="top" class="category number">5</td></tr></table>
  218. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  219. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=33">2º Ano</a></td><td valign="top" class="category number">9</td></tr></table>
  220. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  221. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=34">3º Ano</a></td><td valign="top" class="category number">9</td></tr></table>
  222. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  223. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=64">Engenharia de Biossistemas - 9001</a></td><td valign="top" class="category number"></td></tr></table>
  224. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  225. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=65">1º ano</a></td><td valign="top" class="category number">8</td></tr></table>
  226. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  227. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=66">2º ano</a></td><td valign="top" class="category number">12</td></tr></table>
  228. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  229. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=67">3º ano</a></td><td valign="top" class="category number">9</td></tr></table>
  230. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  231. </td><td valign="top" class="category name"><a href="http://moodle1314.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>
  232. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  233. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=76">1º Ano</a></td><td valign="top" class="category number">8</td></tr></table>
  234. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  235. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=77">2º Ano</a></td><td valign="top" class="category number">12</td></tr></table>
  236. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  237. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=78">3º Ano</a></td><td valign="top" class="category number">11</td></tr></table>
  238. <table class="categorylist"><tr><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=11">Cursos 2º Ciclo</a></td><td valign="top" class="category number"></td></tr></table>
  239. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  240. </td><td valign="top" class="category name"><a href="http://moodle1314.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>
  241. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  242. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=13">1º Ano</a></td><td valign="top" class="category number">15</td></tr></table>
  243. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  244. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=14">2º Ano</a></td><td valign="top" class="category number">1</td></tr></table>
  245. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  246. </td><td valign="top" class="category name"><a href="http://moodle1314.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>
  247. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  248. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=41">1º Ano</a></td><td valign="top" class="category number">15</td></tr></table>
  249. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  250. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=42">2º Ano</a></td><td valign="top" class="category number">1</td></tr></table>
  251. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  252. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=43">Direcção de Curso</a></td><td valign="top" class="category number">1</td></tr></table>
  253. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  254. </td><td valign="top" class="category name"><a href="http://moodle1314.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>
  255. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  256. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=62">1º Ano</a></td><td valign="top" class="category number">11</td></tr></table>
  257. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  258. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=63">2º Ano</a></td><td valign="top" class="category number">1</td></tr></table>
  259. <table class="categorylist"><tr><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=68">Pós-Graduações</a></td><td valign="top" class="category number"></td></tr></table>
  260. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  261. </td><td valign="top" class="category name"><a href="http://moodle1314.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>
  262. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  263. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=72">1º ano</a></td><td valign="top" class="category number">15</td></tr></table>
  264. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  265. </td><td valign="top" class="category name"><a href="http://moodle1314.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>
  266. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  267. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=71">1º ano</a></td><td valign="top" class="category number">14</td></tr></table>
  268. <table class="categorylist"><tr><td valign="top" class="category name"><a href="http://moodle1314.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>
  269. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  270. </td><td valign="top" class="category name"><a href="http://moodle1314.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>
  271. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  272. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=54">1º Ano</a></td><td valign="top" class="category number">12</td></tr></table>
  273. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  274. </td><td valign="top" class="category name"><a href="http://moodle1314.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>
  275. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  276. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=56">1º Ano</a></td><td valign="top" class="category number">15</td></tr></table>
  277. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  278. </td><td valign="top" class="category name"><a href="http://moodle1314.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>
  279. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  280. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=49">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://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  282. </td><td valign="top" class="category name"><a href="http://moodle1314.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>
  283. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  284. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=58">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://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  286. </td><td valign="top" class="category name"><a href="http://moodle1314.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>
  287. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  288. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=60">1º Ano</a></td><td valign="top" class="category number">15</td></tr></table>
  289. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="20" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  290. </td><td valign="top" class="category name"><a href="http://moodle1314.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>
  291. <table class="categorylist"><tr><td class="category indentation" valign="top"><img class="spacer" height="10" width="40" src="http://moodle1314.esav.ipv.pt/pix/spacer.gif" alt="" /><br />
  292. </td><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=74">1º ano</a></td><td valign="top" class="category number">17</td></tr></table>
  293. <table class="categorylist"><tr><td valign="top" class="category name"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=50">Disciplinas Transversais</a></td><td valign="top" class="category number">45</td></tr></table>
  294. <table class="categorylist"><tr><td valign="top" class="category name"><a href="http://moodle1314.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></div><form id="coursesearch" action="http://moodle1314.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://moodle1314.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">
  295. <form class="loginform" id="login" method="post" action="http://moodle1314.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>
  296. </div></div><script type="text/javascript">
  297. //<![CDATA[
  298. elementCookieHide("inst2345","Mostrar bloco Entrar","Esconder bloco Entrar");
  299. //]]>
  300. </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://moodle1314.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">
  301. <ul class='list'>
  302. <li class="r0"><div class="icon column c0"><img src="http://moodle1314.esav.ipv.pt/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=3">Cursos 1º Ciclo</a></div></li>
  303. <li class="r1"><div class="icon column c0"><img src="http://moodle1314.esav.ipv.pt/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=11">Cursos 2º Ciclo</a></div></li>
  304. <li class="r0"><div class="icon column c0"><img src="http://moodle1314.esav.ipv.pt/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=68">Pós-Graduações</a></div></li>
  305. <li class="r1"><div class="icon column c0"><img src="http://moodle1314.esav.ipv.pt/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=47">Cursos de Especialização Tecnológica</a></div></li>
  306. <li class="r0"><div class="icon column c0"><img src="http://moodle1314.esav.ipv.pt/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=50">Disciplinas Transversais</a></div></li>
  307. <li class="r1"><div class="icon column c0"><img src="http://moodle1314.esav.ipv.pt/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle1314.esav.ipv.pt/course/category.php?id=51">Serviços de Documentação</a></div></li>
  308. </ul>
  309. <div class="footer"><a href="http://moodle1314.esav.ipv.pt/course/index.php">Todas as disciplinas</a> ...</div></div></div><script type="text/javascript">
  310. //<![CDATA[
  311. elementCookieHide("inst2346","Mostrar bloco Grupos de disciplinas","Esconder bloco Grupos de disciplinas");
  312. //]]>
  313. </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://moodle1314.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://moodle1314.esav.ipv.pt/calendar/overlib.cfg.php"></script>
  314. <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://moodle1314.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>
  315. <span class="clearer"><!-- --></span></div>
  316. <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>
  317. <th scope="col"><abbr title="Segunda">Seg</abbr></th>
  318. <th scope="col"><abbr title="Terça">Ter</abbr></th>
  319. <th scope="col"><abbr title="Quarta">Qua</abbr></th>
  320. <th scope="col"><abbr title="Quinta">Qui</abbr></th>
  321. <th scope="col"><abbr title="Sexta">Sex</abbr></th>
  322. <th scope="col"><abbr title="Sábado">Sab</abbr></th>
  323. </tr><tr><td class="dayblank">&nbsp;</td>
  324. <td class="day">1</td>
  325. <td class="day">2</td>
  326. <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>
  327. <td class="day">4</td>
  328. <td class="day">5</td>
  329. <td class="weekend day">6</td>
  330. </tr><tr><td class="weekend day">7</td>
  331. <td class="day">8</td>
  332. <td class="day">9</td>
  333. <td class="day">10</td>
  334. <td class="day">11</td>
  335. <td class="day">12</td>
  336. <td class="weekend day">13</td>
  337. </tr><tr><td class="weekend day">14</td>
  338. <td class="day">15</td>
  339. <td class="day">16</td>
  340. <td class="day">17</td>
  341. <td class="day">18</td>
  342. <td class="day">19</td>
  343. <td class="weekend day">20</td>
  344. </tr><tr><td class="weekend day">21</td>
  345. <td class="day">22</td>
  346. <td class="day">23</td>
  347. <td class="day">24</td>
  348. <td class="day">25</td>
  349. <td class="day">26</td>
  350. <td class="weekend day">27</td>
  351. </tr><tr><td class="weekend day">28</td>
  352. <td class="day">29</td>
  353. <td class="day">30</td>
  354. <td class="day">31</td>
  355. <td class="dayblank">&nbsp;</td><td class="dayblank">&nbsp;</td><td class="dayblank">&nbsp;</td></tr></table></div></div><script type="text/javascript">
  356. //<![CDATA[
  357. elementCookieHide("inst4","Mostrar bloco Calendário","Esconder bloco Calendário");
  358. //]]>
  359. </script><span id="sb-3" class="skip-block-to"></span></div></td>
  360. </tr>
  361. </table>
  362. </div> <!-- end div containerContent -->
  363. <!-- START OF FOOTER -->
  364. <div id="footer">
  365. <p class="helplink"></p>
  366. <div class="logininfo">Utilizador não identificado. (<a href="http://moodle1314.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>
  367. <!--DO NOT REMOVE WITHOUT PURCHASING A DOMAIN REBRAND LICENSE -->
  368. <p class="linkback" style="font-size:10px">Moodle Theme by <a href="http://newschoollearning.com">NewSchool Learning</a></p>
  369. <!-- END DO NOT REMOVE -->
  370. </div>
  371. </div>
  372. </body>
  373. </html>

↑ Top