WIP: remove the old database abstraction layer
remove such classes: - DbBase - DbConn - DbTextStream - Db while here: - remove: TextStream, SLog, TexTextStream
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
[if slog_tab]
|
||||
|
||||
[for slog_tab]
|
||||
|
||||
<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>
|
||||
|
||||
<a class="uk-alert-close" data-uk-close></a>
|
||||
|
||||
[if slog_tab_is_info]
|
||||
{slog_info}:
|
||||
[end]
|
||||
|
||||
[if slog_tab_is_warning]
|
||||
{slog_warning}:
|
||||
[end]
|
||||
|
||||
[if slog_tab_is_error]
|
||||
{slog_error}:
|
||||
[end]
|
||||
|
||||
[slog_tab_print]
|
||||
|
||||
</div>
|
||||
|
||||
[end]
|
||||
|
||||
[end]
|
||||
Reference in New Issue
Block a user