X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fhttp%2Fipagehandler.h;h=66e15b888d19545d9da47acae64f90b060eb93f3;hp=6cd305275b48dbb6009adcd8f48a597a3cd2c14c;hb=14fff12d9df0ee30e2df4bf9d22c2e83065816df;hpb=44f964d9b2b2d55a5b5672e9297717bd25fa8ee2 diff --git a/include/http/ipagehandler.h b/include/http/ipagehandler.h index 6cd3052..66e15b8 100644 --- a/include/http/ipagehandler.h +++ b/include/http/ipagehandler.h @@ -30,6 +30,7 @@ protected: void HandleMultiPartData(const std::string &contenttypeheader, char *data, const long datalen, std::map &args); // converts from basename[#] query args into a vector where the vector pos is the index pos # void CreateArgArray(const std::map &vars, const std::string &basename, std::vector &args); + const std::string CreateTrueFalseDropDown(const std::string &name, const std::string &selected); // replaces html control characters with elements (i.e. < becomes <) const std::string SanitizeOutput(const std::string &input);