Conteúdo

Default

Retornar à newsletter

<div style="color: black; font-family: Arial, Helvetica, sans-serif; font-size: 14px;">

<!-- header -->
<div style="background: rgb(247, 247, 247) url(http://www.trt13.jus.br/++theme++beyondskins.trt13.portal/images/bg-header.jpg) repeat-x scroll top center;" class="mailonly">

    <!-- logo -->
    <div style="padding: 10px; height: 120px;">
        <a href="http://www.trt13.jus.br" title="Página Inicial">
          <img src="http://www.trt13.jus.br/++theme++beyondskins.trt13.portal/images/logo.png" alt="Tribunal Regional do Trabalho 13ª Região - Paraíba" style="border: 0px;"></a>
    </div>

 
</div>

<!-- titulo -->
<div  class="mailonly">
    <h1 style="color: #7a1c1c; font-size: 36px; margin: 0;">Boletim Informativo TRT13</h1>
</div>


<div style="clear: both;"></div>

<!-- noticias -->
<tal:block tal:repeat="item context/queryCatalog">
    <div tal:define="object item/getObject">
            <!-- imagem da noticia -->
            <img src="" alt=""
                tal:condition="exists:object/image_thumb"
                tal:replace="structure python: path('nocall:object/tag')(scale='thumb', css_class='tileImage')" />
        
            <!-- titulo da noticia -->
            <h2 style="color: #AC2625; margin: 20px 0 10px; font-size: 1.8em;"
                tal:content="item/Title">
                Título da notícia</h2>

            <!-- resumo da noticia -->
            <p><span tal:content="item/Description">Descrição</span></p>

            <!-- link para a noticia completa -->
            <p><a tal:attributes="href item/getURL">Leia mais...</a></p>
        <div style="clear: both;"></div>
    </div>
</tal:block>

</div>