Errors found while checking this document as XHTML 1.0 Transitional!

Result: 19 Errors
:
: utf-8
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

↑ Top

Validation Output: 19 Errors

  1. Error Line 114, Column 211: there is no attribute "alt"
    …               <a href="/ica/index.php/;search/advanced" alt="Advanced search">

    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.

  2. Error Line 217, Column 58: document type does not allow element "h1" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …rchival description"><h1 class="label">Series 001 - Arquivo de História Oral</…

    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 226, Column 16: there is no attribute "anchor"
      <span anchor="identityArea" title="Edit identity area"><h2>Identity area</h2>…

    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 226, Column 61: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    … anchor="identityArea" title="Edit identity area"><h2>Identity area</h2></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>").

  5. Error Line 245, Column 19: end tag for "ul" which is not finished
                  </ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

  6. Error Line 271, Column 59: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …pan anchor="contextArea" title="Edit context area"><h2>Context area</h2></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>").

  7. Error Line 297, Column 85: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …le="Edit content and structure area"><h2>Content and structure area</h2></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>").

  8. Error Line 334, Column 97: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …conditions of access and use area"><h2>Conditions of access and use area</h2><…

    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>").

  9. Error Line 353, Column 19: end tag for "ul" which is not finished
                  </ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

  10. Error Line 361, Column 19: end tag for "ul" which is not finished
                  </ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

  11. Error Line 387, Column 75: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …lsArea" title="Edit alied materials area"><h2>Allied materials area</h2></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>").

  12. Error Line 418, Column 55: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
      <span anchor="notesArea" title="Edit notes area"><h2>Notes area</h2></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>").

  13. Error Line 428, Column 65: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …hor="accessPointsArea" title="Edit access points"><h2>Access points</h2></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>").

  14. Error Line 442, Column 15: end tag for "ul" which is not finished
              </ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

  15. Error Line 450, Column 21: end tag for "ul" which is not finished
                    </ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

  16. Error Line 462, Column 82: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    … title="Edit description control area"><h2>Description control area</h2></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>").

  17. Error Line 509, Column 19: end tag for "ul" which is not finished
                  </ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

  18. Error Line 517, Column 19: end tag for "ul" which is not finished
                  </ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

  19. Error Line 553, Column 9: end tag for "ul" which is not finished
        </ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

↑ Top

Source Listing

