Errors found while checking this document as XHTML 1.0 Transitional!

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

  1. Error Line 116, Column 214: there is no attribute "alt"
    …             <a href="/ica/index.php/;search/advanced" alt="Pesquisa avançada">

    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 62: document type does not allow element "h1" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …crição arquivística"><h1 class="label">Documento composto MF - Entrevista a Ma…

    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="Editar zona de identificação"><h2>Zona da …

    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 71: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …rea" title="Editar zona de identificação"><h2>Zona da identificação</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 275, Column 65: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …="contextArea" title="Editar zona do contexto"><h2>Zona do contexto</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 301, Column 89: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …itar zona de conteúdo e estrutura"><h2>Zona do conteúdo e estrutura</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 338, Column 107: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    … condições de acesso e utilização"><h2>Zona das condições de acesso e utilizaç…

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

  9. Error Line 365, 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 391, Column 87: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …ar zona da documentação associada"><h2>Zona da documentação associada</h2></sp…

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

  11. Error Line 422, Column 61: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …anchor="notesArea" title="Editar zona das notas"><h2>Zona das notas</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 438, Column 70: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …Area" title="Editar pontos de acesso"><h2>Zona dos pontos de acesso</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 537, Column 89: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …tar zona do controlo da descrição"><h2>Zona do controlo da descrição</h2></spa…

    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 584, 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.

  15. Error Line 592, 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 618, Column 43: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …pan title="Editar objecto digital"><h2>Metadados do objecto digital</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 662, 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="Documento composto MF - Entrevista a Manuel António Teixeira de Freitas - Centro de Arquivo e Documentação CGTP-IN" />
  7. <meta name="description" content="Open archival description system" />
  8. <title>Documento composto MF - Entrevista a Manuel António Teixeira de Freitas - Centro de Arquivo e Documentação CGTP-IN</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="Centro de Arquivo e Documentação CGTP-IN" 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">Idioma da unidade de descrição</h2>
  62. <div class="content">
  63. <ul class="links">
  64. <li><a href="/ica/index.php/7872;isad?sf_culture=en&amp;symfony=i4ka3hg3nh1k7kafmightag042" title="English">English</a></li>
  65. <li class="active"><a href="/ica/index.php/7872;isad?sf_culture=pt&amp;symfony=i4ka3hg3nh1k7kafmightag042" 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">Menu de utilizador</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>Pesquisar arquivo</h3>
  103. <div class="search section">
  104. <h3 class="element-invisible">Pesquisar</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="Pesquisar" /> <a href="/ica/index.php/;search/advanced" alt="Pesquisa avançada">
  108. Pesquisa avançada </a>
  109. </form>
  110. </div>
  111. </div>
  112. <div class="module-top">
  113. <div class="browse section">
  114. <h2 class="element-invisible">Navegar</h2>
  115. <div class="content">
  116. <ul class="links">
  117. <li><a href="/ica/index.php/;informationobject/browse" title="Descrições arquivísticas">Descrições arquivísticas</a></li>
  118. <li><a href="/ica/index.php/;actor/browse" title="Nomes">Nomes</a></li>
  119. <li><a href="/ica/index.php/;repository/browse" title="Instituições arquivísticas">Instituições arquivísticas</a></li>
  120. <li><a href="/ica/index.php/;function/list" title="Funções">Funções</a></li>
  121. <li><a href="/ica/index.php/35;term/browseTaxonomy" title="Assuntos">Assuntos</a></li>
  122. <li><a href="/ica/index.php/42;term/browseTaxonomy" title="Locais">Locais</a></li>
  123. <li><a href="/ica/index.php/;digitalobject/list" title="Objectos digitais">Objectos digitais</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>Instituições arquivísticas</h3>
  142. <div>
  143. <a title="Herdado de 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>Produtores</h3>
  148. <div>
  149. <ul>
  150. <li><a title="Herdado de 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. Fundo </h3>
  157. <div>
  158. <div id="treeView">
  159. </div>
  160. <script type="text/javascript">
  161. //<![CDATA[
  162. Qubit.treeView.objects = [{"label":"Fundo \/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":"S\u00e9rie 001 - Arquivo de Hist\u00f3ria Oral","href":"\/ica\/index.php\/818;isad","id":"818","parentId":"122817","isLeaf":""},{"label":"Subs\u00e9rie 001 - Testemunhos Orais: Preserva\u00e7\u00e3o, ...","href":"\/ica\/index.php\/60664;isad","id":"60664","parentId":"818","isLeaf":""},{"label":"Documento composto AC - Entrevista a Ant\u00f3nio Ca...","href":"\/ica\/index.php\/1632;isad","id":"1632","parentId":"60664","isLeaf":"1"},{"label":"Documento composto AG - Entrevista a Avelino Pa...","href":"\/ica\/index.php\/7877;isad","id":"7877","parentId":"60664","isLeaf":"1"},{"label":"Documento composto AJ - Entrevista a Ant\u00f3nio Sa...","href":"\/ica\/index.php\/7811;isad","id":"7811","parentId":"60664","isLeaf":"1"},{"label":"Documento composto AM - Entrevista a Ant\u00f3nio L...","href":"\/ica\/index.php\/7449;isad","id":"7449","parentId":"60664","isLeaf":"1"},{"label":"Documento composto AN - Entrevista a Am\u00e9rico Nunes","href":"\/ica\/index.php\/820;isad","id":"820","parentId":"60664","isLeaf":"1"},{"label":"Documento composto AP - Entrevista a Am\u00e9rico da...","href":"\/ica\/index.php\/8129;isad","id":"8129","parentId":"60664","isLeaf":"1"},{"label":"Documento composto AS - Entrevista a Ant\u00f3nio Jo...","href":"\/ica\/index.php\/2745;isad","id":"2745","parentId":"60664","isLeaf":"1"},{"label":"Documento composto AT - Entrevista a Ant\u00f3nio Ne...","href":"\/ica\/index.php\/7881;isad","id":"7881","parentId":"60664","isLeaf":"1"},{"label":"Documento composto ATS - Entrevista a Armando A...","href":"\/ica\/index.php\/9588;isad","id":"9588","parentId":"60664","isLeaf":"1"},{"label":"Documento composto MF - Entrevista a Manuel Ant...","href":"\/ica\/index.php\/7872;isad","id":"7872","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","7872":"7872"};
  164. Qubit.treeView.Url = 'http://cad.cgtp.pt/ica/index.php/;informationobject/treeView';
  165. Qubit.treeView.draggable = false;
  166. Qubit.treeView.i18nLoading = 'A carregar...';
  167. //]]>
  168. </script> </div>
  169. </div>
  170. <div class="section">
  171. <h2>Exportar</h2>
  172. <div class="content">
  173. <ul class="clearfix">
  174. <li><a href="/ica/index.php/7872;dc?sf_format=xml" title="Dublin Core 1.1 XML">Dublin Core 1.1 XML</a></li>
  175. <li><a href="/ica/index.php/7872;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>Visualizar descrição arquivística</h1>
  183. <span title="Editar descrição arquivística"><h1 class="label">Documento composto MF - Entrevista a Manuel António Teixeira de Freitas</h1></span>
  184. <a class="flowplayer" href="/ica/uploads/7/8/7872/Manuel_Freitas_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="Editar zona de identificação"><h2>Zona da identificação</h2></span>
  191. <div class="field">
  192. <h3>Código de referência</h3>
  193. <div>
  194. PT -CGTPIN /CGTPIN-CAD-001-001-MF
  195. </div>
  196. </div>
  197. <div class="field">
  198. <h3>Título</h3>
  199. <div>
  200. Entrevista a Manuel António Teixeira de Freitas
  201. </div>
  202. </div>
  203. <div class="field">
  204. <h3>Data(s)</h3>
  205. <div>
  206. <ul>
  207. <li>
  208. 2010-06-22 (Produção)
  209. </li>
  210. </ul>
  211. </div>
  212. </div>
  213. <div class="field">
  214. <h3>Nível de descrição</h3>
  215. <div>
  216. Documento composto
  217. </div>
  218. </div>
  219. <div class="field">
  220. <h3>Dimensão e suporte (quantidade, volume ou extensão)</h3>
  221. <div>
  222. 01'53''35''' (1,69 GB); suporte digital; 36 p.; papel.
  223. </div>
  224. </div>
  225. </div> <!-- /.section#identityArea -->
  226. <!-- ******************************************** -->
  227. <!-- START CONTEXT AREA -->
  228. <!-- ******************************************** -->
  229. <div class="section" id="contextArea">
  230. <span anchor="contextArea" title="Editar zona do contexto"><h2>Zona do contexto</h2></span>
  231. <div class="field">
  232. <h3>História custodial e arquivística</h3>
  233. <div>
  234. </div>
  235. </div>
  236. <div class="field">
  237. <h3>Fonte imediata de aquisição ou transferência</h3>
  238. <div>
  239. </div>
  240. </div>
  241. </div> <!-- /.section#contextArea -->
  242. <!-- ******************************************** -->
  243. <!-- START CONTENT AND STRUCTURE AREA -->
  244. <!-- ******************************************** -->
  245. <div class="section" id="contentAndStructureArea">
  246. <span anchor="contentAndStructureArea" title="Editar zona de conteúdo e estrutura"><h2>Zona do conteúdo e estrutura</h2></span>
  247. <div class="field">
  248. <h3>Âmbito e conteúdo</h3>
  249. <div>
  250. Composto pela gravação audiovisual da entrevista e a respectiva transcrição.<br/>A transcrição tem a seguinte referência: Manuel António Teixeira de Freitas (Depoimento: Porto, 21 de Junho de 2010). Lisboa: CGTP-IN – CAD, 2010, 36 p. [dat.] [Freitas, 2010: 3-36].<br/><br/>Sumário da entrevista:<br/>A organização dos trabalhadores a industria têxtil: entre a formação pessoal e a consciência de classe.<br/>A tentativa de conquista da direcção do Sindicato Nacional dos Têxteis do Distrito do Porto. <br/>O 25 de Abril e a organização e expansão do Sindicato dos Trabalhadores Têxteis do distrito do Porto.<br/>A negociação do Contrato Colectivo pela Federação dos Sindicatos dos Trabalhadores Têxteis, Lanifícios, Vestuário, Calçado e Peles de Portugal.<br/>A Federação dos Sindicatos dos Trabalhadores Têxteis, Lanifícios, Vestuário, Calçado e Peles de Portugal e a heterogeneidade de influências.<br/>As comissões de trabalhadores (controlo de produção e controlo operário) e o sector têxtil.<br/>A questão da unidade e unicidade.<br/>Os sindicatos da Intersindical, no Norte, durante o Verão Quente.
  251. </div>
  252. </div>
  253. <div class="field">
  254. <h3>Avaliação, selecção e eliminação</h3>
  255. <div>
  256. </div>
  257. </div>
  258. <div class="field">
  259. <h3>Ingressos adicionais</h3>
  260. <div>
  261. </div>
  262. </div>
  263. <div class="field">
  264. <h3>Sistema de organização</h3>
  265. <div>
  266. </div>
  267. </div>
  268. </div> <!-- /.section#contentAndStructureArea -->
  269. <!-- ******************************************** -->
  270. <!-- START CONDITIONS OF ACCESS AND USE AREA -->
  271. <!-- ******************************************** -->
  272. <div class="section" id="conditionsOfAccessAndUseArea">
  273. <span anchor="conditionsOfAccessAndUseArea" title="Editar zona das condições de acesso e utilização"><h2>Zona das condições de acesso e utilização</h2></span>
  274. <div class="field">
  275. <h3>Condições de acesso</h3>
  276. <div>
  277. 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.
  278. </div>
  279. </div>
  280. <div class="field">
  281. <h3>Condições de reprodução</h3>
  282. <div>
  283. 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.
  284. </div>
  285. </div>
  286. <div class="field">
  287. <h3>Idioma(s) da documentação</h3>
  288. <div>
  289. <ul>
  290. </ul>
  291. </div>
  292. </div>
  293. <div class="field">
  294. <h3>Escrita(s) da documentação</h3>
  295. <div>
  296. <ul>
  297. </ul>
  298. </div>
  299. </div>
  300. <div class="field">
  301. <h3>Características físicas e requisitos técnicos</h3>
  302. <div>
  303. </div>
  304. </div>
  305. <div class="field">
  306. <h3>Instrumentos de descrição</h3>
  307. <div>
  308. </div>
  309. </div>
  310. </div> <!-- /.section#conditionsOfAccessAndUseArea -->
  311. <!-- ******************************************** -->
  312. <!-- START ALLIED MATERIALS AREA -->
  313. <!-- ******************************************** -->
  314. <div class="section" id="alliedMaterialsArea">
  315. <span anchor="alliedMaterialsArea" title="Editar zona da documentação associada"><h2>Zona da documentação associada</h2></span>
  316. <div class="field">
  317. <h3>Existência e localização de originais</h3>
  318. <div>
  319. </div>
  320. </div>
  321. <div class="field">
  322. <h3>Existência e localização de cópias</h3>
  323. <div>
  324. </div>
  325. </div>
  326. <div class="field">
  327. <h3>Unidades de descrição relacionadas</h3>
  328. <div>
  329. </div>
  330. </div>
  331. </div> <!-- /.section#alliedMaterialsArea -->
  332. <!-- ******************************************** -->
  333. <!-- START NOTES AREA -->
  334. <!-- ******************************************** -->
  335. <div class="section" id="notesArea">
  336. <span anchor="notesArea" title="Editar zona das notas"><h2>Zona das notas</h2></span>
  337. <div class="field">
  338. <h3>Nota</h3>
  339. <div>
  340. 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: Porto
  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="Editar pontos de acesso"><h2>Zona dos pontos de acesso</h2></span>
  349. <div class="field">
  350. <h3>Pontos de acesso - Assuntos</h3>
  351. <div>
  352. <ul>
  353. <li><a href="/ica/index.php/1750;term/browseTerm" title="1.º de Maio">1.º de Maio</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/7148;term/browseTerm" title="Bancários">Bancários</a></li>
  356. <li><a href="/ica/index.php/8152;term/browseTerm" title="Caderno reivindicativo">Caderno reivindicativo</a></li>
  357. <li><a href="/ica/index.php/8154;term/browseTerm" title="Calçado ">Calçado </a></li>
  358. <li><a href="/ica/index.php/312;term/browseTerm" title="Carta Aberta">Carta Aberta</a></li>
  359. <li><a href="/ica/index.php/379;term/browseTerm" title="Centro Democrático e Social - Partido Popular (CDS-PP)">Centro Democrático e Social - Partido Popular (CDS-PP)</a></li>
  360. <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>
  361. <li><a href="/ica/index.php/8165;term/browseTerm" title="Comissão de Trabalhadores Democráticos do Porto">Comissão de Trabalhadores Democráticos do Porto</a></li>
  362. <li><a href="/ica/index.php/8167;term/browseTerm" title="Comissão sindical">Comissão sindical</a></li>
  363. <li><a href="/ica/index.php/296;term/browseTerm" title="Contrato Colectivo de Trabalho (CCT)">Contrato Colectivo de Trabalho (CCT)</a></li>
  364. <li><a href="/ica/index.php/8392;term/browseTerm" title="Ditadura">Ditadura</a></li>
  365. <li><a href="/ica/index.php/8197;term/browseTerm" title="Exército de Libertação de Portugal (ELP)">Exército de Libertação de Portugal (ELP)</a></li>
  366. <li><a href="/ica/index.php/8200;term/browseTerm" title="Federação">Federaçã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/8221;term/browseTerm" title="Lanifícios">Lanifícios</a></li>
  369. <li><a href="/ica/index.php/8224;term/browseTerm" title="Lei Sindical">Lei Sindical</a></li>
  370. <li><a href="/ica/index.php/8229;term/browseTerm" title="Movimento Democrático Português - Comissão Democrática Eleitoral (MDP/CDE)">Movimento Democrático Português - Comissão Democrática Eleitoral (MDP/CDE)</a></li>
  371. <li><a href="/ica/index.php/8236;term/browseTerm" title="Ministério do Trabalho">Ministério do Trabalho</a></li>
  372. <li><a href="/ica/index.php/9068;term/browseTerm" title="Movimento Juvenil de Ajuda Fraterna (MOJAF)">Movimento Juvenil de Ajuda Fraterna (MOJAF)</a></li>
  373. <li><a href="/ica/index.php/8241;term/browseTerm" title="Movimento da Juventude Trabalhadora do Porto (MJT)">Movimento da Juventude Trabalhadora do Porto (MJT)</a></li>
  374. <li><a href="/ica/index.php/8247;term/browseTerm" title="Nacionalização">Nacionalização</a></li>
  375. <li><a href="/ica/index.php/1819;term/browseTerm" title="Organização Internacional do Trabalho (OIT)">Organização Internacional do Trabalho (OIT)</a></li>
  376. <li><a href="/ica/index.php/302;term/browseTerm" title="Partido Socialista (PS)">Partido Socialista (PS)</a></li>
  377. <li><a href="/ica/index.php/301;term/browseTerm" title="Partido Comunista Português (PCP)">Partido Comunista Português (PCP)</a></li>
  378. <li><a href="/ica/index.php/2053;term/browseTerm" title="Resistência">Resistência</a></li>
  379. <li><a href="/ica/index.php/8271;term/browseTerm" title="Salário Mínimo">Salário Mínimo</a></li>
  380. <li><a href="/ica/index.php/8275;term/browseTerm" title="Serviços">Serviços</a></li>
  381. <li><a href="/ica/index.php/320;term/browseTerm" title="Sindicatos">Sindicatos</a></li>
  382. <li><a href="/ica/index.php/8285;term/browseTerm" title="Têxteis ">Têxteis </a></li>
  383. <li><a href="/ica/index.php/8289;term/browseTerm" title="União Democrática Popular (UDP)">União Democrática Popular (UDP)</a></li>
  384. <li><a href="/ica/index.php/8290;term/browseTerm" title="União Democrática Popular/Partido Socialista Revolucionário (UDP/PSR)">União Democrática Popular/Partido Socialista Revolucionário (UDP/PSR)</a></li>
  385. <li><a href="/ica/index.php/313;term/browseTerm" title="União Geral de Trabalhadores (UGT)">União Geral de Trabalhadores (UGT)</a></li>
  386. <li><a href="/ica/index.php/8532;term/browseTerm" title="União dos Sindicatos do Porto (USP)">União dos Sindicatos do Porto (USP)</a></li>
  387. <li><a href="/ica/index.php/8291;term/browseTerm" title="Unicidade sindical">Unicidade sindical</a></li>
  388. <li><a href="/ica/index.php/8293;term/browseTerm" title="Verão Quente">Verão Quente</a></li>
  389. <li><a href="/ica/index.php/8295;term/browseTerm" title="Vestuário">Vestuário</a></li>
  390. <li><a href="/ica/index.php/8160;term/browseTerm" title="Centro de Cultura Operária ">Centro de Cultura Operária </a></li>
  391. <li><a href="/ica/index.php/8175;term/browseTerm" title="Confederação Mundial do Trabalho (CMT)">Confederação Mundial do Trabalho (CMT)</a></li>
  392. <li><a href="/ica/index.php/8177;term/browseTerm" title="Confederazione Italiana Sindacati Lavoratori (CISL)">Confederazione Italiana Sindacati Lavoratori (CISL)</a></li>
  393. <li><a href="/ica/index.php/8186;term/browseTerm" title="Cooperativa do Povo Portuense">Cooperativa do Povo Portuense</a></li>
  394. <li><a href="/ica/index.php/496;term/browseTerm" title="Função Pública">Função Pública</a></li>
  395. <li><a href="/ica/index.php/3153;term/browseTerm" title="Confederação Europeia de Sindicatos (CES)">Confederação Europeia de Sindicatos (CES)</a></li>
  396. <li><a href="/ica/index.php/346;term/browseTerm" title="Comissões de trabalhadores">Comissões de trabalhadores</a></li>
  397. <li><a href="/ica/index.php/321;term/browseTerm" title="Greves">Greves</a></li>
  398. <li><a href="/ica/index.php/8256;term/browseTerm" title="Partido Social Democrata (PSD)">Partido Social Democrata (PSD)</a></li>
  399. <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>
  400. <li><a href="/ica/index.php/20394;term/browseTerm" title="Igreja católica">Igreja católica</a></li>
  401. <li><a href="/ica/index.php/72872;term/browseTerm" title="1.º de Maio 1982">1.º de Maio 1982</a></li>
  402. </ul>
  403. </div>
  404. </div>
  405. <div class="field">
  406. <h3>Pontos de acesso - Locais</h3>
  407. <div>
  408. <ul>
  409. <li><a href="/ica/index.php/1733;term/browseTerm" title="Porto (distrito, Portugal)">Porto (distrito, Portugal)</a></li>
  410. <li><a href="/ica/index.php/8688;term/browseTerm" title="Trás-os-Montes e Alto Douro (província, jurisdição antiga, Portugal)">Trás-os-Montes e Alto Douro (província, jurisdição antiga, Portugal)</a></li>
  411. <li><a href="/ica/index.php/8672;term/browseTerm" title="Pinhão (freguesia, Alijó, Portugal)">Pinhão (freguesia, Alijó, Portugal)</a></li>
  412. <li><a href="/ica/index.php/8623;term/browseTerm" title="Alijó (município, Vila Real, Portugal)">Alijó (município, Vila Real, Portugal)</a></li>
  413. <li><a href="/ica/index.php/8639;term/browseTerm" title="Braga (distrito, Portugal)">Braga (distrito, Portugal)</a></li>
  414. <li><a href="/ica/index.php/8689;term/browseTerm" title="Viana do Castelo (distrito, Portugal)">Viana do Castelo (distrito, Portugal)</a></li>
  415. <li><a href="/ica/index.php/8634;term/browseTerm" title="Barcelos (município, Braga, Portugal)">Barcelos (município, Braga, Portugal)</a></li>
  416. <li><a href="/ica/index.php/8680;term/browseTerm" title="Senhora da Hora (freguesia, Matosinhos, Portugal)">Senhora da Hora (freguesia, Matosinhos, Portugal)</a></li>
  417. <li><a href="/ica/index.php/8666;term/browseTerm" title="Matosinhos (município, Porto, Portugal)">Matosinhos (município, Porto, Portugal)</a></li>
  418. <li><a href="/ica/index.php/8655;term/browseTerm" title="Vila Nova de Gaia (município, Porto, Portugal)">Vila Nova de Gaia (município, Porto, Portugal)</a></li>
  419. <li><a href="/ica/index.php/369;term/browseTerm" title="Lisboa (distrito, Portugal)">Lisboa (distrito, Portugal)</a></li>
  420. </ul>
  421. </div>
  422. </div>
  423. <div class="field">
  424. <h3>Pontos de acesso - Nomes</h3>
  425. <div>
  426. <ul>
  427. <li><a href="/ica/index.php/7871;isaar" title="Manuel António Teixeira de Freitas">Manuel António Teixeira de Freitas</a></li>
  428. <li><a href="/ica/index.php/7891;isaar" title="Maria Emília Reis Castro">Maria Emília Reis Castro</a></li>
  429. <li><a href="/ica/index.php/8347;isaar" title="João Maria Pacheco Gonçalves">João Maria Pacheco Gonçalves</a></li>
  430. <li><a href="/ica/index.php/545;isaar" title="Manuel Correia Lopes">Manuel Correia Lopes</a></li>
  431. <li><a href="/ica/index.php/8373;isaar" title="António Elísio Capelo Pires Veloso ">António Elísio Capelo Pires Veloso </a></li>
  432. <li><a href="/ica/index.php/9069;isaar" title="Cristovão Santos">Cristovão Santos</a></li>
  433. </ul>
  434. </div>
  435. </div>
  436. </div> <!-- /.section -->
  437. <!-- ******************************************** -->
  438. <!-- START CONTROL AREA -->
  439. <!-- ******************************************** -->
  440. <div class="section" id="descriptionControlArea">
  441. <span anchor="descriptionControlArea" title="Editar zona do controlo da descrição"><h2>Zona do controlo da descrição</h2></span>
  442. <div class="field">
  443. <h3>Identificador do registo de autoridade</h3>
  444. <div>
  445. </div>
  446. </div>
  447. <div class="field">
  448. <h3>Identificador da instituição</h3>
  449. <div>
  450. </div>
  451. </div>
  452. <div class="field">
  453. <h3>Regras e/ou convenções</h3>
  454. <div>
  455. </div>
  456. </div>
  457. <div class="field">
  458. <h3>Estado da descrição</h3>
  459. <div>
  460. Revista
  461. </div>
  462. </div>
  463. <div class="field">
  464. <h3>Nível de detalhe</h3>
  465. <div>
  466. Parcial
  467. </div>
  468. </div>
  469. <div class="field">
  470. <h3>Datas de criação, revisão e eliminação</h3>
  471. <div>
  472. Criado em 2011-02-04.<br/>Revisto em 2014-03-27.
  473. </div>
  474. </div>
  475. <div class="field">
  476. <h3>Idioma(s)</h3>
  477. <div>
  478. <ul>
  479. </ul>
  480. </div>
  481. </div>
  482. <div class="field">
  483. <h3>Escrita(s)</h3>
  484. <div>
  485. <ul>
  486. </ul>
  487. </div>
  488. </div>
  489. <div class="field">
  490. <h3>Fontes</h3>
  491. <div>
  492. </div>
  493. </div>
  494. <div class="field">
  495. <h3>Nota do arquivista</h3>
  496. <div>
  497. Criado por: Sílvia Correia.<br/>Revisto por: Filipe Caldeira.
  498. </div>
  499. </div>
  500. </div> <!-- /.section#descriptionControlArea -->
  501. <!-- ******************************************** -->
  502. <!-- START DIGITAL OBJECT METADATA -->
  503. <!-- ******************************************** -->
  504. <div class="section">
  505. <span title="Editar objecto digital"><h2>Metadados do objecto digital</h2></span>
  506. <div class="field">
  507. <h3>Suporte</h3>
  508. <div>
  509. Vídeo
  510. </div>
  511. </div>
  512. <div class="field">
  513. <h3>Mime-type</h3>
  514. <div>
  515. video/x-ms-wmv
  516. </div>
  517. </div>
  518. <div class="field">
  519. <h3>Tamanho do ficheiro</h3>
  520. <div>
  521. 34.5 MiB
  522. </div>
  523. </div>
  524. <div class="field">
  525. <h3>Importado em</h3>
  526. <div>
  527. 2011-04-12 14:17:13
  528. </div>
  529. </div>
  530. </div>
  531. <div class="actions section">
  532. <h2 class="element-invisible">Acções</h2>
  533. <div class="content">
  534. <ul class="clearfix links">
  535. </ul>
  536. </div>
  537. </div>
  538. </div>
  539. </td>
  540. <td>&nbsp;</td>
  541. </tr>
  542. <tr class="bottom">
  543. <td>&nbsp;</td>
  544. <td class="left-bottom">
  545. <img class="img_left" alt="POPH" src="/images/stories/logo_poph.png" height="31" width="66" />
  546. <img alt="QREN" src="/images/stories/logo_qren.png" height="31" width="91" />
  547. <img alt="União Europeia FSE" src="/images/stories/logo_ue_fse.png" height="31" width="41" />
  548. </td>
  549. <td valign="top"><table class="footer-menu" width="100%" border="0" cellspacing="0" cellpadding="0">
  550. <tr>
  551. <td valign="top"></td>
  552. <td valign="top"></td>
  553. <td valign="top"></td>
  554. <td valign="top"></td>
  555. </tr>
  556. </table>
  557. </td>
  558. <td>&nbsp;</td>
  559. </tr>
  560. <tr class="footer">
  561. <td height="20">&nbsp;</td>
  562. <td class="footer_left">&nbsp;</td>
  563. <td valign="top"><div class="footer_right"><div class="section" id="footerMenu">
  564. <h2 class="element-invisible">Footer Menu</h2>
  565. <div class="content">
  566. <ul class="clearfix links">
  567. <li><a href="/ica/index.php/" title="Início">Início</a></li>
  568. <li><a href="http://ica-atom.org/docs/index.php?title=User_manual" title="Ajuda">Ajuda</a></li>
  569. <li><a href="/ica/index.php/about" title="Sobre">Sobre</a></li>
  570. <li><a href="/ica/index.php/;user/login" title="Entrar">Entrar</a></li>
  571. </ul>
  572. </div>
  573. </div>
  574. </div><div id="footer">
  575. <div class="section">
  576. <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fcad.cgtp.pt%2Fica%2Findex.php%2F7872%3Bisad%3Fsymfony%3Di4ka3hg3nh1k7kafmightag042%3Fsymfony%3Di4ka3hg3nh1k7kafmightag042&amp;ss=1" title=""><img alt="Esta página contém código XHTML 1.0 válido" src="/ica/images/xhtml10.png" /></a>
  577. </div> <!-- /.section -->
  578. </div> <!-- /#footer -->
  579. </td>
  580. <td>&nbsp;</td>
  581. </tr>
  582. </table>
  583. </body>
  584. </html>

↑ Top