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("}","") + "