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 MM - Entrevista a Manuel Machado S…

    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 492, 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 539, 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 547, 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 573, 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 617, 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 MM - Entrevista a Manuel Machado Sá Marques - " />
  7. <meta name="description" content="Open archival description system" />
  8. <title>File MM - Entrevista a Manuel Machado Sá Marques - </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/2686;isad?sf_culture=en" title="English">English</a></li>
  65. <li><a href="/ica/index.php/2686;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 MM - Entrevista a Manuel Machado S\u00e1 Marques","href":"\/ica\/index.php\/2686;isad","id":"2686","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","2686":"2686"};
  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/2686;dc?sf_format=xml" title="Dublin Core 1.1 XML">Dublin Core 1.1 XML</a></li>
  175. <li><a href="/ica/index.php/2686;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 MM - Entrevista a Manuel Machado Sá Marques</h1></span>
  184. <a class="flowplayer" href="/ica/uploads/2/6/2686/Manuel_S___Marques_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-MM
  195. </div>
  196. </div>
  197. <div class="field">
  198. <h3>Title</h3>
  199. <div>
  200. Entrevista a Manuel Machado Sá Marques
  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'16''08''' (12,2 GB); suporte digital; 12 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: Manuel Machado Sá Marques (Depoimento: Lisboa, 18 de Maio de 2010). Lisboa: CGTP-IN – CAD, 2010, 12 p. [dat.] [Sá Marques, 2010: 3-12].<br/><br/>Sumário da entrevista:<br/>A “identidade” do médico.<br/>A formação e orgânica da Ordem dos Médicos durante a Ditadura.<br/>Os “grupo dos jovens” e a oposição ao regime.<br/>A formação do Sindicato dos Médicos e o debate com a Ordem dos Médicos. <br/>O Sindicato dos Médicos do Sul e a Intersindical.<br/>Os médicos e o Movimento Sindical na construção do Serviço Nacional de Saúde.<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. </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: residência, 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/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>
  353. <li><a href="/ica/index.php/296;term/browseTerm" title="Contrato Colectivo de Trabalho (CCT)">Contrato Colectivo de Trabalho (CCT)</a></li>
  354. <li><a href="/ica/index.php/312;term/browseTerm" title="Carta Aberta">Carta Aberta</a></li>
  355. <li><a href="/ica/index.php/8392;term/browseTerm" title="Ditadura">Ditadura</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/320;term/browseTerm" title="Sindicatos">Sindicatos</a></li>
  358. <li><a href="/ica/index.php/1811;term/browseTerm" title="Saúde">Saúde</a></li>
  359. <li><a href="/ica/index.php/8228;term/browseTerm" title="Marcelismo">Marcelismo</a></li>
  360. <li><a href="/ica/index.php/8250;term/browseTerm" title="Ordem">Ordem</a></li>
  361. <li><a href="/ica/index.php/8274;term/browseTerm" title="Serviço Nacional de Saúde">Serviço Nacional de Saúde</a></li>
  362. <li><a href="/ica/index.php/9245;term/browseTerm" title="Processo Revolucionário em Curso (PREC)">Processo Revolucionário em Curso (PREC)</a></li>
  363. <li><a href="/ica/index.php/378;term/browseTerm" title="Aliança Democrática (AD)">Aliança Democrática (AD)</a></li>
  364. <li><a href="/ica/index.php/8233;term/browseTerm" title="Ministério da Saúde">Ministério da Saúde</a></li>
  365. <li><a href="/ica/index.php/8180;term/browseTerm" title="Conselho da Revolução">Conselho da Revolução</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/8242;term/browseTerm" title="Movimento das Forças Armadas (MFA)">Movimento das Forças Armadas (MFA)</a></li>
  368. </ul>
  369. </div>
  370. </div>
  371. <div class="field">
  372. <h3>Place access points</h3>
  373. <div>
  374. <ul>
  375. <li><a href="/ica/index.php/9246;term/browseTerm" title="Hospital Santo António dos Capuchos (Lisboa, Portugal)">Hospital Santo António dos Capuchos (Lisboa, Portugal)</a></li>
  376. <li><a href="/ica/index.php/369;term/browseTerm" title="Lisboa (distrito, Portugal)">Lisboa (distrito, Portugal)</a></li>
  377. </ul>
  378. </div>
  379. </div>
  380. <div class="field">
  381. <h3>Name access points</h3>
  382. <div>
  383. <ul>
  384. <li><a href="/ica/index.php/7841;isaar" title="Manuel Machado Sá Marques ">Manuel Machado Sá Marques </a></li>
  385. <li><a href="/ica/index.php/9247;isaar" title="Martins de Carvalho">Martins de Carvalho</a></li>
  386. <li><a href="/ica/index.php/8308;isaar" title="Baltazar Leite Rebelo de Sousa">Baltazar Leite Rebelo de Sousa</a></li>
  387. <li><a href="/ica/index.php/8782;isaar" title="Mário Alberto Nobre Lopes Soares">Mário Alberto Nobre Lopes Soares</a></li>
  388. </ul>
  389. </div>
  390. </div>
  391. </div> <!-- /.section -->
  392. <!-- ******************************************** -->
  393. <!-- START CONTROL AREA -->
  394. <!-- ******************************************** -->
  395. <div class="section" id="descriptionControlArea">
  396. <span anchor="descriptionControlArea" title="Edit description control area"><h2>Description control area</h2></span>
  397. <div class="field">
  398. <h3>Description identifier</h3>
  399. <div>
  400. </div>
  401. </div>
  402. <div class="field">
  403. <h3>Institution identifier</h3>
  404. <div>
  405. </div>
  406. </div>
  407. <div class="field">
  408. <h3>Rules and/or conventions used</h3>
  409. <div>
  410. </div>
  411. </div>
  412. <div class="field">
  413. <h3>Status</h3>
  414. <div>
  415. Revised
  416. </div>
  417. </div>
  418. <div class="field">
  419. <h3>Level of detail</h3>
  420. <div>
  421. Partial
  422. </div>
  423. </div>
  424. <div class="field">
  425. <h3>Dates of creation revision deletion</h3>
  426. <div>
  427. Criado em 2010-11-08.<br/>Revisto em 2012-07-02.
  428. </div>
  429. </div>
  430. <div class="field">
  431. <h3>Language(s)</h3>
  432. <div>
  433. <ul>
  434. </ul>
  435. </div>
  436. </div>
  437. <div class="field">
  438. <h3>Script(s)</h3>
  439. <div>
  440. <ul>
  441. </ul>
  442. </div>
  443. </div>
  444. <div class="field">
  445. <h3>Sources</h3>
  446. <div>
  447. </div>
  448. </div>
  449. <div class="field">
  450. <h3>Archivist's note</h3>
  451. <div>
  452. Criado por: Sílvia Correia.<br/>Revisto por: Filipe Caldeira.
  453. </div>
  454. </div>
  455. </div> <!-- /.section#descriptionControlArea -->
  456. <!-- ******************************************** -->
  457. <!-- START DIGITAL OBJECT METADATA -->
  458. <!-- ******************************************** -->
  459. <div class="section">
  460. <span title="Edit digital object"><h2>Digital object metadata</h2></span>
  461. <div class="field">
  462. <h3>Media type</h3>
  463. <div>
  464. Video
  465. </div>
  466. </div>
  467. <div class="field">
  468. <h3>Mime-type</h3>
  469. <div>
  470. video/x-ms-wmv
  471. </div>
  472. </div>
  473. <div class="field">
  474. <h3>Filesize</h3>
  475. <div>
  476. 34.4 MiB
  477. </div>
  478. </div>
  479. <div class="field">
  480. <h3>Uploaded</h3>
  481. <div>
  482. 2011-04-26 08:58:44
  483. </div>
  484. </div>
  485. </div>
  486. <div class="actions section">
  487. <h2 class="element-invisible">Actions</h2>
  488. <div class="content">
  489. <ul class="clearfix links">
  490. </ul>
  491. </div>
  492. </div>
  493. </div>
  494. </td>
  495. <td>&nbsp;</td>
  496. </tr>
  497. <tr class="bottom">
  498. <td>&nbsp;</td>
  499. <td class="left-bottom">
  500. <img class="img_left" alt="POPH" src="/images/stories/logo_poph.png" height="31" width="66" />
  501. <img alt="QREN" src="/images/stories/logo_qren.png" height="31" width="91" />
  502. <img alt="União Europeia FSE" src="/images/stories/logo_ue_fse.png" height="31" width="41" />
  503. </td>
  504. <td valign="top"><table class="footer-menu" width="100%" border="0" cellspacing="0" cellpadding="0">
  505. <tr>
  506. <td valign="top"></td>
  507. <td valign="top"></td>
  508. <td valign="top"></td>
  509. <td valign="top"></td>
  510. </tr>
  511. </table>
  512. </td>
  513. <td>&nbsp;</td>
  514. </tr>
  515. <tr class="footer">
  516. <td height="20">&nbsp;</td>
  517. <td class="footer_left">&nbsp;</td>
  518. <td valign="top"><div class="footer_right"><div class="section" id="footerMenu">
  519. <h2 class="element-invisible">Footer Menu</h2>
  520. <div class="content">
  521. <ul class="clearfix links">
  522. <li><a href="/ica/index.php/" title="Home">Home</a></li>
  523. <li><a href="http://ica-atom.org/docs/index.php?title=User_manual" title="Help">Help</a></li>
  524. <li><a href="/ica/index.php/about" title="About">About</a></li>
  525. <li><a href="/ica/index.php/;user/login" title="Log in">Log in</a></li>
  526. </ul>
  527. </div>
  528. </div>
  529. </div><div id="footer">
  530. <div class="section">
  531. <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fcad.cgtp.pt%2Fica%2Findex.php%2F2686%3Bisad%3Fsf_culture%3Den%3Fsymfony%3Dae3p231qi4sqmc1ubnsfpmd9t5%3Fsymfony%3Do28mjje258dvjoifr8nvj83rl1&amp;ss=1" title=""><img alt="This page is valid XHTML 1.0" src="/ica/images/xhtml10.png" /></a>
  532. </div> <!-- /.section -->
  533. </div> <!-- /#footer -->
  534. </td>
  535. <td>&nbsp;</td>
  536. </tr>
  537. </table>
  538. </body>
  539. </html>

↑ Top