ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml"> <head> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" /> <title>ABAIXO-ASSINADO</title> <style type="text/css"> .style1 { font-family: Arial, Helvetica, sans-serif; } .style2 { text-align: left; font-family: Arial, Helvetica, sans-serif; } .style5 { font-family: Arial, Helvetica, sans-serif; font-size: small; height: 16px; width: 77px; } .style6 { font-size: x-large; font-weight: bold; font-family: Arial, Helvetica, sans-serif; } .style7 { font-size: x-large; font-weight: bold; color: #FFFFFF; } .style8 { background-color: #000000; } .style9 { text-align: center; width: 760; height: 64; } .style11 { font-family: Arial, Helvetica, sans-serif; font-size: small; text-align: justify; } .style12 { width: 85px; } </style> </head> <body> <script language="JavaScript" type="text/javascript"><!-- function FrontPage_Form1_Validator(theForm) { if (theForm.Nome.value == "") { alert("Introduza um valor para o campo 'nome'."); theForm.Nome.focus(); return (false); } if (theForm.Nome.value.length < 10) { alert("Introduza pelo menos 10 caracteres no campo 'nome'."); theForm.Nome.focus(); return (false); } var checkOK = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz&#402;&#352;&#338;&#381;&#353;&#339;&#382;&#376;ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ0123456789- \t\r\n\f"; var checkStr = theForm.Nome.value; var allValid = true; var validGroups = true; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } } if (!allValid) { alert("Introduza apenas caracteres do tipo letra, dígito e espaço em branco no campo 'Nome'."); theForm.Nome.focus(); return (false); } if (theForm.Escola.value == "") { alert("Introduza um valor para o campo 'Escola'."); theForm.Escola.focus(); return (false); } return (true); } //--></script> <form id="form1" action="Subscreve.aspx" language="JavaScript" method="post" onsubmit="return FrontPage_Form1_Validator(this)"> <div class="style9"> &nbsp;<table align="center" border="0" cellpadding="6" cellspacing="0" style="width: 760px" width="760px"> <tr> <td align="center" bgcolor="#eeeeee" class="style2"> <div class="style2"> <p align="center" class="style6">As classificações atribuídas na Avaliação de Desempenho<br /> em 2009 não podem ser factor de Graduação Profissional<br /> para concurso </p> <p align="center" class="style7"><span class="style8"> &nbsp;ABAIXO-ASSINADO </span>&nbsp;<br /> </p> <span class="style11"><br /> O processo de avaliação de desempenho dos docentes no ano lectivo 2008/2009 foi caótico e ferido de um enorme número de arbitrariedades. Nomeadamente os critérios para a atribuição das menções de Muito Bom e Excelente variaram de escola para escola, havendo aliás várias situações em que os docentes não foram sequer avaliados.<br /> <br /> É inaceitável que uma situação que o próprio Ministério da Educação reconhece ter sido caótica conduza a situações de injustiça irreparáveis. O Ministério da Educação tem plena consciência do que se passou e sabe das injustiças que tal provocaria.<br /> <br /> Porque acreditam que ninguém tem o direito de impor graves injustiças tendo plena consciência de que o está a fazer, os professores e educadores abaixo-assinados exigem ao Ministério da Educação que, para o concurso aberto no passado dia 12 destinado designadamente para contratação, não sejam tidas em conta para efeitos de graduação para concurso as menções atribuídas nas avaliações do ano de 2009.<br /> <br /> Abril.2010</span><br /> <br /> <br></div> <table align="center" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="style12" valign="top"> <p class="style5"><strong>Nome<strong></p> </strong></strong></td> <td class="style1" valign="top" width="289"> <input name="Nome" size="50"> </td> </tr> <tr> <td class="style12" valign="top"> <p class="style5"><strong>Escola</strong></p> </td> <td valign="top" width="144"> <input name="Escola" size="50"> </td> </tr> <tr> <td class="style1" colspan="2" style="text-align: right" valign="top"> <input name="Enviar" style="width: 111px" type="submit" value="Enviar"> </td> </tr> </table> <br /> <br /> <br /> <br /> <br /> </td> </tr> <tr> <td align="right" style="font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #eeeeee;"> Este abaixo-assinado foi disponibilizado em 14-04-2010</td> </tr> </table> </div> </form> </body> </html>