winix/html/slog.html

32 lines
416 B
HTML
Executable File

[if slog_tab]
<table class="slog">
[for slog_tab]
<tr>
<td class="[if slog_tab_is_error]slogerror[end][if slog_tab_is_warning]slogwarning[end][if slog_tab_is_info]sloginfo[end]">
[if slog_tab_is_info]
{slog_info}:
[end]
[if slog_tab_is_warning]
{slog_warning}:
[end]
[if slog_tab_is_error]
{slog_error}:
[end]
</td>
<td>
[slog_tab_print]
</td>
</tr>
[end]
</table>
[end]