Untitled diff

Created Diff never expires
53 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
100 lines
53 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
99 lines
<section id="module-calendar">
<section id="module-calendar">
<header>
<header>
<div class="cat-actions">
<a href="{U_SYNDICATION}" aria-label="${LangLoader::get_message('syndication', 'common')}"><i class="fa fa-syndication" aria-hidden="true" title="${LangLoader::get_message('syndication', 'common')}"></i></a>
{@module_title}# IF NOT C_ROOT_CATEGORY # - {CATEGORY_NAME}# ENDIF # # IF IS_ADMIN #<a href="{U_EDIT_CATEGORY}" aria-label="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit small" aria-hidden="true" title="${LangLoader::get_message('edit', 'common')}"></i></a># ENDIF #
</div>
<h1>
<h1>
<a href="{U_SYNDICATION}" title="${LangLoader::get_message('syndication', 'common')}"><i class="fa fa-syndication"></i></a>
<span itemprop="name">{TITLE}</span>
{@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 itemscope="itemscope" itemtype="http://schema.org/Event" id="article-calendar-{ID}" class="article-calendar# IF C_NEW_CONTENT # new-content# ENDIF #">
# IF NOT C_APPROVED #
# IF NOT C_APPROVED #
# INCLUDE NOT_VISIBLE_MESSAGE #
# INCLUDE NOT_VISIBLE_MESSAGE #
# ENDIF #
# ENDIF #
<article itemscope="itemscope" itemtype="http://schema.org/Event" id="article-calendar-{ID}" class="article-calendar# IF C_NEW_CONTENT # new-content# ENDIF #">
<div class="actions">
<header>
# IF C_EDIT #
<h2>
<a href="{U_EDIT}" aria-label="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit" aria-hidden="true" title="${LangLoader::get_message('edit', 'common')}"></i></a>
<span itemprop="name">{TITLE}</span>
# ENDIF #
<span class="actions">
# IF C_DELETE #
# IF C_EDIT #
<a href="{U_DELETE}" aria-label="${LangLoader::get_message('delete', 'common')}"# IF NOT C_BELONGS_TO_A_SERIE # data-confirmation="delete-element"# ENDIF #><i class="fa fa-delete" aria-hidden="true" title="${LangLoader::get_message('delete', 'common')}"></i></a>
<a href="{U_EDIT}" title="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit"></i></a>
# ENDIF #
# ENDIF #
</div>
# IF C_DELETE #
<a itemprop="url" href="{U_LINK}"></a>
<a href="{U_DELETE}" title="${LangLoader::get_message('delete', 'common')}"# IF NOT C_BELONGS_TO_A_SERIE # data-confirmation="delete-element"# ENDIF #><i class="fa fa-delete"></i></a>
<div class="more">
# ENDIF #
<div class="fa fa-user"></div> # IF C_AUTHOR_EXIST #<a itemprop="author" href="{U_AUTHOR_PROFILE}" class="{AUTHOR_LEVEL_CLASS}" # IF C_AUTHOR_GROUP_COLOR # style="color:{AUTHOR_GROUP_COLOR}" # ENDIF #>{AUTHOR}</a># ELSE #{AUTHOR}# ENDIF #
</span>
</div>
</h2>
<div class="content" itemscope="itemscope" itemtype="http://schema.org/CreativeWork">
<meta itemprop="about" content="{CATEGORY_NAME}">
<a itemprop="url" href="{U_LINK}"></a>
# IF C_COMMENTS_ENABLED #
</header>
<meta itemprop="discussionUrl" content="{U_COMMENTS}">
<div class="content">
<meta itemprop="interactionCount" content="{NUMBER_COMMENTS} UserComments">
<div itemscope="itemscope" itemtype="http://schema.org/CreativeWork">
# ENDIF #
<meta itemprop="about" content="{CATEGORY_NAME}">
# IF C_COMMENTS_ENABLED #
<div class="options infos">
<meta itemprop="discussionUrl" content="{U_COMMENTS}">
<p class="event-display-dates">
<meta itemprop="interactionCount" content="{NUMBER_COMMENTS} UserComments">
<span class="infos-options"><span class="text-strong">{@calendar.labels.start_date}</span> : <time datetime="{START_DATE_ISO8601}" itemprop="startDate">{START_DATE}</time></span>
<span class="infos-options"><span class="text-strong">{@calendar.labels.end_date}</span> : <time datetime="{END_DATE_ISO8601}" itemprop="endDate">{END_DATE}</time></span>
</p>
# IF C_HAS_PICTURE #
<img itemprop="thumbnailUrl" src="{PICTURE}" alt="{TITLE}" title="{TITLE}" />
# ENDIF #
# ENDIF #
# IF C_HAS_PICTURE #<img itemprop="thumbnailUrl" src="{PICTURE}" alt="{TITLE}" /># ENDIF #
<div itemprop="text">{CONTENTS}</div>
# IF C_LOCATION #
# IF C_LOCATION #
<div class="spacer"></div>
<p itemprop="location" itemscope itemtype="http://schema.org/Place">
<div itemprop="location" itemscope itemtype="http://schema.org/Place">
<span class="text-strong">{@calendar.labels.location}</span> :
<span class="text-strong">{@calendar.labels.location}</span> :
<span itemprop="name">{LOCATION}</span>
<span itemprop="name">{LOCATION}</span>
# IF C_LOCATION_MAP #<div class="location-map">{LOCATION_MAP}</div># ENDIF #
</p>
</div>
# ENDIF #
# ENDIF #
# IF C_PARTICIPATION_ENABLED #
# IF C_PARTICIPATION_ENABLED #
<div class="spacer"></div>
<div class="spacer"></div>
# IF C_DISPLAY_PARTICIPANTS #
# IF C_DISPLAY_PARTICIPANTS #
<div>
<div>
<span class="text-strong">{@calendar.labels.participants}</span> :
<span class="text-strong">{@calendar.labels.participants}</span> :
<span>
<span>
# IF C_PARTICIPANTS #
# IF C_PARTICIPANTS #
# START participant #
# START participant #
<a href="{participant.U_PROFILE}" class="{participant.LEVEL_CLASS}" # IF participant.C_GROUP_COLOR # style="color:{participant.GROUP_COLOR}" # ENDIF #>{participant.DISPLAY_NAME}</a># IF NOT participant.C_LAST_PARTICIPANT #,# ENDIF #
<a href="{participant.U_PROFILE}" class="{participant.LEVEL_CLASS}" # IF participant.C_GROUP_COLOR # style="color:{participant.GROUP_COLOR}" # ENDIF #>{participant.DISPLAY_NAME}</a># IF NOT participant.C_LAST_PARTICIPANT #,# ENDIF #
# END participant #
# END participant #
# ELSE #
# ELSE #
{@calendar.labels.no_one}
{@calendar.labels.no_one}
# ENDIF #
# ENDIF #
</span>
</span>
</div>
</div>
# ENDIF #
# ENDIF #
# IF C_PARTICIPATE #
# IF C_PARTICIPATE #
<a href="{U_SUSCRIBE}" class="basic-button">{@calendar.labels.suscribe}</a>
<a href="{U_SUSCRIBE}" class="basic-button">{@calendar.labels.suscribe}</a>
# IF C_MISSING_PARTICIPANTS #
# IF C_MISSING_PARTICIPANTS #
<span class="small text-italic">({L_MISSING_PARTICIPANTS})</span>
<span class="small text-italic">({L_MISSING_PARTICIPANTS})</span>
# ENDIF #
# ENDIF #
# IF C_REGISTRATION_DAYS_LEFT #
# IF C_REGISTRATION_DAYS_LEFT #
<div class="spacer"></div>
<div class="spacer"></div>
<span class="small text-italic">{L_REGISTRATION_DAYS_LEFT}</span>
<span class="small text-italic">{L_REGISTRATION_DAYS_LEFT}</span>
# ENDIF #
# ENDIF #
# ENDIF #
# ENDIF #
# IF C_IS_PARTICIPANT #
# IF C_IS_PARTICIPANT #
<a href="{U_UNSUSCRIBE}" class="basic-button">{@calendar.labels.unsuscribe}</a>
<a href="{U_UNSUSCRIBE}" class="basic-button">{@calendar.labels.unsuscribe}</a>
# ELSE #
# ELSE #
# IF C_MAX_PARTICIPANTS_REACHED #<span class="small text-italic">{@calendar.labels.max_participants_reached}</span># ENDIF #
# IF C_MAX_PARTICIPANTS_REACHED #<span class="small text-italic">{@calendar.labels.max_participants_reached}</span># ENDIF #
# ENDIF #
# ENDIF #
# IF C_REGISTRATION_CLOSED #<span class="small text-italic">{@calendar.labels.registration_closed}</span># ENDIF #
# IF C_REGISTRATION_CLOSED #<span class="small text-italic">{@calendar.labels.registration_closed}</span># ENDIF #
# ENDIF #
# ENDIF #
</div>
<div class="spacer"></div>
<div class="event-display-author">
<div itemprop="text">{CONTENTS}</div>
{@calendar.labels.created_by} : # IF C_AUTHOR_EXIST #<a itemprop="author" href="{U_AUTHOR_PROFILE}" class="{AUTHOR_LEVEL_CLASS}" # IF C_AUTHOR_GROUP_COLOR # style="color:{AUTHOR_GROUP_COLOR}" # ENDIF #>{AUTHOR}</a># ELSE #{AUTHOR}# ENDIF #
# IF C_LOCATION #
<div class="location-map" itemprop="location" itemscope itemtype="http://schema.org/Place">
# IF C_LOCATION_MAP #<div class="location-map">{LOCATION_MAP}</div># ENDIF #
</div>
</div>
</div>
# ENDIF #
<div class="event-display-dates">
</div>
{@calendar.labels.start_date} : <span class="float-right"><time datetime="{START_DATE_ISO8601}" itemprop="startDate">{START_DATE}</time></span>
<hr>
<div class="spacer"></div>
{@calendar.labels.end_date} : <span class="float-right"><time datetime="{END_DATE_ISO8601}" itemprop="endDate">{END_DATE}</time></span>
# INCLUDE COMMENTS #
</div>
<footer></footer>
<hr>
# INCLUDE COMMENTS #
</div>
<footer></footer>
</article>
</div>
</div>
<footer></footer>
<footer></footer>
</section>
</section>