diff options
Diffstat (limited to 'lulua/data')
-rw-r--r-- | lulua/data/report/index.html | 17 | ||||
-rw-r--r-- | lulua/data/report/style.css | 5 |
2 files changed, 0 insertions, 22 deletions
diff --git a/lulua/data/report/index.html b/lulua/data/report/index.html index 4923e98..5d08c5b 100644 --- a/lulua/data/report/index.html +++ b/lulua/data/report/index.html @@ -415,23 +415,6 @@ {% endif %} {% endfor %} </div> -<div class="sentencestats"> -<p lang="en">Examples:</p> -<ul lang="ar"> -{% for sentence in stats.sentences %} - <li> - {% for match, weight in sentence[0] -%} - {%- if weight is none -%} - <span>{{ match }}</span> - {%- else -%} - {%- set c = weight|blendn((38, 139, 210), (108, 113, 196), (211, 54, 130), (220, 50, 47)) -%} - <span style="color: rgb({{ c[0] }}, {{ c[1] }}, {{ c[2] }});" title="{{ '%5.5f'|format(weight) }}">{{ match }}</span> - {%- endif -%} - {%- endfor %} - </li> -{% endfor %} -</ul> -</div> {% endmacro %} <figure id="ar-lulua-heat"> diff --git a/lulua/data/report/style.css b/lulua/data/report/style.css index ed0d32d..879114e 100644 --- a/lulua/data/report/style.css +++ b/lulua/data/report/style.css @@ -157,11 +157,6 @@ div.fingerhandstats .fingers .index { div.fingerhandstats .fingers .thumb { border: 0.1em solid var(--finger-thumb); } -div.sentencestats ul { - list-style-type: none; - margin: 1em 0; - padding: 0; -} .table-overflow { overflow-x: auto; |