Untitled diff

Created Diff never expires
81 removals
85 lines
97 additions
101 lines
<section id="module-wiki-history" class="wiki-history">
# IF C_ARTICLE #
# IF C_ARTICLE #
<table id="table">
<header>
<caption>{L_HISTORY}: <a href="{U_ARTICLE}">{TITLE}</a></caption>
<h1>{L_HISTORY} : <a href="{U_ARTICLE}">{TITLE}</a></h1>
<thead>
</header>
<tr>
<table id="table">
<th>
<thead>
{L_VERSIONS}
<tr>
</th>
<th>
<th>
{L_VERSIONS}
{L_DATE}
</th>
</th>
<th>
<th>
{L_DATE}
{L_AUTHOR}
</th>
</th>
<th>
<th>
{L_CHANGE_REASON}
{L_ACTIONS}
</th>
</th>
<th>
</tr>
{L_AUTHOR}
</thead>
</th>
<tbody>
<th>
# START list #
{L_ACTIONS}
<tr>
</th>
<td>
</tr>
<a href="{list.U_ARTICLE}">{list.TITLE}</a> {list.CURRENT_RELEASE}
</thead>
</td>
<tbody>
<td>
# START list #
{list.DATE}
<tr>
</td>
<td>
<td>
<a href="{list.U_ARTICLE}">{list.TITLE}</a>
{list.AUTHOR}
<span class="infos-options">{list.CURRENT_RELEASE}</span>
</td>
</td>
<td>
<td>
{list.ACTIONS}
{list.DATE}
</td>
</td>
</tr>
<td class="col-max">
# END list #
{list.CHANGE_REASON}
</tbody>
</td>
</table>
<td>
{list.AUTHOR}
</td>
<td>
{list.ACTIONS}
</td>
</tr>
# END list #
</tbody>
</table>
# ELSE #
# ELSE #
<table id="table2">
<header>
<caption>{L_HISTORY}</caption>
<h1>{L_HISTORY}</h1>
<thead>
</header>
<tr>
<th>
<table id="table2">
<a href="{TOP_TITLE}" class="fa fa-table-sort-up"></a>
<caption>{L_HISTORY}</caption>
{L_TITLE}
<thead>
<a href="{BOTTOM_TITLE}" class="fa fa-table-sort-down"></a>
<tr>
</th>
<th>
<th>
<a href="{TOP_TITLE}" aria-label="${LangLoader::get_message('sort.asc', 'common')}"><i class="fa fa-table-sort-up" aria-hidden="true" title="${LangLoader::get_message('sort.asc', 'common')}"></i></a>
<a href="{TOP_DATE}" class="fa fa-table-sort-up"></a>
{L_TITLE}
{L_DATE}
<a href="{BOTTOM_TITLE}" aria-label="${LangLoader::get_message('sort.desc', 'common')}"><i class="fa fa-table-sort-down" aria-hidden="true" title="${LangLoader::get_message('sort.desc', 'common')}"></i></a>
<a href="{BOTTOM_DATE}" class="fa fa-table-sort-down"></a>
</th>
</th>
<th>
<th>
<a href="{TOP_DATE}" aria-label="${LangLoader::get_message('sort.asc', 'common')}"><i class="fa fa-table-sort-up" aria-hidden="true" title="${LangLoader::get_message('sort.asc', 'common')}"></i></a>
{L_AUTHOR}
{L_DATE}
</th>
<a href="{BOTTOM_DATE}" aria-label="${LangLoader::get_message('sort.desc', 'common')}"><i class="fa fa-table-sort-down" aria-hidden="true" title="${LangLoader::get_message('sort.desc', 'common')}"></i></a>
</tr>
</th>
</thead>
<th>
# IF C_PAGINATION #
{L_AUTHOR}
<tfoot>
</th>
<tr>
</tr>
<td colspan="3">
</thead>
# INCLUDE PAGINATION #
<tbody>
</td>
# START list #
</tr>
<tr>
</tfoot>
<td>
# ENDIF #
<a href="{list.U_ARTICLE}">{list.TITLE}</a>
<tbody>
</td>
# START list #
<td>
<tr>
{list.DATE}
<td>
</td>
<a href="{list.U_ARTICLE}">{list.TITLE}</a>
<td>
</td>
{list.AUTHOR}
<td>
</td>
{list.DATE}
</tr>
</td>
# END list #
<td>
</tbody>
{list.AUTHOR}
# IF C_PAGINATION #
</td>
<tfoot>
</tr>
<tr>
# END list #
<td colspan="3">
</tbody>
# INCLUDE PAGINATION #
</table>
</td>
</tr>
</tfoot>
# ENDIF #
</table>
# END IF #
# END IF #
<footer></footer>
</section>