summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cd3725a)
raw | patch | inline | side by side (parent: cd3725a)
author | Florian Forster <octo@verplant.org> | |
Fri, 10 Sep 2010 13:59:35 +0000 (15:59 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Fri, 10 Sep 2010 13:59:35 +0000 (15:59 +0200) |
src/action_show_instance.c | patch | blob | history |
index 7bf2fe8d852e36e16dcf2242b14eda5be380ed78..15130adde95151b07a1ec6f76a1ef9b8a3fc2b0c 100644 (file)
@@ -136,8 +136,12 @@ static int show_time_selector (__attribute__((unused)) void *user_data) /* {{{ *
" <option value=\"-604800\">Week</option>\n"
" <option value=\"-2678400\">Month</option>\n"
" <option value=\"-31622400\">Year</option>\n"
- " </select>\n"
- " <input type=\"submit\" name=\"button\" value=\"Go\" />\n");
+ " </select><br />\n");
+ printf (" <input id=\"format-json\" type=\"radio\" name=\"format\" value=\"JSON\" checked=\"checked\" />"
+ "<label for=\"format-json\"> JSON (gRaphaël)</label><br />\n"
+ " <input id=\"format-rrd\" type=\"radio\" name=\"format\" value=\"RRD\" />"
+ "<label for=\"format-rrd\"> RRDtool</label>\n<br />");
+ printf (" <input type=\"submit\" name=\"button\" value=\"Go\" />\n");
printf ("</form>\n");