sql-rework
Tomasz Golinski 2020-01-31 14:38:06 +01:00
rodzic fe0e6e7c4d
commit bc00c5cbd8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -66,7 +66,7 @@ void show_histogram(const Caches& cc, std::string Cache::*ptr, std::string capti
else if (i == HIST_MAX) {
std::cout << "</dl>\n";
std::cout << "<div class=\"histogram_others\">";
std::cout << " <input id=\"histo_others\" class=\"toggle\" type=\"checkbox\">\n <label for=\"histo_others\" class=\"lbl-toggle\">See more:</label>\n <div class=\"collapsible-content\">\n <div class=\"content-inner\">\n";
std::cout << " <input id=\"histo_others\" class=\"toggle\" type=\"checkbox\">\n <label for=\"histo_others\" class=\"lbl-toggle\">See more</label>\n <div class=\"collapsible-content\">\n <div class=\"content-inner\">\n";
std::cout << own.first << " (" << own.second << ")";
}
if (i > HIST_MAX)