mirror of
https://github.com/marado/RNID.git
synced 2025-01-21 17:59:36 +00:00
IGCP: script actualizado, incumprimento mantém-se
This commit is contained in:
parent
8ada3cf525
commit
441f9044e1
@ -25,7 +25,7 @@ Esta tabela mostra casos de incumprimento do regulamento:
|
||||
| https://servicos.min-saude.pt/utente/ | Acessibilidade | [site não cumpre WCAG 2.0 AA](https://servicos.min-saude.pt/utente/) | 2018/07/13 | 2016/09/27 |
|
||||
| https://www.min-saude.pt/ | Certificado https inválido | https://www.min-saude.pt/ | 2018/07/13 | 2016/10/01 |
|
||||
| http://www.act.gov.pt/ | Acessibilidade | [site não cumpre WCAG 2.0 A](http://www.act.gov.pt/) | 2018/07/13 ||
|
||||
| https://www.igcp.pt/ | XLS | [conteúdo em XLS](https://www.igcp.pt/pt/gca/?id=80) | 2018/07/08 ||
|
||||
| https://www.igcp.pt/ | XLS | [conteúdo em XLS](https://www.igcp.pt/pt/gca/?id=80) | 2018/07/13 ||
|
||||
| https://www.portalviva.pt/ | Java | [necessita plugin JAVA](https://www.portalviva.pt/lx/pt/myvivaclient/client-account-area/loads/new-load.aspx) | 2018/07/13 ||
|
||||
| https://prevpap.gov.pt | Acessibilidade | [site não cumpre WCAG 2.0 A](https://prevpap.gov.pt) | 2018/07/13 ||
|
||||
| http://www.museudoazulejo.gov.pt/ | Flash | [conteúdo Flash](http://www.museudoazulejo.gov.pt/) | 2018/07/13 ||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# | https://www.igcp.pt/ | XLS | [conteúdo em XLS](https://www.igcp.pt/pt/gca/?id=80) | 2018/03/29 ||
|
||||
|
||||
wget "https://www.igcp.pt/pt/gca/?id=80" -O - -o /dev/null |hxnormalize -x -l 1000|hxselect .texto > igcp
|
||||
wget "https://www.igcp.pt/pt/gca/?id=80" -O - -o /dev/null |hxnormalize -x -l 1000|hxselect .texto|hxselect table > igcp
|
||||
if [ ! "$(diff igcp scripts/19/igcp-table|wc -l)" -eq "0" ]; then
|
||||
echo "igcp: incumprimento pode já não existir";
|
||||
else
|
||||
|
@ -1,5 +1,4 @@
|
||||
<input class="texto" id="chave" name="chave" placeholder="Pesquisa" style="margin:2px 5px 0px 46px;border:0px;width:105px;height:15px;vertical-align:middle;" type="text" value=""/><span class="texto" style="color:#AAAAAA;"> | </span><div class="texto">
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left">
|
||||
@ -61,5 +60,4 @@
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div><span class="texto" style="color:#AAAAAA;"> | </span><span class="texto" style="color:#AAAAAA;"> | </span>
|
||||
</table>
|
Loading…
Reference in New Issue
Block a user