From a2ec54d71d1ced78d834210172b2deb5b408916a Mon Sep 17 00:00:00 2001 From: Alexei Bezborodov Date: Wed, 26 Oct 2022 23:40:49 +0300 Subject: [PATCH] Add people size --- table_distributor.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 table_distributor.html diff --git a/table_distributor.html b/table_distributor.html old mode 100644 new mode 100755 index 5f69215..81ec7ac --- a/table_distributor.html +++ b/table_distributor.html @@ -132,7 +132,7 @@ def load_input(val): def show_meet_table_data(): global persons - html = "" + html = "Всего участников: " + str(len(persons)) + "
" html += "" # Первая строка html += "" @@ -179,7 +179,7 @@ def print_result_table(): html += "" html += "" if len(t.person_set): - html += "" + html += "" else: html += "" html += "" @@ -318,6 +318,7 @@ def table_distrib_load(event): load_data(event) load_input_table(document["result_table_txt"].value) fill_persons() + print_result_table() document["output_data"].value = get_result() def load_to_start_data(event):
" + str(table_names[t.id]) + "" + str(t.person_set) + "" + str(t.person_set).replace("{","").replace("}","") + "