version 0.1.7
[fms.git] / include / http / pages / announceidentitypage.h
diff --git a/include/http/pages/announceidentitypage.h b/include/http/pages/announceidentitypage.h
new file mode 100644 (file)
index 0000000..e2817f9
--- /dev/null
@@ -0,0 +1,19 @@
+#ifndef _announceidentitypage_\r
+#define _announceidentitypage_\r
+\r
+#include "../ipagehandler.h"\r
+#include "../../idatabase.h"\r
+\r
+class AnnounceIdentityPage:public IPageHandler,public IDatabase\r
+{\r
+public:\r
+       AnnounceIdentityPage(const std::string &templatestr):IPageHandler(templatestr)  {}\r
+\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 CreateLocalIdentityDropDown(const std::string &name, const std::string &selected);\r
+};\r
+\r
+#endif // _announceidentitypage_\r