added: SLog class -- session logger
messages are displayed in the browser (with locales) changed: MountParser now if there is an error in a line -- the line is simply skipped git-svn-id: svn://ttmath.org/publicrep/winix/trunk@741 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
31
html/slog.html
Executable file
31
html/slog.html
Executable file
@@ -0,0 +1,31 @@
|
||||
|
||||
[if slog_tab]
|
||||
<table>
|
||||
|
||||
[for slog_tab]
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
[if slog_tab_is_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]
|
Reference in New Issue
Block a user