Saltar al cotenido Saltar a la navegación Información de contacto

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<TITLE>News example template</TITLE>
</head>

<body>






<br>
<br>
<br>
<H1>NEWS TEMPLATES</H1>
<h2>EXAMPLE</h2>






<br>
<br>
<br>
<pre>
<strong>Global markers, as set up in TypoScript:</strong>
These are substituted throughout the whole template.

<em>Markers:</em>
GW1B / GW1E
GW2B / GW2E
GW3B / GW3E

GC1
GC2
GC3
GC4


<strong>Common markers:</strong>
These are substituted in all news item displaying templates:

<em>Markers:</em>
NEWS_UID - ID number (uid) of the news item
NEWS_TITLE - News item title
NEWS_AUTHOR - name of author
NEWS_EMAIL - email of author
NEWS_DATE - date
NEWS_TIME - time
NEWS_AGE - age of news item in minutes, hours, days or years
NEWS_SUBHEADER - subheader, if empty main content is inserted here in LIST and LATEST
NEWS_CONTENT - main content
NEWS_LINKS - news links
NEWS_CATEGORY - news item category
NEWS_RELATED - links to related news
NEWS_IMAGE - news item images

PAGE_UID - Page id of the parent page (pid)
PAGE_TITLE - Title of the parent page of the news item
PAGE_AUTHOR - Page author, if any
PAGE_AUTHOR_EMAIL - Page author email, if any

<em>Wrapped Subparts:</em>
LINK_ITEM - link to the news item single display
</pre>


<BR><BR><BR><BR><HR><BR><BR><BR>
<h3>TEMPLATE_LIST</h3>
<em>This is the template for the list of news in the archive or news page or search.</em>
<br>
<br>
<br>
<br>
<!-- ###TEMPLATE_LIST### begin
This is the template for the list of news in the archive or news page or search
-->
<!--<h1>Noticias</h1>-->
<div class="noticias">
<!-- ###CONTENT### begin
This is the part of the template substituted with the list of news:
-->
<!-- ###NEWS### begin
Template for a single item
-->
<div class="news_one">

<div class="news_lista_text">

<div class="news_lastest_single_date"><span class="texto_rojo">###NEWS_TITLE###</span></div>
<div class="news_subheader_lista">
###NEWS_SUBHEADER###
</div>
<!--###LINK_ITEM###-->Leer m&aacute;s...<!--###LINK_ITEM###-->
</div>
<div class="news_lista_single_end"></div>
</div>

<!-- ###NEWS### end-->
<!-- ###CONTENT### end -->
</div>
###BROWSE_LINKS###
<!-- ###TEMPLATE_LIST### end -->






</BODY>
</HTML>