Untitled diff

Created Diff never expires
18 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
100 lines
13 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
95 lines
# INCLUDE forum_top #
# INCLUDE forum_top #
<article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-stats">
<article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-stats">
<header>
<header>
<h2>&bull; {L_STATS}</h2>
<h2>{L_STATS}</h2>
</header>
</header>
<div class="content">
<div class="content">
<table>
<table>
<thead>
<thead>
<tr>
<tr>
<th>
<th>
{L_STATS}
{L_STATS}
</th>
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
<tr>
<tr>
<td>
<td>
<p class="forum-stats">
<p class="forum-stats">
<span>{L_NBR_TOPICS}: <strong>{NBR_TOPICS}</strong></span>
<span>{L_NBR_TOPICS}: <strong>{NBR_TOPICS}</strong></span>
<span>{L_NBR_MSG}: <strong>{NBR_MSG}</strong></span>
<span>{L_NBR_MSG}: <strong>{NBR_MSG}</strong></span>
</p>
</p>
<p class="forum-stats">
<p class="forum-stats">
<span>{L_NBR_TOPICS_DAY}: <strong>{NBR_TOPICS_DAY}</strong></span>
<span>{L_NBR_TOPICS_DAY}: <strong>{NBR_TOPICS_DAY}</strong></span>
<span>{L_NBR_MSG_DAY}: <strong>{NBR_MSG_DAY}</strong></span>
<span>{L_NBR_MSG_DAY}: <strong>{NBR_MSG_DAY}</strong></span>
<span>{L_NBR_TOPICS_TODAY}: <strong>{NBR_TOPICS_TODAY}</strong></span>
<span>{L_NBR_TOPICS_TODAY}: <strong>{NBR_TOPICS_TODAY}</strong></span>
<span>{L_NBR_MSG_TODAY}: <strong>{NBR_MSG_TODAY}</strong></span>
<span>{L_NBR_MSG_TODAY}: <strong>{NBR_MSG_TODAY}</strong></span>
</p>
</p>
</td>
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
<br /><br />
<table>
<table>
<thead>
<thead>
<tr>
<tr>
<th>
<th>
{L_LAST_MSG}
{L_LAST_MSG}
</th>
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
# START last_msg #
# START last_msg #
<tr>
<tr>
<td>
<td>
<a href="{PATH_TO_ROOT}/forum/topic{last_msg.U_TOPIC_ID}">{last_msg.TITLE}</a>
<a href="{PATH_TO_ROOT}/forum/topic{last_msg.U_TOPIC_ID}">{last_msg.TITLE}</a>
</td>
</td>
</tr>
</tr>
# END last_msg #
# END last_msg #
</tbody>
</tbody>
</table>
</table>
<br /><br />
<table>
<table>
<thead>
<thead>
<tr>
<tr>
<th>
<th>
{L_POPULAR}
{L_POPULAR}
</th>
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
# START popular #
# START popular #
<tr>
<tr>
<td>
<td>
<a href="{PATH_TO_ROOT}/forum/topic{popular.U_TOPIC_ID}">{popular.TITLE}</a>
<a href="{PATH_TO_ROOT}/forum/topic{popular.U_TOPIC_ID}">{popular.TITLE}</a>
</td>
</td>
</tr>
</tr>
# END popular #
# END popular #
</tbody>
</tbody>
</table>
</table>
<br /><br />
<table>
<table>
<thead>
<thead>
<tr>
<tr>
<th>
<th>
{L_ANSWERS}
{L_ANSWERS}
</th>
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
# START answers #
# START answers #
<tr>
<tr>
<td>
<td>
<a href="{PATH_TO_ROOT}/forum/topic{answers.U_TOPIC_ID}">{answers.TITLE}</a>
<a href="{PATH_TO_ROOT}/forum/topic{answers.U_TOPIC_ID}">{answers.TITLE}</a>
</td>
</td>
</tr>
</tr>
# END answers #
# END answers #
</tbody>
</tbody>
</table>
</table>
</div>
</div>
<footer>&bull; {L_STATS}</footer>
<footer>{L_STATS}</footer>
</article>
</article>
# INCLUDE forum_bottom #
# INCLUDE forum_bottom #