diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-09-30 08:12:22 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-09-30 08:12:22 +0000 |
| commit | 8b2ceddb91d4317cf34ae9651a15b69b8b634ba5 (patch) | |
| tree | 91b7f6b5d0afb702c6bba97474957f136a047dfb /htroot/ViewLog_p.html | |
| parent | f8ac694e5183d69689961b4d464a5b0f538f66f2 (diff) | |
*) Displaying servere and warning logging messages in different colors on ViewLog_p.html
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2678 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ViewLog_p.html')
| -rw-r--r-- | htroot/ViewLog_p.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htroot/ViewLog_p.html b/htroot/ViewLog_p.html index 123a3e70e..93d9138d5 100644 --- a/htroot/ViewLog_p.html +++ b/htroot/ViewLog_p.html @@ -16,8 +16,9 @@ </fieldset>
</form>
- <pre>#[log]#</pre>
-
+ <div class="log">
+ #{log}#<pre class="log#(level)#Debug::Info::System::Warning::Severe#(/level)#">#[line]#</pre>#{/log}#
+ </div>
#%env/templates/footer.template%#
</body>
|
