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 KB - Entrevista a Luís Maria Kalid…

    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 501, 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 548, 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 556, 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 582, 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 626, 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 KB - Entrevista a Luís Maria Kalidás Barreto - " />
  7. <meta name="description" content="Open archival description system" />
  8. <title>File KB - Entrevista a Luís Maria Kalidás Barreto - </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/819;isad?sf_culture=en" title="English">English</a></li>
  65. <li><a href="/ica/index.php/819;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 KB - Entrevista a Lu\u00eds Maria Kalid\u00e1s Barreto ","href":"\/ica\/index.php\/819;isad","id":"819","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","819":"819"};
  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/819;dc?sf_format=xml" title="Dublin Core 1.1 XML">Dublin Core 1.1 XML</a></li>
  175. <li><a href="/ica/index.php/819;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 KB - Entrevista a Luís Maria Kalidás Barreto </h1></span>
  184. <a class="flowplayer" href="/ica/uploads/8/1/819/Kalid__s_Barreto_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-KB
  195. </div>
  196. </div>
  197. <div class="field">
  198. <h3>Title</h3>
  199. <div>
  200. Entrevista a Luís Maria Kalidás Barreto
  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. 01'01''18''' (8,24 GB); suporte digital; 18 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: Luís Maria Kalidás Barreto (Depoimento: Lisboa, 7 de Julho de 2010). Lisboa: CGTP-IN – CAD, 2010, 18 p. [dat.] [Kalidás Barreto, 2010: 3-18]<br/><br/><br/>Sumário da entrevista:<br/>A organização do movimento sindical na oposição à Ditadura.<br/>A Conquista do Sindicato dos Lanifícios de castanheira de Pêra (1971).<br/>A repressão e perseguição política aos militantes sindicais.<br/>A conquista da primeira tabela salarial (1 de Novembro de 1971) pelos 5 sindicatos dos lanifícios, agrupados na Federação Nacional dos Lanifícios (criada em Outubro de 1970).<br/>O Contrato Colectivo de Trabalho: das negociações de 1971 às alterações posteriores ao 25 de Abril.<br/>Os militantes católicos e a mobilização sindical.<br/>O contexto revolucionário e as Comissões de Trabalhadores.<br/>A problemática da unidade/unicidade: da Carta Aberta ao Congresso de Todos os Sindicatos.<br/>
  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. Luís Maria Kalidás Barreto (Depoimento: Lisboa, 7 de Julho de 2010). Lisboa: CGTP-IN – CAD, 2010, 18 p. [dat.]<br/>[Kalidás Barreto, 2010: 3-18]<br/>
  327. </div>
  328. </div>
  329. </div> <!-- /.section#alliedMaterialsArea -->
  330. <!-- ******************************************** -->
  331. <!-- START NOTES AREA -->
  332. <!-- ******************************************** -->
  333. <div class="section" id="notesArea">
  334. <span anchor="notesArea" title="Edit notes area"><h2>Notes area</h2></span>
  335. <div class="field">
  336. <h3>Note</h3>
  337. <div>
  338. Entrevistadora: Sílvia Correia <br/>Transcrição: Inês Brasão <br/>Técnico de gravação: Mário Rui de Melo (Formiga Amarela, Oficina de Textos e Ideias, Lda.) <br/>Local: Lisboa
  339. </div>
  340. </div>
  341. </div> <!-- /.section#notesArea -->
  342. <!-- ******************************************** -->
  343. <!-- START ACCESS POINTS -->
  344. <!-- ******************************************** -->
  345. <div class="section" id="accessPointsArea">
  346. <span anchor="accessPointsArea" title="Edit access points"><h2>Access points</h2></span>
  347. <div class="field">
  348. <h3>Subject access points</h3>
  349. <div>
  350. <ul>
  351. <li><a href="/ica/index.php/295;term/browseTerm" title="Movimento Sindical">Movimento Sindical</a></li>
  352. <li><a href="/ica/index.php/291;term/browseTerm" title="Oposição">Oposição</a></li>
  353. <li><a href="/ica/index.php/294;term/browseTerm" title="CED">CED</a></li>
  354. <li><a href="/ica/index.php/298;term/browseTerm" title="Concertação social">Concertação social</a></li>
  355. <li><a href="/ica/index.php/296;term/browseTerm" title="Contrato Colectivo de Trabalho (CCT)">Contrato Colectivo de Trabalho (CCT)</a></li>
  356. <li><a href="/ica/index.php/300;term/browseTerm" title="Estado Novo">Estado Novo</a></li>
  357. <li><a href="/ica/index.php/301;term/browseTerm" title="Partido Comunista Português (PCP)">Partido Comunista Português (PCP)</a></li>
  358. <li><a href="/ica/index.php/305;term/browseTerm" title="Partido Socialista Português">Partido Socialista Português</a></li>
  359. <li><a href="/ica/index.php/302;term/browseTerm" title="Partido Socialista (PS)">Partido Socialista (PS)</a></li>
  360. <li><a href="/ica/index.php/306;term/browseTerm" title="1.º Congresso CGTP-IN (1975-07-25/27)">1.º Congresso CGTP-IN (1975-07-25/27)</a></li>
  361. <li><a href="/ica/index.php/309;term/browseTerm" title="Comunidade Económica Europeia (CEE)">Comunidade Económica Europeia (CEE)</a></li>
  362. <li><a href="/ica/index.php/308;term/browseTerm" title="Comunidade Europeia">Comunidade Europeia</a></li>
  363. <li><a href="/ica/index.php/312;term/browseTerm" title="Carta Aberta">Carta Aberta</a></li>
  364. <li><a href="/ica/index.php/313;term/browseTerm" title="União Geral de Trabalhadores (UGT)">União Geral de Trabalhadores (UGT)</a></li>
  365. <li><a href="/ica/index.php/8291;term/browseTerm" title="Unicidade sindical">Unicidade sindical</a></li>
  366. <li><a href="/ica/index.php/8294;term/browseTerm" title="Verticalização">Verticalização</a></li>
  367. <li><a href="/ica/index.php/8219;term/browseTerm" title="Juventude Operária Católica (JOC)">Juventude Operária Católica (JOC)</a></li>
  368. <li><a href="/ica/index.php/3153;term/browseTerm" title="Confederação Europeia de Sindicatos (CES)">Confederação Europeia de Sindicatos (CES)</a></li>
  369. <li><a href="/ica/index.php/8174;term/browseTerm" title="Confederação Internacional de Sindicatos Livres (CISL)">Confederação Internacional de Sindicatos Livres (CISL)</a></li>
  370. <li><a href="/ica/index.php/8225;term/browseTerm" title="Liga Operária Católica (LOC)">Liga Operária Católica (LOC)</a></li>
  371. <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>
  372. <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>
  373. <li><a href="/ica/index.php/23350;term/browseTerm" title="Repressão">Repressão</a></li>
  374. </ul>
  375. </div>
  376. </div>
  377. <div class="field">
  378. <h3>Place access points</h3>
  379. <div>
  380. <ul>
  381. <li><a href="/ica/index.php/1733;term/browseTerm" title="Porto (distrito, Portugal)">Porto (distrito, Portugal)</a></li>
  382. <li><a href="/ica/index.php/8647;term/browseTerm" title="Coimbra (distrito, Portugal)">Coimbra (distrito, Portugal)</a></li>
  383. <li><a href="/ica/index.php/8692;term/browseTerm" title="Viseu (distrito, Portugal)">Viseu (distrito, Portugal)</a></li>
  384. <li><a href="/ica/index.php/9057;term/browseTerm" title="Ofir (freguesia, Esposende, Braga, Portugal)">Ofir (freguesia, Esposende, Braga, Portugal)</a></li>
  385. <li><a href="/ica/index.php/8631;term/browseTerm" title="Aveiro (distrito, Portugal)">Aveiro (distrito, Portugal)</a></li>
  386. <li><a href="/ica/index.php/369;term/browseTerm" title="Lisboa (distrito, Portugal)">Lisboa (distrito, Portugal)</a></li>
  387. </ul>
  388. </div>
  389. </div>
  390. <div class="field">
  391. <h3>Name access points</h3>
  392. <div>
  393. <ul>
  394. <li><a href="/ica/index.php/531;isaar" title="Marcelo José das Neves Alves Caetano">Marcelo José das Neves Alves Caetano</a></li>
  395. <li><a href="/ica/index.php/530;isaar" title="António de Oliveira Salazar">António de Oliveira Salazar</a></li>
  396. <li><a href="/ica/index.php/529;isaar" title="Luís Maria Kalidás Costa Barreto">Luís Maria Kalidás Costa Barreto</a></li>
  397. <li><a href="/ica/index.php/533;isaar" title="Humberto da Silva Delgado">Humberto da Silva Delgado</a></li>
  398. </ul>
  399. </div>
  400. </div>
  401. </div> <!-- /.section -->
  402. <!-- ******************************************** -->
  403. <!-- START CONTROL AREA -->
  404. <!-- ******************************************** -->
  405. <div class="section" id="descriptionControlArea">
  406. <span anchor="descriptionControlArea" title="Edit description control area"><h2>Description control area</h2></span>
  407. <div class="field">
  408. <h3>Description identifier</h3>
  409. <div>
  410. </div>
  411. </div>
  412. <div class="field">
  413. <h3>Institution identifier</h3>
  414. <div>
  415. </div>
  416. </div>
  417. <div class="field">
  418. <h3>Rules and/or conventions used</h3>
  419. <div>
  420. </div>
  421. </div>
  422. <div class="field">
  423. <h3>Status</h3>
  424. <div>
  425. Revised
  426. </div>
  427. </div>
  428. <div class="field">
  429. <h3>Level of detail</h3>
  430. <div>
  431. Partial
  432. </div>
  433. </div>
  434. <div class="field">
  435. <h3>Dates of creation revision deletion</h3>
  436. <div>
  437. Criado em 2011-03-10.<br/>Revisto em 2012-07-03.
  438. </div>
  439. </div>
  440. <div class="field">
  441. <h3>Language(s)</h3>
  442. <div>
  443. <ul>
  444. </ul>
  445. </div>
  446. </div>
  447. <div class="field">
  448. <h3>Script(s)</h3>
  449. <div>
  450. <ul>
  451. </ul>
  452. </div>
  453. </div>
  454. <div class="field">
  455. <h3>Sources</h3>
  456. <div>
  457. </div>
  458. </div>
  459. <div class="field">
  460. <h3>Archivist's note</h3>
  461. <div>
  462. Criado por: Sílvia Correia.<br/>Revisto por: Filipe Caldeira.
  463. </div>
  464. </div>
  465. </div> <!-- /.section#descriptionControlArea -->
  466. <!-- ******************************************** -->
  467. <!-- START DIGITAL OBJECT METADATA -->
  468. <!-- ******************************************** -->
  469. <div class="section">
  470. <span title="Edit digital object"><h2>Digital object metadata</h2></span>
  471. <div class="field">
  472. <h3>Media type</h3>
  473. <div>
  474. Video
  475. </div>
  476. </div>
  477. <div class="field">
  478. <h3>Mime-type</h3>
  479. <div>
  480. video/x-ms-wmv
  481. </div>
  482. </div>
  483. <div class="field">
  484. <h3>Filesize</h3>
  485. <div>
  486. 11 MiB
  487. </div>
  488. </div>
  489. <div class="field">
  490. <h3>Uploaded</h3>
  491. <div>
  492. 2011-05-18 11:13:45
  493. </div>
  494. </div>
  495. </div>
  496. <div class="actions section">
  497. <h2 class="element-invisible">Actions</h2>
  498. <div class="content">
  499. <ul class="clearfix links">
  500. </ul>
  501. </div>
  502. </div>
  503. </div>
  504. </td>
  505. <td>&nbsp;</td>
  506. </tr>
  507. <tr class="bottom">
  508. <td>&nbsp;</td>
  509. <td class="left-bottom">
  510. <img class="img_left" alt="POPH" src="/images/stories/logo_poph.png" height="31" width="66" />
  511. <img alt="QREN" src="/images/stories/logo_qren.png" height="31" width="91" />
  512. <img alt="União Europeia FSE" src="/images/stories/logo_ue_fse.png" height="31" width="41" />
  513. </td>
  514. <td valign="top"><table class="footer-menu" width="100%" border="0" cellspacing="0" cellpadding="0">
  515. <tr>
  516. <td valign="top"></td>
  517. <td valign="top"></td>
  518. <td valign="top"></td>
  519. <td valign="top"></td>
  520. </tr>
  521. </table>
  522. </td>
  523. <td>&nbsp;</td>
  524. </tr>
  525. <tr class="footer">
  526. <td height="20">&nbsp;</td>
  527. <td class="footer_left">&nbsp;</td>
  528. <td valign="top"><div class="footer_right"><div class="section" id="footerMenu">
  529. <h2 class="element-invisible">Footer Menu</h2>
  530. <div class="content">
  531. <ul class="clearfix links">
  532. <li><a href="/ica/index.php/" title="Home">Home</a></li>
  533. <li><a href="http://ica-atom.org/docs/index.php?title=User_manual" title="Help">Help</a></li>
  534. <li><a href="/ica/index.php/about" title="About">About</a></li>
  535. <li><a href="/ica/index.php/;user/login" title="Log in">Log in</a></li>
  536. </ul>
  537. </div>
  538. </div>
  539. </div><div id="footer">
  540. <div class="section">
  541. <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fcad.cgtp.pt%2Fica%2Findex.php%2F819%3Bisad%3Fsf_culture%3Den%3Fsymfony%3D6iroprg5l0si5b4b7bmv2e64e7%3Fsymfony%3Ddp8durqvlvi5fc9iou091n7m53&amp;ss=1" title=""><img alt="This page is valid XHTML 1.0" src="/ica/images/xhtml10.png" /></a>
  542. </div> <!-- /.section -->
  543. </div> <!-- /#footer -->
  544. </td>
  545. <td>&nbsp;</td>
  546. </tr>
  547. </table>
  548. </body>
  549. </html>

↑ Top