Below is the source input I used for this validation:

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta name="title" content="Series 001 - Arquivo de História Oral - " />
  7. <meta name="description" content="Open archival description system" />
  8. <title>Series 001 - Arquivo de História Oral - </title>
  9. <link href="/ica/vendor/imageflow/imageflow.packed.css" media="screen" rel="stylesheet" type="text/css" />
  10. <link href="/ica/css/yui/treeview/assets/skins/qubit/treeview-skin.css" media="screen" rel="stylesheet" type="text/css" />
  11. <link media="all" href="/ica/plugins/sfDrupalPlugin/vendor/drupal/modules/system/system.css" rel="stylesheet" type="text/css" />
  12. <link media="all" href="/ica/plugins/sfDrupalPlugin/vendor/drupal/modules/system/system-behavior.css" rel="stylesheet" type="text/css" />
  13. <link media="all" href="/ica/plugins/sfDrupalPlugin/vendor/drupal/modules/system/system-menus.css" rel="stylesheet" type="text/css" />
  14. <link media="all" href="/ica/plugins/sfDrupalPlugin/vendor/drupal/themes/garland/style.css" rel="stylesheet" type="text/css" />
  15. <link media="print" href="/ica/plugins/sfDrupalPlugin/vendor/drupal/themes/garland/print.css" rel="stylesheet" type="text/css" />
  16. <link href="/ica/vendor/yui/button/assets/skins/sam/button.css" media="screen" rel="stylesheet" type="text/css" />
  17. <link href="/ica/vendor/yui/menu/assets/skins/sam/menu.css" media="screen" rel="stylesheet" type="text/css" />
  18. <link href="/ica/plugins/sfTranslatePlugin/css/l10n_client.css" media="screen" rel="stylesheet" type="text/css" />
  19. <link href="/ica/css/form.css" media="screen" rel="stylesheet" type="text/css" />
  20. <link href="/ica/css/graphic.css" media="screen" rel="stylesheet" type="text/css" />
  21. <link href="/ica/css/menu.css" media="screen" rel="stylesheet" type="text/css" />
  22. <link media="all" href="/ica/plugins/sfCgtpPlugin/css/reset.css" rel="stylesheet" type="text/css" />
  23. <link media="all" href="/ica/plugins/sfCgtpPlugin/css/template.css" rel="stylesheet" type="text/css" />
  24. <link media="print" href="/ica/plugins/sfCgtpPlugin/css/print.css" rel="stylesheet" type="text/css" />
  25. <link href="/ica/css/main.css" media="screen" rel="stylesheet" type="text/css" />
  26. <script src="/ica/vendor/jquery.js" type="text/javascript"></script>
  27. <script src="/ica/plugins/sfDrupalPlugin/vendor/drupal/misc/jquery.once.js" type="text/javascript"></script>
  28. <script src="/ica/plugins/sfDrupalPlugin/vendor/drupal/misc/drupal.js" type="text/javascript"></script>
  29. <script src="/ica/plugins/sfDrupalPlugin/vendor/drupal/misc/textarea.js" type="text/javascript"></script>
  30. <script src="/ica/plugins/sfTranslatePlugin/js/l10n_client.js" type="text/javascript"></script>
  31. <script src="/ica/js/qubit.js" type="text/javascript"></script>
  32. <script src="/ica/vendor/yui/yahoo-dom-event/yahoo-dom-event.js" type="text/javascript"></script>
  33. <script src="/ica/vendor/yui/element/element-min.js" type="text/javascript"></script>
  34. <script src="/ica/vendor/yui/button/button-min.js" type="text/javascript"></script>
  35. <script src="/ica/vendor/yui/container/container_core-min.js" type="text/javascript"></script>
  36. <script src="/ica/vendor/yui/menu/menu-min.js" type="text/javascript"></script>
  37. <script src="/ica/js/blank.js" type="text/javascript"></script>
  38. <script src="/ica/plugins/sfCaribouPlugin/js/navigation.js" type="text/javascript"></script>
  39. <script src="/ica/vendor/imageflow/imageflow.packed.js" type="text/javascript"></script>
  40. <script src="/ica/js/imageflow.js" type="text/javascript"></script>
  41. <script src="/ica/vendor/yui/treeview/treeview-min.js" type="text/javascript"></script>
  42. <script src="/ica/vendor/yui/dragdrop/dragdrop-min.js" type="text/javascript"></script>
  43. <script src="/ica/js/treeView.js" type="text/javascript"></script>
  44. <script type="text/javascript">
  45. //<![CDATA[
  46. jQuery.extend(Qubit, {"relativeUrlRoot":"\/ica"});
  47. //]]>
  48. </script></head>
  49. <body class="yui-skin-sam">
  50. <table class="header" width="100%" border="0" cellspacing="0" cellpadding="0">
  51. <tr>
  52. <td class="top_left" height="111px">&nbsp;</td>
  53. <td width="248" class="logo">
  54. <div id="logo">
  55. <a href="/ica/index.php/" title=""><img alt="" src="/ica/images/logo.png" /></a> </div>
  56. </td>
  57. <td width="713" class="header" align="right" valign="top">
  58. <div class="section" id="languageMenu">
  59. <h2 class="element-invisible">Language</h2>
  60. <div class="content">
  61. <ul class="links">
  62. <li><a href="/ica/index.php/818;isad?sf_culture=en" title="English">English</a></li>
  63. <li><a href="/ica/index.php/818;isad?sf_culture=pt" title="português">português</a></li>
  64. </ul>
  65. </div>
  66. </div>
  67. </td>
  68. <td class="top_right">&nbsp;</td>
  69. </tr>
  70. </table>
  71. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  72. <tr class="top">
  73. <td height="30" class="menubar">&nbsp;</td>
  74. <td width="248" valign="top" class="subtitle"></td>
  75. <td width="713" id="navigation" class="menubar" valign="top">
  76. <div class="section" id="userMenu">
  77. <h2 class="element-invisible">User menu</h2>
  78. <div class="content">
  79. <ul class="clearfix links">
  80. <li><a href="/" title="Página inicial">Página inicial</a></li>
  81. </ul>
  82. </div>
  83. </div>
  84. </td>
  85. <td class="menubar">&nbsp;</td>
  86. </tr>
  87. <tr class="top">
  88. <td>&nbsp;</td>
  89. <td width="248" valign="top" class="left-top">
  90. <div class="module-top_left">
  91. <h3>Bem vindo</h3>
  92. <p>O Centro de Arquivo e Documentação (CAD) da Confederação Geral dos Trabalhadores Portugueses (CGTP-IN)
  93. tem como missão gerir toda a documentação produzida e recebida&nbsp; por esta organização (sede),
  94. independentemente do seu suporte ou data. <a href="/pt/apresentacao">Continuar...</a>
  95. </p>
  96. </div>
  97. </td>
  98. <td width="713" valign="top">
  99. <div class="module-search">
  100. <h3>Search Archive</h3>
  101. <div class="search section">
  102. <h3 class="element-invisible">Search</h3>
  103. <div class="content">
  104. <form action="/ica/index.php/;search">
  105. <input type="text" name="query" id="query" value="" /> <input class="form-submit" type="submit" value="Search" /> <a href="/ica/index.php/;search/advanced" alt="Advanced search">
  106. Advanced search </a>
  107. </form>
  108. </div>
  109. </div>
  110. <div class="module-top">
  111. <div class="browse section">
  112. <h2 class="element-invisible">Browse</h2>
  113. <div class="content">
  114. <ul class="links">
  115. <li><a href="/ica/index.php/;informationobject/browse" title="archival descriptions">archival descriptions</a></li>
  116. <li><a href="/ica/index.php/;actor/browse" title="names">names</a></li>
  117. <li><a href="/ica/index.php/;repository/browse" title="archival institutions">archival institutions</a></li>
  118. <li><a href="/ica/index.php/;function/list" title="functions">functions</a></li>
  119. <li><a href="/ica/index.php/35;term/browseTaxonomy" title="subjects">subjects</a></li>
  120. <li><a href="/ica/index.php/42;term/browseTaxonomy" title="places">places</a></li>
  121. <li><a href="/ica/index.php/;digitalobject/list" title="digital objects">digital objects</a></li>
  122. </ul>
  123. </div>
  124. </div>
  125. </div>
  126. </div>
  127. </td>
  128. <td>&nbsp;</td>
  129. </tr>
  130. </table>
  131. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  132. <tr class="middle">
  133. <td>&nbsp;</td>
  134. <td width="248" valign="top" class="left">
  135. <div class="fade-container" style="position: relative">
  136. <div class="fade-bottom"></div>
  137. <div id="contextMenu">
  138. <div class="field">
  139. <h3>archival institutions</h3>
  140. <div>
  141. <a title="Inherited from Confederação Geral dos Trabalhadores Portugueses – Intersindical Nacional (CGTP-IN)" href="/ica/index.php/602;isdiah">Confederação Geral dos Trabalhadores Portugueses – Intersindical Nacional (CGTP-IN)</a>
  142. </div>
  143. </div>
  144. <div class="field">
  145. <h3>creators</h3>
  146. <div>
  147. <ul>
  148. <li><a title="Inherited from Confederação Geral dos Trabalhadores Portugueses – Intersindical Nacional (CGTP-IN)" href="/ica/index.php/6497;isaar">Confederação Geral dos Trabalhadores Portugueses – Intersindical Nacional (CGTP-IN)</a></li>
  149. </ul>
  150. </div>
  151. </div>
  152. <div>
  153. <h3>digital objects</h3>
  154. <div id="imageflow" class="imageflow">
  155. <img longdesc="/ica/index.php/2683;isad" alt="Entrevista a Carlos Carvalho" src="/ica/uploads/2/6/2683/Carlos_Carvalho.png" /> <img longdesc="/ica/index.php/9588;isad" alt="Entrevista a Armando Artu..." src="/ica/uploads/9/5/9588/Armando_T._da_Silva.png" /> <img longdesc="/ica/index.php/7881;isad" alt="Entrevista a António Neve..." src="/ica/uploads/7/8/7881/Ant__nio_Teodoro.png" /> <img longdesc="/ica/index.php/2745;isad" alt="Entrevista a António Joaq..." src="/ica/uploads/2/7/2745/Ant__nio_Santos.jpg" /> <img longdesc="/ica/index.php/8129;isad" alt="Entrevista a Américo da C..." src="/ica/uploads/8/1/8129/Am__rico_da_Costa_Pereira.png" /> <img longdesc="/ica/index.php/820;isad" alt="Entrevista a Américo Nunes" src="/ica/uploads/8/2/820/Am__rico_Nunes.png" /> <img longdesc="/ica/index.php/7449;isad" alt="Entrevista a António Lope..." src="/ica/uploads/7/4/7449/Ant__nio_Lopes_Marques.png" /> <img longdesc="/ica/index.php/7877;isad" alt="Entrevista a Avelino Pach..." src="/ica/uploads/7/8/7877/Avelino_Pacheco_Gon__alves.png" /> <img longdesc="/ica/index.php/1632;isad" alt="Entrevista a António Cava..." src="/ica/uploads/1/6/1632/Ant__nio_Cavaca_Calarr__o.png" /> <img longdesc="/ica/index.php/819;isad" alt="Entrevista a Luís Maria K..." src="/ica/uploads/8/1/819/Kalid__s_Barreto.png" /> <img longdesc="/ica/index.php/1746;isad" alt="Entrevista a Manuel Maria..." src="/ica/uploads/1/7/1746/Manuel_Candeias.png" /> <img longdesc="/ica/index.php/7855;isad" alt="Entrevista a Manuel Carva..." src="/ica/uploads/7/8/7855/Manuel_Carvalho_da_Silva.png" /> <img longdesc="/ica/index.php/7872;isad" alt="Entrevista a Manuel Antón..." src="/ica/uploads/7/8/7872/Manuel_Freitas.png" /> <img longdesc="/ica/index.php/2686;isad" alt="Entrevista a Manuel Macha..." src="/ica/uploads/2/6/2686/Manuel_S___Marques.png" /> <img longdesc="/ica/index.php/7802;isad" alt="Entrevista a Manuel Silva" src="/ica/uploads/7/8/7802/Manuel_Silva_142.jpg" /> <img longdesc="/ica/index.php/822;isad" alt="Entrevista a Maria do Car..." src="/ica/uploads/8/2/822/Maria_do_Carmo_Tavares.png" /> <img longdesc="/ica/index.php/1673;isad" alt="Entrevista a Manuel Antón..." src="/ica/uploads/1/6/1673/Manuel_Vicente.png" /> <img longdesc="/ica/index.php/7867;isad" alt="Entrevista a Quintino Man..." src="/ica/uploads/7/8/7867/Quintino_Aguiar.png" /> <img longdesc="/ica/index.php/9473;isad" alt="Entrevista a Rogério Dias..." src="/ica/uploads/9/4/9473/Rog__rio_Torres.png" /> <img longdesc="/ica/index.php/1694;isad" alt="Entrevista a Vitor Manuel..." src="/ica/uploads/1/6/1694/Vitor_Ranita.png" /> <img longdesc="/ica/index.php/7902;isad" alt="Entrevista a Rosa Maria S..." src="/ica/uploads/7/9/7902/Rosa_Maria_Sim__es.png" /> <img longdesc="/ica/index.php/7915;isad" alt="Daniel Isidro Cabrita" src="/ica/uploads/7/9/7915/Daniel_Cabrita.png" /> <img longdesc="/ica/index.php/824;isad" alt="Entrevista a Francisco Ca..." src="/ica/uploads/8/2/824/Francisco_Canais_Rocha.png" /> <img longdesc="/ica/index.php/7887;isad" alt="Entrevista a Isabel Figue..." src="/ica/uploads/7/8/7887/Isabel_Figueiredo.png" /> <img longdesc="/ica/index.php/4191;isad" alt="Entrevista a Juvelino Fer..." src="/ica/uploads/4/1/4191/Juvelino_Cola__o.png" /> <img longdesc="/ica/index.php/1739;isad" alt="Entrevista a José Ernesto..." src="/ica/uploads/1/7/1739/Jos___Ernesto_Cartaxo.png" /> <img longdesc="/ica/index.php/48742;isad" alt="Entrevista a José Luís Judas" src="/ica/uploads/4/8/48742/Captura_de_ecra_de_2017-02-21_11_53_30.png" /> <img longdesc="/ica/index.php/1667;isad" alt="Entrevista a José Malaqui..." src="/ica/uploads/1/6/1667/Jos___Pinela.png" /> <img longdesc="/ica/index.php/7892;isad" alt="Entrevista a Maria Emília..." src="/ica/uploads/7/8/7892/Maria_Em__lia_Reis.png" /> <img longdesc="/ica/index.php/85710;isad" alt="Entrevista a José Machado" src="/ica/uploads/8/5/85710/JoseMachado_31-01-2013.png" /> </div>
  156. </div>
  157. <div>
  158. <h3>
  159. Fonds </h3>
  160. <div>
  161. <div id="treeView">
  162. </div>
  163. <script type="text/javascript">
  164. //<![CDATA[
  165. Qubit.treeView.objects = [{"label":"Fonds \/CGTPIN - Confedera\u00e7\u00e3o Geral dos Trabalha...","href":"\/ica\/index.php\/652;isad","id":"652","parentId":"1","isLeaf":""},{"label":"Sec\u00e7\u00e3o CAD - Centro de Arquivo e Documenta\u00e7\u00e3o","href":"\/ica\/index.php\/122817;isad","id":"122817","parentId":"652","isLeaf":""},{"label":"Series 001 - Arquivo de Hist\u00f3ria Oral","href":"\/ica\/index.php\/818;isad","id":"818","parentId":"122817","isLeaf":"","style":"ygtvlabel currentTextNode"},{"label":"Subseries 001 - Testemunhos Orais: Preserva\u00e7\u00e3o,...","href":"\/ica\/index.php\/60664;isad","id":"60664","parentId":"818","isLeaf":""},{"label":"Subseries 002 - Testemunhos orais para o livro ...","href":"\/ica\/index.php\/60667;isad","id":"60667","parentId":"818","isLeaf":""}];
  166. Qubit.treeView.expands = {"1":"1","652":"652","122817":"122817","818":"818"};
  167. Qubit.treeView.Url = 'http://cad.cgtp.pt/ica/index.php/;informationobject/treeView';
  168. Qubit.treeView.draggable = false;
  169. Qubit.treeView.i18nLoading = 'Loading...';
  170. //]]>
  171. </script> </div>
  172. </div>
  173. <div class="section">
  174. <h2>Export</h2>
  175. <div class="content">
  176. <ul class="clearfix">
  177. <li><a href="/ica/index.php/818;dc?sf_format=xml" title="Dublin Core 1.1 XML">Dublin Core 1.1 XML</a></li>
  178. <li><a href="/ica/index.php/818;ead?sf_format=xml" title="EAD 2002 XML">EAD 2002 XML</a></li>
  179. </ul>
  180. </div>
  181. </div>
  182. </div>
  183. </div></td>
  184. <td width="713" valign="top" class="conteudo">
  185. <div class="conteudo"><h1>View archival description</h1>
  186. <span title="Edit archival description"><h1 class="label">Series 001 - Arquivo de História Oral</h1></span>
  187. <!-- ******************************************** -->
  188. <!-- START IDENTITY AREA -->
  189. <!-- ******************************************** -->
  190. <div class="section" id="identityArea">
  191. <span anchor="identityArea" title="Edit identity area"><h2>Identity area</h2></span>
  192. <div class="field">
  193. <h3>Reference code</h3>
  194. <div>
  195. PT -CGTPIN /CGTPIN-CAD-001
  196. </div>
  197. </div>
  198. <div class="field">
  199. <h3>Title</h3>
  200. <div>
  201. Arquivo de História Oral
  202. </div>
  203. </div>
  204. <div class="field">
  205. <h3>Date(s)</h3>
  206. <div>
  207. <ul>
  208. </ul>
  209. </div>
  210. </div>
  211. <div class="field">
  212. <h3>Level of description</h3>
  213. <div>
  214. Series
  215. </div>
  216. </div>
  217. <div class="field">
  218. <h3>Extent and medium</h3>
  219. <div>
  220. 65 entrevistas; 47'27''30''' (378,7 GB); suporte digital e papel.
  221. </div>
  222. </div>
  223. </div> <!-- /.section#identityArea -->
  224. <!-- ******************************************** -->
  225. <!-- START CONTEXT AREA -->
  226. <!-- ******************************************** -->
  227. <div class="section" id="contextArea">
  228. <span anchor="contextArea" title="Edit context area"><h2>Context area</h2></span>
  229. <div class="field">
  230. <h3>Archival history</h3>
  231. <div>
  232. </div>
  233. </div>
  234. <div class="field">
  235. <h3>Immediate source of acquisition or transfer</h3>
  236. <div>
  237. </div>
  238. </div>
  239. </div> <!-- /.section#contextArea -->
  240. <!-- ******************************************** -->
  241. <!-- START CONTENT AND STRUCTURE AREA -->
  242. <!-- ******************************************** -->
  243. <div class="section" id="contentAndStructureArea">
  244. <span anchor="contentAndStructureArea" title="Edit content and structure area"><h2>Content and structure area</h2></span>
  245. <div class="field">
  246. <h3>Scope and content</h3>
  247. <div>
  248. Composto pelas gravações audiovisuais das entrevistas realizadas a antigos dirigentes sindicais associados à CGTP-IN e ao movimento sindical a ela afecto, bem como pela respectiva documentação associada a cada processo.<br/><br/>Foram entrevistados/as:<br/>Alice Rocha;<br/>Américo da Costa Pereira;<br/>Américo Nunes;<br/>Ana Avoila;<br/>Ana Maria Mesquita;<br/>Ana Vale;<br/>António Cavaca Calarrão;<br/>António Joaquim dos Santos;<br/>António Lopes Marques;<br/>António Neves Duarte Teodoro;<br/>António Quintas;<br/>Armando Artur Teixeira da Silva;<br/>Armando Farias;<br/>Augusto Praça;<br/>Avelino Pacheco Gonçalves;<br/>Beatriz Santana;<br/>Carlos António de Carvalho;<br/>Carlos Lourenço Dias;<br/>Carlos Trindade;<br/>Custódio da Silva Ferreira;<br/>Daniel Isidro Figueiras Cabrita;<br/>Delfim Mendes;<br/>Deolinda Machado;<br/>Fátima Carvalho;<br/>Fátima Messias;<br/>Fernando Gomes;<br/>Francisco Canais Rocha;<br/>Graciete Cruz;<br/>Guida Vieira;<br/>Helena Carrilho;<br/>Isabel Figueiredo;<br/>Joaquim Dionísio;<br/>José Ernesto Ribeiro Cartaxo;<br/>Josefa Mantas;<br/>José Luís Judas;<br/>José Machado;<br/>José Malaquias Pinela;<br/>Juvelino Ferreira Colaço;<br/>Luísa Cordeiro;<br/>Luís Maria Kalidás Barreto;<br/>Manuel António Teixeira de Freitas;<br/>Manuel António Vicente;<br/>Manuel Carvalho da Silva;<br/>Manuel Guerreiro;<br/>Manuel Maria Candeias;<br/>Manuel Sá-Marques;<br/>Manuel Silva;<br/>Maria Augusta de Sousa;<br/>Maria das Dores Gomes;<br/>Maria do Carmo de Carvalho Tavares Ramos;<br/>Maria do Céu Cunha Rego;<br/>Maria do Céu Ferreira;<br/>Maria Emília Reis Castro;<br/>Maria Helena Gonçalves;<br/>Odete Filipe;<br/>Olinda Pinto;<br/>Palmira Peixoto;<br/>Quintino Manuel dos Santos Aguiar;<br/>Rogério Dias dos Santos Torres;<br/>Rosa Maria Simões; <br/>Vítor Ranita.
  249. </div>
  250. </div>
  251. <div class="field">
  252. <h3>Appraisal, destruction and scheduling</h3>
  253. <div>
  254. </div>
  255. </div>
  256. <div class="field">
  257. <h3>Accruals</h3>
  258. <div>
  259. Série aberta.
  260. </div>
  261. </div>
  262. <div class="field">
  263. <h3>System of arrangement</h3>
  264. <div>
  265. </div>
  266. </div>
  267. </div> <!-- /.section#contentAndStructureArea -->
  268. <!-- ******************************************** -->
  269. <!-- START CONDITIONS OF ACCESS AND USE AREA -->
  270. <!-- ******************************************** -->
  271. <div class="section" id="conditionsOfAccessAndUseArea">
  272. <span anchor="conditionsOfAccessAndUseArea" title="Edit conditions of access and use area"><h2>Conditions of access and use area</h2></span>
  273. <div class="field">
  274. <h3>Conditions governing access</h3>
  275. <div>
  276. O acesso ao conteúdo integral das gravações audiovisuais das entrevistas, bem como às respectivas transcrições (editadas), deverá ser feito no Centro de Arquivo e Documentação da CGTP-IN.
  277. </div>
  278. </div>
  279. <div class="field">
  280. <h3>Conditions governing reproduction</h3>
  281. <div>
  282. Proibida a publicação, no todo ou em parte, das entrevistas (gravações audiovisuais e transcrições). É permitida a citação. A citação deve ser textual, com indicação de fonte.
  283. </div>
  284. </div>
  285. <div class="field">
  286. <h3>Language of material</h3>
  287. <div>
  288. <ul>
  289. </ul>
  290. </div>
  291. </div>
  292. <div class="field">
  293. <h3>Script of material</h3>
  294. <div>
  295. <ul>
  296. </ul>
  297. </div>
  298. </div>
  299. <div class="field">
  300. <h3>Physical characteristics and technical requirements</h3>
  301. <div>
  302. Vídeos em formato .mp4.
  303. </div>
  304. </div>
  305. <div class="field">
  306. <h3>Finding aids</h3>
  307. <div>
  308. </div>
  309. </div>
  310. </div> <!-- /.section#conditionsOfAccessAndUseArea -->
  311. <!-- ******************************************** -->
  312. <!-- START ALLIED MATERIALS AREA -->
  313. <!-- ******************************************** -->
  314. <div class="section" id="alliedMaterialsArea">
  315. <span anchor="alliedMaterialsArea" title="Edit alied materials area"><h2>Allied materials area</h2></span>
  316. <div class="field">
  317. <h3>Existence and location of originals</h3>
  318. <div>
  319. </div>
  320. </div>
  321. <div class="field">
  322. <h3>Existence and location of copies</h3>
  323. <div>
  324. </div>
  325. </div>
  326. <div class="field">
  327. <h3>Related units of description</h3>
  328. <div>
  329. </div>
  330. </div>
  331. </div> <!-- /.section#alliedMaterialsArea -->
  332. <!-- ******************************************** -->
  333. <!-- START NOTES AREA -->
  334. <!-- ******************************************** -->
  335. <div class="section" id="notesArea">
  336. <span anchor="notesArea" title="Edit notes area"><h2>Notes area</h2></span>
  337. </div> <!-- /.section#notesArea -->
  338. <!-- ******************************************** -->
  339. <!-- START ACCESS POINTS -->
  340. <!-- ******************************************** -->
  341. <div class="section" id="accessPointsArea">
  342. <span anchor="accessPointsArea" title="Edit access points"><h2>Access points</h2></span>
  343. <div class="field">
  344. <h3>Subject access points</h3>
  345. <div>
  346. <ul>
  347. <li><a href="/ica/index.php/404;term/browseTerm" title="Entrevistas">Entrevistas</a></li>
  348. </ul>
  349. </div>
  350. </div>
  351. <div class="field">
  352. <h3>Place access points</h3>
  353. <div>
  354. <ul>
  355. </ul>
  356. </div>
  357. </div>
  358. <div class="field">
  359. <h3>Name access points</h3>
  360. <div>
  361. <ul>
  362. </ul>
  363. </div>
  364. </div>
  365. </div> <!-- /.section -->
  366. <!-- ******************************************** -->
  367. <!-- START CONTROL AREA -->
  368. <!-- ******************************************** -->
  369. <div class="section" id="descriptionControlArea">
  370. <span anchor="descriptionControlArea" title="Edit description control area"><h2>Description control area</h2></span>
  371. <div class="field">
  372. <h3>Description identifier</h3>
  373. <div>
  374. </div>
  375. </div>
  376. <div class="field">
  377. <h3>Institution identifier</h3>
  378. <div>
  379. </div>
  380. </div>
  381. <div class="field">
  382. <h3>Rules and/or conventions used</h3>
  383. <div>
  384. </div>
  385. </div>
  386. <div class="field">
  387. <h3>Status</h3>
  388. <div>
  389. Revised
  390. </div>
  391. </div>
  392. <div class="field">
  393. <h3>Level of detail</h3>
  394. <div>
  395. Partial
  396. </div>
  397. </div>
  398. <div class="field">
  399. <h3>Dates of creation revision deletion</h3>
  400. <div>
  401. Criado em: 2010-10-18.<br/>Revisto em: 2017-10-10.
  402. </div>
  403. </div>
  404. <div class="field">
  405. <h3>Language(s)</h3>
  406. <div>
  407. <ul>
  408. </ul>
  409. </div>
  410. </div>
  411. <div class="field">
  412. <h3>Script(s)</h3>
  413. <div>
  414. <ul>
  415. </ul>
  416. </div>
  417. </div>
  418. <div class="field">
  419. <h3>Sources</h3>
  420. <div>
  421. </div>
  422. </div>
  423. <div class="field">
  424. <h3>Archivist's note</h3>
  425. <div>
  426. Criado por: Sílvia Correia.<br/>Revisto por: Filipe Caldeira.
  427. </div>
  428. </div>
  429. </div> <!-- /.section#descriptionControlArea -->
  430. <!-- ******************************************** -->
  431. <!-- START DIGITAL OBJECT METADATA -->
  432. <!-- ******************************************** -->
  433. <div class="actions section">
  434. <h2 class="element-invisible">Actions</h2>
  435. <div class="content">
  436. <ul class="clearfix links">
  437. </ul>
  438. </div>
  439. </div>
  440. </div>
  441. </td>
  442. <td>&nbsp;</td>
  443. </tr>
  444. <tr class="bottom">
  445. <td>&nbsp;</td>
  446. <td class="left-bottom">
  447. <img class="img_left" alt="POPH" src="/images/stories/logo_poph.png" height="31" width="66" />
  448. <img alt="QREN" src="/images/stories/logo_qren.png" height="31" width="91" />
  449. <img alt="União Europeia FSE" src="/images/stories/logo_ue_fse.png" height="31" width="41" />
  450. </td>
  451. <td valign="top"><table class="footer-menu" width="100%" border="0" cellspacing="0" cellpadding="0">
  452. <tr>
  453. <td valign="top"></td>
  454. <td valign="top"></td>
  455. <td valign="top"></td>
  456. <td valign="top"></td>
  457. </tr>
  458. </table>
  459. </td>
  460. <td>&nbsp;</td>
  461. </tr>
  462. <tr class="footer">
  463. <td height="20">&nbsp;</td>
  464. <td class="footer_left">&nbsp;</td>
  465. <td valign="top"><div class="footer_right"><div class="section" id="footerMenu">
  466. <h2 class="element-invisible">Footer Menu</h2>
  467. <div class="content">
  468. <ul class="clearfix links">
  469. <li><a href="/ica/index.php/" title="Home">Home</a></li>
  470. <li><a href="http://ica-atom.org/docs/index.php?title=User_manual" title="Help">Help</a></li>
  471. <li><a href="/ica/index.php/about" title="About">About</a></li>
  472. <li><a href="/ica/index.php/;user/login" title="Log in">Log in</a></li>
  473. </ul>
  474. </div>
  475. </div>
  476. </div><div id="footer">
  477. <div class="section">
  478. <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fcad.cgtp.pt%2Fica%2Findex.php%2F818%3Bisad%3Fsf_culture%3Dpt%3Fsymfony%3Di4ka3hg3nh1k7kafmightag042%3Fsymfony%3Dkumrkphe1ktfonqeo7lbjqvid5&amp;ss=1" title=""><img alt="This page is valid XHTML 1.0" src="/ica/images/xhtml10.png" /></a>
  479. </div> <!-- /.section -->
  480. </div> <!-- /#footer -->
  481. </td>
  482. <td>&nbsp;</td>
  483. </tr>
  484. </table>
  485. </body>
  486. </html>

↑ Top