period->trunc(date);
tmp = xstrdup(period->pretty(date));
item = string_list_insert(items, tmp);
period->trunc(date);
tmp = xstrdup(period->pretty(date));
item = string_list_insert(items, tmp);
cgit_print_layout_start();
html("<div class='cgit-panel'>");
html("<b>stat options</b>");
cgit_print_layout_start();
html("<div class='cgit-panel'>");
html("<b>stat options</b>");
cgit_add_hidden_formfields(1, 0, "stats");
html("<table><tr><td colspan='2'/></tr>");
if (ctx.repo->max_stats > 1) {
cgit_add_hidden_formfields(1, 0, "stats");
html("<table><tr><td colspan='2'/></tr>");
if (ctx.repo->max_stats > 1) {