diff --git a/iforte/logs.html b/iforte/logs.html index 48260df..f416f39 100644 --- a/iforte/logs.html +++ b/iforte/logs.html @@ -31,14 +31,12 @@

Device logs

-

- Logs filter - - -

+

Logs filter

+ Logs filters not functionnal on this simulator. +

- - + +
@@ -461,219 +459,83 @@ + + function lfix(l) { + return l.charAt(0).toUpperCase() + l.slice(1).toLowerCase().replace('ems', 'EMS') + } + + function c_chb(id, t, v, ch) { + var html = + '
'; + html += '
'; + return html + } + + function c_tit(id, t, e, c, p) { + var html = + '

'; + html += ' ' + t; + if (p) html += '
all must pass
'; + html += '

'; + html += '
'; + if (e) html += '
'; + return html + } + + function c_ftmp(i, t) { + var html = ''; + html += '
'; + html += '
'; + html += '
'; + html += '
'; + html += '
'; + html += '
'; + return html + } + + function c_dt(n, t, e, c, it) { + var html = '
'; + html += ''; + html += '
'; + html += ''; + html += e.length > 0 ? '
' + e + '
' : ''; + html += '
'; + return html + } + + function c_sil(id, t, o) { + var html = '
'; + html += '
'; + return html + } + \ No newline at end of file diff --git a/iforte/sensors.html b/iforte/sensors.html index c81eb0b..ef508b7 100644 --- a/iforte/sensors.html +++ b/iforte/sensors.html @@ -44,11 +44,9 @@

- Logs filter -

+ Logs filter
+ Logs filters not functionnal on this simulator.
@@ -127,8 +125,8 @@
- - + +
diff --git a/t1/logs.html b/t1/logs.html index b031724..8b82682 100644 --- a/t1/logs.html +++ b/t1/logs.html @@ -35,14 +35,11 @@

Device logs

-

Logs filter

+

Logs filter

-

Mechanical errors
all must pass
-

+ Logs filters not functionnal on this simulator. +
+

Mechanical errors
all must pass

@@ -326,9 +323,7 @@