Untitled diff

Created Diff never expires
6 removals
84 lines
16 additions
94 lines
<section id="module-web">
<section id="module-web">
<header>
<header>
<h1>
<h1>
<a href="{U_SYNDICATION}" title="${LangLoader::get_message('syndication', 'common')}"><i class="fa fa-syndication"></i></a>
<a href="{U_SYNDICATION}" title="${LangLoader::get_message('syndication', 'common')}"><i class="fa fa-syndication"></i></a>
{@module_title}# IF NOT C_ROOT_CATEGORY # - {CATEGORY_NAME}# ENDIF # # IF IS_ADMIN #<a href="{U_EDIT_CATEGORY}" title="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit smaller"></i></a># ENDIF #
{@module_title}# IF NOT C_ROOT_CATEGORY # - {CATEGORY_NAME}# ENDIF # # IF IS_ADMIN #<a href="{U_EDIT_CATEGORY}" title="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit smaller"></i></a># ENDIF #
</h1>
</h1>
</header>
</header>
<div class="content">
<div class="content">
# IF NOT C_VISIBLE #
# IF NOT C_VISIBLE #
# INCLUDE NOT_VISIBLE_MESSAGE #
# INCLUDE NOT_VISIBLE_MESSAGE #
# ENDIF #
# ENDIF #
<article id="article-web-{ID}" itemscope="itemscope" itemtype="http://schema.org/CreativeWork" class="article-web# IF C_IS_PARTNER # web-partner# ENDIF ## IF C_IS_PRIVILEGED_PARTNER # web-privileged-partner# ENDIF #">
<article id="article-web-{ID}" itemscope="itemscope" itemtype="http://schema.org/CreativeWork" class="article-web# IF C_IS_PARTNER # content-friends# ENDIF ## IF C_IS_PRIVILEGED_PARTNER # content-privileged-friends# ENDIF ## IF C_NEW_CONTENT # new-content# ENDIF#">
<header>
<header>
<h2>
<h2>
<span id="name" itemprop="name">{NAME}</span>
<span id="name" itemprop="name">{NAME}</span>
<span class="actions">
<span class="actions">
# IF C_EDIT #
# IF C_EDIT #
<a href="{U_EDIT}" title="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit"></i></a>
<a href="{U_EDIT}" title="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit"></i></a>
# ENDIF #
# ENDIF #
# IF C_DELETE #
# IF C_DELETE #
<a href="{U_DELETE}" title="${LangLoader::get_message('delete', 'common')}" data-confirmation="delete-element"><i class="fa fa-delete"></i></a>
<a href="{U_DELETE}" title="${LangLoader::get_message('delete', 'common')}" data-confirmation="delete-element"><i class="fa fa-delete"></i></a>
# ENDIF #
# ENDIF #
</span>
</span>
</h2>
</h2>
<meta itemprop="url" content="{U_LINK}">
<meta itemprop="url" content="{U_LINK}">
<meta itemprop="description" content="${escape(DESCRIPTION)}" />
<meta itemprop="description" content="${escape(DESCRIPTION)}" />
# IF C_COMMENTS_ENABLED #
# IF C_COMMENTS_ENABLED #
<meta itemprop="discussionUrl" content="{U_COMMENTS}">
<meta itemprop="discussionUrl" content="{U_COMMENTS}">
<meta itemprop="interactionCount" content="{NUMBER_COMMENTS} UserComments">
<meta itemprop="interactionCount" content="{NUMBER_COMMENTS} UserComments">
# ENDIF #
# ENDIF #
</header>
</header>
<div class="content">
<div class="content">
<div class="options infos">
<div class="options infos">
<div class="center">
<div class="center">
# IF C_HAS_PARTNER_PICTURE #
# IF C_IS_PARTNER #
<img src="{U_PARTNER_PICTURE}" alt="{NAME}" itemprop="image" />
# IF C_HAS_PARTNER_PICTURE #
<span class="web-partner-picture">
<img src="{U_PARTNER_PICTURE}" alt="{NAME}" itemprop="image" />
</span>
<div class="spacer"></div>
<div class="spacer"></div>
# ENDIF #
# ENDIF #
# ENDIF #
# IF C_VISIBLE #
# IF C_VISIBLE #
<a href="{U_VISIT}" class="basic-button">
<a href="{U_VISIT}" class="basic-button">
<i class="fa fa-globe"></i> {@visit}
<i class="fa fa-globe"></i> {@visit}
</a>
</a>
# IF IS_USER_CONNECTED #
# IF IS_USER_CONNECTED #
<a href="{U_DEADLINK}" class="basic-button alt" title="${LangLoader::get_message('deadlink', 'common')}">
<a href="{U_DEADLINK}" class="basic-button alt" title="${LangLoader::get_message('deadlink', 'common')}">
<i class="fa fa-unlink"></i>
<i class="fa fa-unlink"></i>
</a>
</a>
# ENDIF #
# ENDIF #
# ENDIF #
# ENDIF #
</div>
</div>
<h6>{@link_infos}</h6>
<h6>{@link_infos}</h6>
<span class="text-strong">{@visits_number} : </span><span>{NUMBER_VIEWS}</span><br/>
<span class="text-strong">{@visits_number} : </span><span>{NUMBER_VIEWS}</span><br/>
<span class="text-strong">${LangLoader::get_message('category', 'categories-common')} : </span><span><a itemprop="about" class="small" href="{U_CATEGORY}">{CATEGORY_NAME}</a></span><br/>
<span class="text-strong">${LangLoader::get_message('category', 'categories-common')} : </span><span><a itemprop="about" class="small" href="{U_CATEGORY}">{CATEGORY_NAME}</a></span><br/>
# IF C_KEYWORDS #
# IF C_KEYWORDS #
<span class="text-strong">${LangLoader::get_message('form.keywords', 'common')} : </span>
<span class="text-strong">${LangLoader::get_message('form.keywords', 'common')} : </span>
<span>
<span>
# START keywords #
# START keywords #
<a itemprop="keywords" class="small" href="{keywords.URL}">{keywords.NAME}</a># IF keywords.C_SEPARATOR #, # ENDIF #
<a itemprop="keywords" class="small" href="{keywords.URL}">{keywords.NAME}</a># IF keywords.C_SEPARATOR #, # ENDIF #
# END keywords #
# END keywords #
</span><br/>
</span><br/>
# ENDIF #
# ENDIF #
# IF C_COMMENTS_ENABLED #
# IF C_COMMENTS_ENABLED #
<span># IF C_COMMENTS # {NUMBER_COMMENTS} # ENDIF # {L_COMMENTS}</span>
<span># IF C_COMMENTS # {NUMBER_COMMENTS} # ENDIF # {L_COMMENTS}</span>
# ENDIF #
# ENDIF #
# IF C_VISIBLE #
# IF C_VISIBLE #
# IF C_NOTATION_ENABLED #
# IF C_NOTATION_ENABLED #
<div class="spacer"></div>
<div class="spacer"></div>
<div class="center">{NOTATION}</div>
<div class="center">{NOTATION}</div>
# ENDIF #
# ENDIF #
# ENDIF #
# ENDIF #
</div>
</div>
# IF C_PICTURE #
<span class="web-picture">
<img src="{U_PICTURE}" alt="{NAME}" itemprop="image" />
</span>
# ENDIF #
<div itemprop="text">{CONTENTS}</div>
<div itemprop="text">{CONTENTS}</div>
</div>
</div>
<aside>
<aside>
# INCLUDE COMMENTS #
# INCLUDE COMMENTS #
</aside>
</aside>
<footer></footer>
<footer></footer>
</article>
</article>
</div>
</div>
<footer></footer>
<footer></footer>
</section>
</section>