Errors found while checking this document as XHTML 1.0 Transitional!

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

  1. Error Line 116, 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 213, 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">File MT - Entrevista a Maria do Carmo T…

    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 227, 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 227, 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 246, 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 272, 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 298, 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 335, 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 354, 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 362, 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 388, 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 419, 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 435, 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 517, 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>").

  15. Error Line 564, 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.

  16. Error Line 572, 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.

  17. Error Line 598, Column 40: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
      <span title="Edit digital object"><h2>Digital object metadata</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>").

  18. Error Line 642, 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="File MT - Entrevista a Maria do Carmo Tavares - " />
  7. <meta name="description" content="Open archival description system" />
  8. <title>File MT - Entrevista a Maria do Carmo Tavares - </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/vendor/flowplayer/example/flowplayer-3.1.4.min.js" type="text/javascript"></script>
  39. <script src="/ica/js/flowplayer.js" type="text/javascript"></script>
  40. <script src="/ica/plugins/sfCaribouPlugin/js/navigation.js" type="text/javascript"></script>
  41. <script src="/ica/vendor/imageflow/imageflow.packed.js" type="text/javascript"></script>
  42. <script src="/ica/js/imageflow.js" type="text/javascript"></script>
  43. <script src="/ica/vendor/yui/treeview/treeview-min.js" type="text/javascript"></script>
  44. <script src="/ica/vendor/yui/dragdrop/dragdrop-min.js" type="text/javascript"></script>
  45. <script src="/ica/js/treeView.js" type="text/javascript"></script>
  46. <script type="text/javascript">
  47. //<![CDATA[
  48. jQuery.extend(Qubit, {"relativeUrlRoot":"\/ica"});
  49. //]]>
  50. </script></head>
  51. <body class="yui-skin-sam">
  52. <table class="header" width="100%" border="0" cellspacing="0" cellpadding="0">
  53. <tr>
  54. <td class="top_left" height="111px">&nbsp;</td>
  55. <td width="248" class="logo">
  56. <div id="logo">
  57. <a href="/ica/index.php/" title=""><img alt="" src="/ica/images/logo.png" /></a> </div>
  58. </td>
  59. <td width="713" class="header" align="right" valign="top">
  60. <div class="section" id="languageMenu">
  61. <h2 class="element-invisible">Language</h2>
  62. <div class="content">
  63. <ul class="links">
  64. <li><a href="/ica/index.php/822;isad?sf_culture=en" title="English">English</a></li>
  65. <li><a href="/ica/index.php/822;isad?sf_culture=pt" title="português">português</a></li>
  66. </ul>
  67. </div>
  68. </div>
  69. </td>
  70. <td class="top_right">&nbsp;</td>
  71. </tr>
  72. </table>
  73. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  74. <tr class="top">
  75. <td height="30" class="menubar">&nbsp;</td>
  76. <td width="248" valign="top" class="subtitle"></td>
  77. <td width="713" id="navigation" class="menubar" valign="top">
  78. <div class="section" id="userMenu">
  79. <h2 class="element-invisible">User menu</h2>
  80. <div class="content">
  81. <ul class="clearfix links">
  82. <li><a href="/" title="Página inicial">Página inicial</a></li>
  83. </ul>
  84. </div>
  85. </div>
  86. </td>
  87. <td class="menubar">&nbsp;</td>
  88. </tr>
  89. <tr class="top">
  90. <td>&nbsp;</td>
  91. <td width="248" valign="top" class="left-top">
  92. <div class="module-top_left">
  93. <h3>Bem vindo</h3>
  94. <p>O Centro de Arquivo e Documentação (CAD) da Confederação Geral dos Trabalhadores Portugueses (CGTP-IN)
  95. tem como missão gerir toda a documentação produzida e recebida&nbsp; por esta organização (sede),
  96. independentemente do seu suporte ou data. <a href="/pt/apresentacao">Continuar...</a>
  97. </p>
  98. </div>
  99. </td>
  100. <td width="713" valign="top">
  101. <div class="module-search">
  102. <h3>Search Archive</h3>
  103. <div class="search section">
  104. <h3 class="element-invisible">Search</h3>
  105. <div class="content">
  106. <form action="/ica/index.php/;search">
  107. <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">
  108. Advanced search </a>
  109. </form>
  110. </div>
  111. </div>
  112. <div class="module-top">
  113. <div class="browse section">
  114. <h2 class="element-invisible">Browse</h2>
  115. <div class="content">
  116. <ul class="links">
  117. <li><a href="/ica/index.php/;informationobject/browse" title="archival descriptions">archival descriptions</a></li>
  118. <li><a href="/ica/index.php/;actor/browse" title="names">names</a></li>
  119. <li><a href="/ica/index.php/;repository/browse" title="archival institutions">archival institutions</a></li>
  120. <li><a href="/ica/index.php/;function/list" title="functions">functions</a></li>
  121. <li><a href="/ica/index.php/35;term/browseTaxonomy" title="subjects">subjects</a></li>
  122. <li><a href="/ica/index.php/42;term/browseTaxonomy" title="places">places</a></li>
  123. <li><a href="/ica/index.php/;digitalobject/list" title="digital objects">digital objects</a></li>
  124. </ul>
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129. </td>
  130. <td>&nbsp;</td>
  131. </tr>
  132. </table>
  133. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  134. <tr class="middle">
  135. <td>&nbsp;</td>
  136. <td width="248" valign="top" class="left">
  137. <div class="fade-container" style="position: relative">
  138. <div class="fade-bottom"></div>
  139. <div id="contextMenu">
  140. <div class="field">
  141. <h3>archival institutions</h3>
  142. <div>
  143. <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>
  144. </div>
  145. </div>
  146. <div class="field">
  147. <h3>creators</h3>
  148. <div>
  149. <ul>
  150. <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>
  151. </ul>
  152. </div>
  153. </div>
  154. <div>
  155. <h3>
  156. Fonds </h3>
  157. <div>
  158. <div id="treeView">
  159. </div>
  160. <script type="text/javascript">
  161. //<![CDATA[
  162. 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":""},{"label":"Subseries 001 - Testemunhos Orais: Preserva\u00e7\u00e3o,...","href":"\/ica\/index.php\/60664;isad","id":"60664","parentId":"818","isLeaf":""},{"label":"File AC - Entrevista a Ant\u00f3nio Cavaca Calarr\u00e3o ","href":"\/ica\/index.php\/1632;isad","id":"1632","parentId":"60664","isLeaf":"1"},{"label":"File AG - Entrevista a Avelino Pacheco Gon\u00e7alves","href":"\/ica\/index.php\/7877;isad","id":"7877","parentId":"60664","isLeaf":"1"},{"label":"File AJ - Entrevista a Ant\u00f3nio Santos J\u00fanior","href":"\/ica\/index.php\/7811;isad","id":"7811","parentId":"60664","isLeaf":"1"},{"label":"File AM - Entrevista a Ant\u00f3nio Lopes Marques ","href":"\/ica\/index.php\/7449;isad","id":"7449","parentId":"60664","isLeaf":"1"},{"label":"File AN - Entrevista a Am\u00e9rico Nunes","href":"\/ica\/index.php\/820;isad","id":"820","parentId":"60664","isLeaf":"1"},{"label":"File AP - Entrevista a Am\u00e9rico da Costa Pereira","href":"\/ica\/index.php\/8129;isad","id":"8129","parentId":"60664","isLeaf":"1"},{"label":"File AS - Entrevista a Ant\u00f3nio Joaquim dos Santos","href":"\/ica\/index.php\/2745;isad","id":"2745","parentId":"60664","isLeaf":"1"},{"label":"File AT - Entrevista a Ant\u00f3nio Neves Duarte Teo...","href":"\/ica\/index.php\/7881;isad","id":"7881","parentId":"60664","isLeaf":"1"},{"label":"File ATS - Entrevista a Armando Artur Teixeira ...","href":"\/ica\/index.php\/9588;isad","id":"9588","parentId":"60664","isLeaf":"1"},{"label":"File MT - Entrevista a Maria do Carmo Tavares","href":"\/ica\/index.php\/822;isad","id":"822","parentId":"60664","isLeaf":"1","style":"ygtvlabel currentTextNode"},{"label":"+23 ...","parentId":"60664","href":"#","isLeaf":"true","style":"seeAllNode"}];
  163. Qubit.treeView.expands = {"1":"1","652":"652","122817":"122817","818":"818","60664":"60664","822":"822"};
  164. Qubit.treeView.Url = 'http://cad.cgtp.pt/ica/index.php/;informationobject/treeView';
  165. Qubit.treeView.draggable = false;
  166. Qubit.treeView.i18nLoading = 'Loading...';
  167. //]]>
  168. </script> </div>
  169. </div>
  170. <div class="section">
  171. <h2>Export</h2>
  172. <div class="content">
  173. <ul class="clearfix">
  174. <li><a href="/ica/index.php/822;dc?sf_format=xml" title="Dublin Core 1.1 XML">Dublin Core 1.1 XML</a></li>
  175. <li><a href="/ica/index.php/822;ead?sf_format=xml" title="EAD 2002 XML">EAD 2002 XML</a></li>
  176. </ul>
  177. </div>
  178. </div>
  179. </div>
  180. </div></td>
  181. <td width="713" valign="top" class="conteudo">
  182. <div class="conteudo"><h1>View archival description</h1>
  183. <span title="Edit archival description"><h1 class="label">File MT - Entrevista a Maria do Carmo Tavares</h1></span>
  184. <a class="flowplayer" href="/ica/uploads/8/2/822/Maria_do_Carmo_Tavares_141.flv"></a>
  185. <!-- link to download master -->
  186. <!-- ******************************************** -->
  187. <!-- START IDENTITY AREA -->
  188. <!-- ******************************************** -->
  189. <div class="section" id="identityArea">
  190. <span anchor="identityArea" title="Edit identity area"><h2>Identity area</h2></span>
  191. <div class="field">
  192. <h3>Reference code</h3>
  193. <div>
  194. PT -CGTPIN /CGTPIN-CAD-001-001-MT
  195. </div>
  196. </div>
  197. <div class="field">
  198. <h3>Title</h3>
  199. <div>
  200. Entrevista a Maria do Carmo Tavares
  201. </div>
  202. </div>
  203. <div class="field">
  204. <h3>Date(s)</h3>
  205. <div>
  206. <ul>
  207. </ul>
  208. </div>
  209. </div>
  210. <div class="field">
  211. <h3>Level of description</h3>
  212. <div>
  213. File
  214. </div>
  215. </div>
  216. <div class="field">
  217. <h3>Extent and medium</h3>
  218. <div>
  219. 02'06''47''' (26,8 GB); suporte digital; 31 p.; papel.
  220. </div>
  221. </div>
  222. </div> <!-- /.section#identityArea -->
  223. <!-- ******************************************** -->
  224. <!-- START CONTEXT AREA -->
  225. <!-- ******************************************** -->
  226. <div class="section" id="contextArea">
  227. <span anchor="contextArea" title="Edit context area"><h2>Context area</h2></span>
  228. <div class="field">
  229. <h3>Archival history</h3>
  230. <div>
  231. </div>
  232. </div>
  233. <div class="field">
  234. <h3>Immediate source of acquisition or transfer</h3>
  235. <div>
  236. </div>
  237. </div>
  238. </div> <!-- /.section#contextArea -->
  239. <!-- ******************************************** -->
  240. <!-- START CONTENT AND STRUCTURE AREA -->
  241. <!-- ******************************************** -->
  242. <div class="section" id="contentAndStructureArea">
  243. <span anchor="contentAndStructureArea" title="Edit content and structure area"><h2>Content and structure area</h2></span>
  244. <div class="field">
  245. <h3>Scope and content</h3>
  246. <div>
  247. Composto pela gravação audiovisual da entrevista e a respectiva transcrição.<br/>A transcrição tem a seguinte referência: Tavares, Maria do Carmo (Depoimento: Lisboa, 9 de Abril de 2010). Lisboa: GCTP-IN – CAD, 2010, 31 p. [dat.] [Tavares, 2010: 3-31].<br/><br/>Sumário da entrevista:<br/>A dinâmica de base, os conteúdos e os tipos de luta dos trabalhadores da indústria química antes do 25 de Abril.<br/>A conquista da direcção do Sindicato dos Químicos de Lisboa (1972).<br/>A actuação dos militantes sindicais, a oposição ao Estado Novo e a repressão.<br/>O Sindicato dos Químicos de Lisboa (1974 a 1975): a instabilidade (política) da direcção e a intervenção das Forças Armadas.<br/>O Movimento Sindical e a luta pela “estabilidade da democracia”.<br/>A questão da Unidade e Unicidade: a Carta Aberta.<br/>Os I e II Congressos da Intersindical.<br/>O Movimento Sindical e a vida político-partidária portuguesa.
  248. </div>
  249. </div>
  250. <div class="field">
  251. <h3>Appraisal, destruction and scheduling</h3>
  252. <div>
  253. </div>
  254. </div>
  255. <div class="field">
  256. <h3>Accruals</h3>
  257. <div>
  258. </div>
  259. </div>
  260. <div class="field">
  261. <h3>System of arrangement</h3>
  262. <div>
  263. </div>
  264. </div>
  265. </div> <!-- /.section#contentAndStructureArea -->
  266. <!-- ******************************************** -->
  267. <!-- START CONDITIONS OF ACCESS AND USE AREA -->
  268. <!-- ******************************************** -->
  269. <div class="section" id="conditionsOfAccessAndUseArea">
  270. <span anchor="conditionsOfAccessAndUseArea" title="Edit conditions of access and use area"><h2>Conditions of access and use area</h2></span>
  271. <div class="field">
  272. <h3>Conditions governing access</h3>
  273. <div>
  274. O acesso ao conteúdo integral da gravação audiovisual da entrevista, bem como à respectiva transcrição (editada), deverá ser feito no Centro de Arquivo e Documentação da CGTP-IN.
  275. </div>
  276. </div>
  277. <div class="field">
  278. <h3>Conditions governing reproduction</h3>
  279. <div>
  280. Proibida a publicação, no todo ou em parte, da entrevista (gravação audiovisual e transcrição). É permitida a citação. A citação deve ser textual, com indicação de fonte.
  281. </div>
  282. </div>
  283. <div class="field">
  284. <h3>Language of material</h3>
  285. <div>
  286. <ul>
  287. </ul>
  288. </div>
  289. </div>
  290. <div class="field">
  291. <h3>Script of material</h3>
  292. <div>
  293. <ul>
  294. </ul>
  295. </div>
  296. </div>
  297. <div class="field">
  298. <h3>Physical characteristics and technical requirements</h3>
  299. <div>
  300. </div>
  301. </div>
  302. <div class="field">
  303. <h3>Finding aids</h3>
  304. <div>
  305. </div>
  306. </div>
  307. </div> <!-- /.section#conditionsOfAccessAndUseArea -->
  308. <!-- ******************************************** -->
  309. <!-- START ALLIED MATERIALS AREA -->
  310. <!-- ******************************************** -->
  311. <div class="section" id="alliedMaterialsArea">
  312. <span anchor="alliedMaterialsArea" title="Edit alied materials area"><h2>Allied materials area</h2></span>
  313. <div class="field">
  314. <h3>Existence and location of originals</h3>
  315. <div>
  316. </div>
  317. </div>
  318. <div class="field">
  319. <h3>Existence and location of copies</h3>
  320. <div>
  321. </div>
  322. </div>
  323. <div class="field">
  324. <h3>Related units of description</h3>
  325. <div>
  326. </div>
  327. </div>
  328. </div> <!-- /.section#alliedMaterialsArea -->
  329. <!-- ******************************************** -->
  330. <!-- START NOTES AREA -->
  331. <!-- ******************************************** -->
  332. <div class="section" id="notesArea">
  333. <span anchor="notesArea" title="Edit notes area"><h2>Notes area</h2></span>
  334. <div class="field">
  335. <h3>Note</h3>
  336. <div>
  337. Entrevistadora: Sílvia Correia <br/>Transcrição: Sofia Mendonça <br/>Técnico de gravação: Mário Rui de Melo (Formiga Amarela, Oficina de Textos e Ideias, Lda.) <br/>Local: CGTP-IN, Lisboa
  338. </div>
  339. </div>
  340. </div> <!-- /.section#notesArea -->
  341. <!-- ******************************************** -->
  342. <!-- START ACCESS POINTS -->
  343. <!-- ******************************************** -->
  344. <div class="section" id="accessPointsArea">
  345. <span anchor="accessPointsArea" title="Edit access points"><h2>Access points</h2></span>
  346. <div class="field">
  347. <h3>Subject access points</h3>
  348. <div>
  349. <ul>
  350. <li><a href="/ica/index.php/1751;term/browseTerm" title="1.º de Maio 1974">1.º de Maio 1974</a></li>
  351. <li><a href="/ica/index.php/323;term/browseTerm" title="Revolução de Abril">Revolução de Abril</a></li>
  352. <li><a href="/ica/index.php/296;term/browseTerm" title="Contrato Colectivo de Trabalho (CCT)">Contrato Colectivo de Trabalho (CCT)</a></li>
  353. <li><a href="/ica/index.php/300;term/browseTerm" title="Estado Novo">Estado Novo</a></li>
  354. <li><a href="/ica/index.php/321;term/browseTerm" title="Greves">Greves</a></li>
  355. <li><a href="/ica/index.php/8234;term/browseTerm" title="Ministério das Corporações">Ministério das Corporações</a></li>
  356. <li><a href="/ica/index.php/8236;term/browseTerm" title="Ministério do Trabalho">Ministério do Trabalho</a></li>
  357. <li><a href="/ica/index.php/302;term/browseTerm" title="Partido Socialista (PS)">Partido Socialista (PS)</a></li>
  358. <li><a href="/ica/index.php/301;term/browseTerm" title="Partido Comunista Português (PCP)">Partido Comunista Português (PCP)</a></li>
  359. <li><a href="/ica/index.php/8269;term/browseTerm" title="Revolução">Revolução</a></li>
  360. <li><a href="/ica/index.php/320;term/browseTerm" title="Sindicatos">Sindicatos</a></li>
  361. <li><a href="/ica/index.php/304;term/browseTerm" title="Confederação Geral dos Trabalhadores Portugueses - Intersindical Nacional (CGTP-IN)">Confederação Geral dos Trabalhadores Portugueses - Intersindical Nacional (CGTP-IN)</a></li>
  362. <li><a href="/ica/index.php/8253;term/browseTerm" title="Partido Comunista de Portugal (marxista-leninista) (PCP-ML)">Partido Comunista de Portugal (marxista-leninista) (PCP-ML)</a></li>
  363. <li><a href="/ica/index.php/8206;term/browseTerm" title="Governo Provisório">Governo Provisório</a></li>
  364. <li><a href="/ica/index.php/312;term/browseTerm" title="Carta Aberta">Carta Aberta</a></li>
  365. <li><a href="/ica/index.php/8170;term/browseTerm" title="Comité Económico e Social (CES)">Comité Económico e Social (CES)</a></li>
  366. <li><a href="/ica/index.php/313;term/browseTerm" title="União Geral de Trabalhadores (UGT)">União Geral de Trabalhadores (UGT)</a></li>
  367. <li><a href="/ica/index.php/8187;term/browseTerm" title="Comando Operacional do Continente (COPCON)">Comando Operacional do Continente (COPCON)</a></li>
  368. <li><a href="/ica/index.php/290;term/browseTerm" title="Congressos">Congressos</a></li>
  369. <li><a href="/ica/index.php/8256;term/browseTerm" title="Partido Social Democrata (PSD)">Partido Social Democrata (PSD)</a></li>
  370. <li><a href="/ica/index.php/8258;term/browseTerm" title="Polícia Internacional e de Defesa do Estado (PIDE)">Polícia Internacional e de Defesa do Estado (PIDE)</a></li>
  371. <li><a href="/ica/index.php/9192;term/browseTerm" title="Aliança Operária e Camponesa (AOC)">Aliança Operária e Camponesa (AOC)</a></li>
  372. <li><a href="/ica/index.php/15382;term/browseTerm" title="Guerra">Guerra</a></li>
  373. <li><a href="/ica/index.php/8242;term/browseTerm" title="Movimento das Forças Armadas (MFA)">Movimento das Forças Armadas (MFA)</a></li>
  374. <li><a href="/ica/index.php/8245;term/browseTerm" title="Movimento Reorganizativo do Partido do Proletariado (MRPP)">Movimento Reorganizativo do Partido do Proletariado (MRPP)</a></li>
  375. <li><a href="/ica/index.php/23350;term/browseTerm" title="Repressão">Repressão</a></li>
  376. <li><a href="/ica/index.php/20394;term/browseTerm" title="Igreja católica">Igreja católica</a></li>
  377. </ul>
  378. </div>
  379. </div>
  380. <div class="field">
  381. <h3>Place access points</h3>
  382. <div>
  383. <ul>
  384. <li><a href="/ica/index.php/434;term/browseTerm" title="Sacavém (freguesia, Loures, Lisboa, Portugal)">Sacavém (freguesia, Loures, Lisboa, Portugal)</a></li>
  385. <li><a href="/ica/index.php/8665;term/browseTerm" title="Marinha Grande (município, Leiria, Portugal)">Marinha Grande (município, Leiria, Portugal)</a></li>
  386. <li><a href="/ica/index.php/8626;term/browseTerm" title="Alverca do Ribatejo (freguesia, Vila Franca de Xira, Lisboa, Portugal)">Alverca do Ribatejo (freguesia, Vila Franca de Xira, Lisboa, Portugal)</a></li>
  387. <li><a href="/ica/index.php/483;term/browseTerm" title="Sociedade de Instrução e Beneficiência A Voz do Operário (Lisboa, Portugal)">Sociedade de Instrução e Beneficiência A Voz do Operário (Lisboa, Portugal)</a></li>
  388. <li><a href="/ica/index.php/369;term/browseTerm" title="Lisboa (distrito, Portugal)">Lisboa (distrito, Portugal)</a></li>
  389. </ul>
  390. </div>
  391. </div>
  392. <div class="field">
  393. <h3>Name access points</h3>
  394. <div>
  395. <ul>
  396. <li><a href="/ica/index.php/558;isaar" title="Maria do Carmo de Carvalho Tavares Ramos">Maria do Carmo de Carvalho Tavares Ramos</a></li>
  397. <li><a href="/ica/index.php/591;isaar" title="Carlos Alberto do Vale Gomes Carvalhas">Carlos Alberto do Vale Gomes Carvalhas</a></li>
  398. <li><a href="/ica/index.php/8738;isaar" title="José Inácio da Costa Martins">José Inácio da Costa Martins</a></li>
  399. <li><a href="/ica/index.php/9344;isaar" title="Ernesto Maria Vieira da Rocha">Ernesto Maria Vieira da Rocha</a></li>
  400. <li><a href="/ica/index.php/8360;isaar" title="Margarida Quintino">Margarida Quintino</a></li>
  401. <li><a href="/ica/index.php/552;isaar" title="Álvaro Fernandes Rana">Álvaro Fernandes Rana</a></li>
  402. <li><a href="/ica/index.php/557;isaar" title="Manuel Carvalho da Silva">Manuel Carvalho da Silva</a></li>
  403. <li><a href="/ica/index.php/8306;isaar" title="António Zózimo">António Zózimo</a></li>
  404. <li><a href="/ica/index.php/8349;isaar" title="José Aurélio da Silva Barros Moura">José Aurélio da Silva Barros Moura</a></li>
  405. <li><a href="/ica/index.php/8378;isaar" title="Rúben Pacheco de Matos Rolo">Rúben Pacheco de Matos Rolo</a></li>
  406. <li><a href="/ica/index.php/8329;isaar" title="Dyrup">Dyrup</a></li>
  407. <li><a href="/ica/index.php/8370;isaar" title="Sociedade Portuguesa de Petroquímica, SARL">Sociedade Portuguesa de Petroquímica, SARL</a></li>
  408. <li><a href="/ica/index.php/8354;isaar" title="Lisnave: Estaleiros Navais, S. A. ">Lisnave: Estaleiros Navais, S. A. </a></li>
  409. <li><a href="/ica/index.php/8364;isaar" title="Neocel">Neocel</a></li>
  410. <li><a href="/ica/index.php/8334;isaar" title="FIMA">FIMA</a></li>
  411. <li><a href="/ica/index.php/8382;isaar" title="Solvay Portugal - Produtos Químicos, S. A.">Solvay Portugal - Produtos Químicos, S. A.</a></li>
  412. <li><a href="/ica/index.php/6333;isaar" title="Unite - The Union">Unite - The Union</a></li>
  413. </ul>
  414. </div>
  415. </div>
  416. </div> <!-- /.section -->
  417. <!-- ******************************************** -->
  418. <!-- START CONTROL AREA -->
  419. <!-- ******************************************** -->
  420. <div class="section" id="descriptionControlArea">
  421. <span anchor="descriptionControlArea" title="Edit description control area"><h2>Description control area</h2></span>
  422. <div class="field">
  423. <h3>Description identifier</h3>
  424. <div>
  425. </div>
  426. </div>
  427. <div class="field">
  428. <h3>Institution identifier</h3>
  429. <div>
  430. </div>
  431. </div>
  432. <div class="field">
  433. <h3>Rules and/or conventions used</h3>
  434. <div>
  435. </div>
  436. </div>
  437. <div class="field">
  438. <h3>Status</h3>
  439. <div>
  440. Revised
  441. </div>
  442. </div>
  443. <div class="field">
  444. <h3>Level of detail</h3>
  445. <div>
  446. Partial
  447. </div>
  448. </div>
  449. <div class="field">
  450. <h3>Dates of creation revision deletion</h3>
  451. <div>
  452. Criado em 2010-09-07.<br/>Revisto em 2012-12-21.
  453. </div>
  454. </div>
  455. <div class="field">
  456. <h3>Language(s)</h3>
  457. <div>
  458. <ul>
  459. </ul>
  460. </div>
  461. </div>
  462. <div class="field">
  463. <h3>Script(s)</h3>
  464. <div>
  465. <ul>
  466. </ul>
  467. </div>
  468. </div>
  469. <div class="field">
  470. <h3>Sources</h3>
  471. <div>
  472. </div>
  473. </div>
  474. <div class="field">
  475. <h3>Archivist's note</h3>
  476. <div>
  477. Criado por: Sílvia Correia.<br/>Revisto por: Filipe Caldeira.
  478. </div>
  479. </div>
  480. </div> <!-- /.section#descriptionControlArea -->
  481. <!-- ******************************************** -->
  482. <!-- START DIGITAL OBJECT METADATA -->
  483. <!-- ******************************************** -->
  484. <div class="section">
  485. <span title="Edit digital object"><h2>Digital object metadata</h2></span>
  486. <div class="field">
  487. <h3>Media type</h3>
  488. <div>
  489. Video
  490. </div>
  491. </div>
  492. <div class="field">
  493. <h3>Mime-type</h3>
  494. <div>
  495. video/x-ms-wmv
  496. </div>
  497. </div>
  498. <div class="field">
  499. <h3>Filesize</h3>
  500. <div>
  501. 23 MiB
  502. </div>
  503. </div>
  504. <div class="field">
  505. <h3>Uploaded</h3>
  506. <div>
  507. 2011-03-11 12:22:29
  508. </div>
  509. </div>
  510. </div>
  511. <div class="actions section">
  512. <h2 class="element-invisible">Actions</h2>
  513. <div class="content">
  514. <ul class="clearfix links">
  515. </ul>
  516. </div>
  517. </div>
  518. </div>
  519. </td>
  520. <td>&nbsp;</td>
  521. </tr>
  522. <tr class="bottom">
  523. <td>&nbsp;</td>
  524. <td class="left-bottom">
  525. <img class="img_left" alt="POPH" src="/images/stories/logo_poph.png" height="31" width="66" />
  526. <img alt="QREN" src="/images/stories/logo_qren.png" height="31" width="91" />
  527. <img alt="União Europeia FSE" src="/images/stories/logo_ue_fse.png" height="31" width="41" />
  528. </td>
  529. <td valign="top"><table class="footer-menu" width="100%" border="0" cellspacing="0" cellpadding="0">
  530. <tr>
  531. <td valign="top"></td>
  532. <td valign="top"></td>
  533. <td valign="top"></td>
  534. <td valign="top"></td>
  535. </tr>
  536. </table>
  537. </td>
  538. <td>&nbsp;</td>
  539. </tr>
  540. <tr class="footer">
  541. <td height="20">&nbsp;</td>
  542. <td class="footer_left">&nbsp;</td>
  543. <td valign="top"><div class="footer_right"><div class="section" id="footerMenu">
  544. <h2 class="element-invisible">Footer Menu</h2>
  545. <div class="content">
  546. <ul class="clearfix links">
  547. <li><a href="/ica/index.php/" title="Home">Home</a></li>
  548. <li><a href="http://ica-atom.org/docs/index.php?title=User_manual" title="Help">Help</a></li>
  549. <li><a href="/ica/index.php/about" title="About">About</a></li>
  550. <li><a href="/ica/index.php/;user/login" title="Log in">Log in</a></li>
  551. </ul>
  552. </div>
  553. </div>
  554. </div><div id="footer">
  555. <div class="section">
  556. <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fcad.cgtp.pt%2Fica%2Findex.php%2F822%3Bisad%3Fsf_culture%3Dpt%3Fsymfony%3Dae3p231qi4sqmc1ubnsfpmd9t5%3Fsymfony%3D735dfjm4j21vca5rmnsmgapqv5&amp;ss=1" title=""><img alt="This page is valid XHTML 1.0" src="/ica/images/xhtml10.png" /></a>
  557. </div> <!-- /.section -->
  558. </div> <!-- /#footer -->
  559. </td>
  560. <td>&nbsp;</td>
  561. </tr>
  562. </table>
  563. </body>
  564. </html>

↑ Top