Errors found while checking this document as XHTML 1.0 Transitional!

Result: 20 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: 20 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 211, 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 MS - Entrevista a Manuel Silva</h1…

    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 214, Column 62: required attribute "alt" not specified
          <img src="/ica/uploads/7/8/7802/Manuel_Silva_141.jpg" />  

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

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

  4. Error Line 222, 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.

  5. Error Line 222, 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>").

  6. Error Line 241, 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.

  7. Error Line 267, 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>").

  8. Error Line 293, 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>").

  9. Error Line 330, 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>").

  10. Error Line 349, 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 357, 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.

  12. Error Line 383, 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>").

  13. Error Line 414, 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>").

  14. Error Line 436, 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>").

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

  16. Error Line 475, 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 522, 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 530, 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 556, 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>").

  20. Error Line 600, 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 MS - Entrevista a Manuel Silva - " />
  7. <meta name="description" content="Open archival description system" />
  8. <title>File MS - Entrevista a Manuel Silva - </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/7802;isad?sf_culture=en" title="English">English</a></li>
  63. <li><a href="/ica/index.php/7802;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>
  154. Fonds </h3>
  155. <div>
  156. <div id="treeView">
  157. </div>
  158. <script type="text/javascript">
  159. //<![CDATA[
  160. 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 MS - Entrevista a Manuel Silva","href":"\/ica\/index.php\/7802;isad","id":"7802","parentId":"60664","isLeaf":"1","style":"ygtvlabel currentTextNode"},{"label":"+23 ...","parentId":"60664","href":"#","isLeaf":"true","style":"seeAllNode"}];
  161. Qubit.treeView.expands = {"1":"1","652":"652","122817":"122817","818":"818","60664":"60664","7802":"7802"};
  162. Qubit.treeView.Url = 'http://cad.cgtp.pt/ica/index.php/;informationobject/treeView';
  163. Qubit.treeView.draggable = false;
  164. Qubit.treeView.i18nLoading = 'Loading...';
  165. //]]>
  166. </script> </div>
  167. </div>
  168. <div class="section">
  169. <h2>Export</h2>
  170. <div class="content">
  171. <ul class="clearfix">
  172. <li><a href="/ica/index.php/7802;dc?sf_format=xml" title="Dublin Core 1.1 XML">Dublin Core 1.1 XML</a></li>
  173. <li><a href="/ica/index.php/7802;ead?sf_format=xml" title="EAD 2002 XML">EAD 2002 XML</a></li>
  174. </ul>
  175. </div>
  176. </div>
  177. </div>
  178. </div></td>
  179. <td width="713" valign="top" class="conteudo">
  180. <div class="conteudo"><h1>View archival description</h1>
  181. <span title="Edit archival description"><h1 class="label">File MS - Entrevista a Manuel Silva</h1></span>
  182. <img src="/ica/uploads/7/8/7802/Manuel_Silva_141.jpg" />
  183. <!-- ******************************************** -->
  184. <!-- START IDENTITY AREA -->
  185. <!-- ******************************************** -->
  186. <div class="section" id="identityArea">
  187. <span anchor="identityArea" title="Edit identity area"><h2>Identity area</h2></span>
  188. <div class="field">
  189. <h3>Reference code</h3>
  190. <div>
  191. PT -CGTPIN /CGTPIN-CAD-001-001-MS
  192. </div>
  193. </div>
  194. <div class="field">
  195. <h3>Title</h3>
  196. <div>
  197. Entrevista a Manuel Silva
  198. </div>
  199. </div>
  200. <div class="field">
  201. <h3>Date(s)</h3>
  202. <div>
  203. <ul>
  204. </ul>
  205. </div>
  206. </div>
  207. <div class="field">
  208. <h3>Level of description</h3>
  209. <div>
  210. File
  211. </div>
  212. </div>
  213. <div class="field">
  214. <h3>Extent and medium</h3>
  215. <div>
  216. 00'59''42''' (13,58 GB); suporte digital; papel. <br/>
  217. </div>
  218. </div>
  219. </div> <!-- /.section#identityArea -->
  220. <!-- ******************************************** -->
  221. <!-- START CONTEXT AREA -->
  222. <!-- ******************************************** -->
  223. <div class="section" id="contextArea">
  224. <span anchor="contextArea" title="Edit context area"><h2>Context area</h2></span>
  225. <div class="field">
  226. <h3>Archival history</h3>
  227. <div>
  228. </div>
  229. </div>
  230. <div class="field">
  231. <h3>Immediate source of acquisition or transfer</h3>
  232. <div>
  233. </div>
  234. </div>
  235. </div> <!-- /.section#contextArea -->
  236. <!-- ******************************************** -->
  237. <!-- START CONTENT AND STRUCTURE AREA -->
  238. <!-- ******************************************** -->
  239. <div class="section" id="contentAndStructureArea">
  240. <span anchor="contentAndStructureArea" title="Edit content and structure area"><h2>Content and structure area</h2></span>
  241. <div class="field">
  242. <h3>Scope and content</h3>
  243. <div>
  244. Composto pela gravação audiovisual da entrevista e a respectiva transcrição.<br/>A transcrição tem a seguinte referência: Manuel Silva (Depoimento: Braga, 5 de Julho de 2010). Lisboa: CGTP-IN – CAD, 2010. [Silva, 2010].<br/><br/>Sumário da entrevista:<br/>A conquista do Sindicato dos Metalúrgicos de Braga (1968).<br/>A participação do Sindicato dos Metalúrgicos de Braga nas reuniões da Intersindical antes do 25 de Abril.<br/>A greve na Grundig em Fevereiro de 1972.<br/>A repressão contra os militantes sindicais.<br/>O Verão Quente e os sindicatos ligados à Intersindical em Braga.<br/>Zona das condições de acesso e utilização
  245. </div>
  246. </div>
  247. <div class="field">
  248. <h3>Appraisal, destruction and scheduling</h3>
  249. <div>
  250. </div>
  251. </div>
  252. <div class="field">
  253. <h3>Accruals</h3>
  254. <div>
  255. </div>
  256. </div>
  257. <div class="field">
  258. <h3>System of arrangement</h3>
  259. <div>
  260. </div>
  261. </div>
  262. </div> <!-- /.section#contentAndStructureArea -->
  263. <!-- ******************************************** -->
  264. <!-- START CONDITIONS OF ACCESS AND USE AREA -->
  265. <!-- ******************************************** -->
  266. <div class="section" id="conditionsOfAccessAndUseArea">
  267. <span anchor="conditionsOfAccessAndUseArea" title="Edit conditions of access and use area"><h2>Conditions of access and use area</h2></span>
  268. <div class="field">
  269. <h3>Conditions governing access</h3>
  270. <div>
  271. 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.
  272. </div>
  273. </div>
  274. <div class="field">
  275. <h3>Conditions governing reproduction</h3>
  276. <div>
  277. 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.
  278. </div>
  279. </div>
  280. <div class="field">
  281. <h3>Language of material</h3>
  282. <div>
  283. <ul>
  284. </ul>
  285. </div>
  286. </div>
  287. <div class="field">
  288. <h3>Script of material</h3>
  289. <div>
  290. <ul>
  291. </ul>
  292. </div>
  293. </div>
  294. <div class="field">
  295. <h3>Physical characteristics and technical requirements</h3>
  296. <div>
  297. </div>
  298. </div>
  299. <div class="field">
  300. <h3>Finding aids</h3>
  301. <div>
  302. </div>
  303. </div>
  304. </div> <!-- /.section#conditionsOfAccessAndUseArea -->
  305. <!-- ******************************************** -->
  306. <!-- START ALLIED MATERIALS AREA -->
  307. <!-- ******************************************** -->
  308. <div class="section" id="alliedMaterialsArea">
  309. <span anchor="alliedMaterialsArea" title="Edit alied materials area"><h2>Allied materials area</h2></span>
  310. <div class="field">
  311. <h3>Existence and location of originals</h3>
  312. <div>
  313. </div>
  314. </div>
  315. <div class="field">
  316. <h3>Existence and location of copies</h3>
  317. <div>
  318. </div>
  319. </div>
  320. <div class="field">
  321. <h3>Related units of description</h3>
  322. <div>
  323. </div>
  324. </div>
  325. </div> <!-- /.section#alliedMaterialsArea -->
  326. <!-- ******************************************** -->
  327. <!-- START NOTES AREA -->
  328. <!-- ******************************************** -->
  329. <div class="section" id="notesArea">
  330. <span anchor="notesArea" title="Edit notes area"><h2>Notes area</h2></span>
  331. <div class="field">
  332. <h3>Note</h3>
  333. <div>
  334. A entrevista foi realizada em conjunto com Manuel Carvalho da Silva e Amélia Lopes devido à idade avançada do entrevistado. Resultado desta condição, a entrevista foi efectuada com algumas dificuldades, pelo que, procurando garantir o respeito pela condição do entrevistado, disponibiliza-se apenas a referência à mesma entrevista, bem como alguns excertos da mesma.
  335. </div>
  336. </div>
  337. <div class="field">
  338. <h3>Note</h3>
  339. <div>
  340. Entrevistadora: Sílvia Correia <br/>Técnico de gravação: Mário Rui de Melo (Formiga Amarela, Oficina de Textos e Ideias, Lda.) <br/>Local: residência, Palmeira
  341. </div>
  342. </div>
  343. </div> <!-- /.section#notesArea -->
  344. <!-- ******************************************** -->
  345. <!-- START ACCESS POINTS -->
  346. <!-- ******************************************** -->
  347. <div class="section" id="accessPointsArea">
  348. <span anchor="accessPointsArea" title="Edit access points"><h2>Access points</h2></span>
  349. <div class="field">
  350. <h3>Subject access points</h3>
  351. <div>
  352. <ul>
  353. <li><a href="/ica/index.php/1751;term/browseTerm" title="1.º de Maio 1974">1.º de Maio 1974</a></li>
  354. <li><a href="/ica/index.php/323;term/browseTerm" title="Revolução de Abril">Revolução de Abril</a></li>
  355. <li><a href="/ica/index.php/361;term/browseTerm" title="Sindicalismo">Sindicalismo</a></li>
  356. <li><a href="/ica/index.php/8231;term/browseTerm" title="Metalúrgicos ">Metalúrgicos </a></li>
  357. <li><a href="/ica/index.php/23350;term/browseTerm" title="Repressão">Repressão</a></li>
  358. </ul>
  359. </div>
  360. </div>
  361. <div class="field">
  362. <h3>Place access points</h3>
  363. <div>
  364. <ul>
  365. </ul>
  366. </div>
  367. </div>
  368. <div class="field">
  369. <h3>Name access points</h3>
  370. <div>
  371. <ul>
  372. <li><a href="/ica/index.php/7801;isaar" title="Manuel Silva">Manuel Silva</a></li>
  373. </ul>
  374. </div>
  375. </div>
  376. </div> <!-- /.section -->
  377. <!-- ******************************************** -->
  378. <!-- START CONTROL AREA -->
  379. <!-- ******************************************** -->
  380. <div class="section" id="descriptionControlArea">
  381. <span anchor="descriptionControlArea" title="Edit description control area"><h2>Description control area</h2></span>
  382. <div class="field">
  383. <h3>Description identifier</h3>
  384. <div>
  385. </div>
  386. </div>
  387. <div class="field">
  388. <h3>Institution identifier</h3>
  389. <div>
  390. </div>
  391. </div>
  392. <div class="field">
  393. <h3>Rules and/or conventions used</h3>
  394. <div>
  395. </div>
  396. </div>
  397. <div class="field">
  398. <h3>Status</h3>
  399. <div>
  400. Revised
  401. </div>
  402. </div>
  403. <div class="field">
  404. <h3>Level of detail</h3>
  405. <div>
  406. Partial
  407. </div>
  408. </div>
  409. <div class="field">
  410. <h3>Dates of creation revision deletion</h3>
  411. <div>
  412. Criado em 2011-02-03.<br/>Revisto em 2012-07-03.
  413. </div>
  414. </div>
  415. <div class="field">
  416. <h3>Language(s)</h3>
  417. <div>
  418. <ul>
  419. </ul>
  420. </div>
  421. </div>
  422. <div class="field">
  423. <h3>Script(s)</h3>
  424. <div>
  425. <ul>
  426. </ul>
  427. </div>
  428. </div>
  429. <div class="field">
  430. <h3>Sources</h3>
  431. <div>
  432. </div>
  433. </div>
  434. <div class="field">
  435. <h3>Archivist's note</h3>
  436. <div>
  437. Criado por: Sílvia Correia.<br/>Revisto por: Filipe Caldeira.
  438. </div>
  439. </div>
  440. </div> <!-- /.section#descriptionControlArea -->
  441. <!-- ******************************************** -->
  442. <!-- START DIGITAL OBJECT METADATA -->
  443. <!-- ******************************************** -->
  444. <div class="section">
  445. <span title="Edit digital object"><h2>Digital object metadata</h2></span>
  446. <div class="field">
  447. <h3>Media type</h3>
  448. <div>
  449. Image
  450. </div>
  451. </div>
  452. <div class="field">
  453. <h3>Mime-type</h3>
  454. <div>
  455. image/jpeg
  456. </div>
  457. </div>
  458. <div class="field">
  459. <h3>Filesize</h3>
  460. <div>
  461. 1.4 MiB
  462. </div>
  463. </div>
  464. <div class="field">
  465. <h3>Uploaded</h3>
  466. <div>
  467. 2011-04-12 15:58:55
  468. </div>
  469. </div>
  470. </div>
  471. <div class="actions section">
  472. <h2 class="element-invisible">Actions</h2>
  473. <div class="content">
  474. <ul class="clearfix links">
  475. </ul>
  476. </div>
  477. </div>
  478. </div>
  479. </td>
  480. <td>&nbsp;</td>
  481. </tr>
  482. <tr class="bottom">
  483. <td>&nbsp;</td>
  484. <td class="left-bottom">
  485. <img class="img_left" alt="POPH" src="/images/stories/logo_poph.png" height="31" width="66" />
  486. <img alt="QREN" src="/images/stories/logo_qren.png" height="31" width="91" />
  487. <img alt="União Europeia FSE" src="/images/stories/logo_ue_fse.png" height="31" width="41" />
  488. </td>
  489. <td valign="top"><table class="footer-menu" width="100%" border="0" cellspacing="0" cellpadding="0">
  490. <tr>
  491. <td valign="top"></td>
  492. <td valign="top"></td>
  493. <td valign="top"></td>
  494. <td valign="top"></td>
  495. </tr>
  496. </table>
  497. </td>
  498. <td>&nbsp;</td>
  499. </tr>
  500. <tr class="footer">
  501. <td height="20">&nbsp;</td>
  502. <td class="footer_left">&nbsp;</td>
  503. <td valign="top"><div class="footer_right"><div class="section" id="footerMenu">
  504. <h2 class="element-invisible">Footer Menu</h2>
  505. <div class="content">
  506. <ul class="clearfix links">
  507. <li><a href="/ica/index.php/" title="Home">Home</a></li>
  508. <li><a href="http://ica-atom.org/docs/index.php?title=User_manual" title="Help">Help</a></li>
  509. <li><a href="/ica/index.php/about" title="About">About</a></li>
  510. <li><a href="/ica/index.php/;user/login" title="Log in">Log in</a></li>
  511. </ul>
  512. </div>
  513. </div>
  514. </div><div id="footer">
  515. <div class="section">
  516. <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fcad.cgtp.pt%2Fica%2Findex.php%2F7802%3Bisad%3Fsf_culture%3Dpt%3Fsymfony%3Dae3p231qi4sqmc1ubnsfpmd9t5%3Fsymfony%3Dpk6ujo55bi0beo04o4nm7ks1s1&amp;ss=1" title=""><img alt="This page is valid XHTML 1.0" src="/ica/images/xhtml10.png" /></a>
  517. </div> <!-- /.section -->
  518. </div> <!-- /#footer -->
  519. </td>
  520. <td>&nbsp;</td>
  521. </tr>
  522. </table>
  523. </body>
  524. </html>

↑ Top