version 0.1.7
[fms.git] / include / http / pages / localidentitiespage.h
diff --git a/include/http/pages/localidentitiespage.h b/include/http/pages/localidentitiespage.h
new file mode 100644 (file)
index 0000000..bc687e1
--- /dev/null
@@ -0,0 +1,19 @@
+#ifndef _localidentitiespage_\r
+#define _localidentitiespage_\r
+\r
+#include "../ipagehandler.h"\r
+#include "../../idatabase.h"\r
+\r
+class LocalIdentitiesPage:public IPageHandler,public IDatabase\r
+{\r
+public:\r
+       LocalIdentitiesPage(const std::string &templatestr):IPageHandler(templatestr)   {}\r
+private:\r
+       const bool WillHandleURI(const std::string &uri);\r
+       const std::string GeneratePage(const std::string &method, const std::map<std::string,std::string> &queryvars);\r
+\r
+       const std::string CreateTrueFalseDropDown(const std::string &name, const std::string &selected);\r
+\r
+};\r
+\r
+#endif // _localidentitiespage_\r