added uikit markup for slog.html

This commit is contained in:
Tomasz Sowa 2021-01-25 18:15:26 +01:00
parent f6077da614
commit 31befcba44
1 changed files with 16 additions and 19 deletions

View File

@ -1,30 +1,27 @@
[if slog_tab]
<table class="winix_slog">
[for slog_tab]
<tr>
<th class="[if slog_tab_is_error]winix_slogerror[end][if slog_tab_is_warning]winix_slogwarning[end][if slog_tab_is_info]winix_sloginfo[end]">
[if slog_tab_is_info]
{slog_info}:
[end]
<div class="uk-margin [if slog_tab_is_error] uk-alert-danger[end][if slog_tab_is_warning] uk-alert-warning[end][if slog_tab_is_info] uk-alert-success[end]" data-uk-alert>
[if slog_tab_is_warning]
{slog_warning}:
[end]
<a class="uk-alert-close" data-uk-close></a>
[if slog_tab_is_error]
{slog_error}:
[end]
[if slog_tab_is_info]
{slog_info}:
[end]
</th>
<td>
[slog_tab_print]
</td>
</tr>
[if slog_tab_is_warning]
{slog_warning}:
[end]
[if slog_tab_is_error]
{slog_error}:
[end]
[slog_tab_print]
</div>
[end]
</table>
[end]