version 0.3.23
[fms.git] / include / http / pages / forumcreatepostpage.h
diff --git a/include/http/pages/forumcreatepostpage.h b/include/http/pages/forumcreatepostpage.h
new file mode 100644 (file)
index 0000000..7f2b592
--- /dev/null
@@ -0,0 +1,19 @@
+#ifndef _forumcreatepostpage_\r
+#define _forumcreatepostpage_\r
+\r
+#include "forumpage.h"\r
+\r
+class ForumCreatePostPage:public ForumPage\r
+{\r
+public:\r
+       ForumCreatePostPage(const std::string &templatestr):ForumPage(templatestr,"forumcreatepost.htm")        {}\r
+\r
+       IPageHandler *New()             { return new ForumCreatePostPage(m_template); }\r
+private:\r
+       const std::string GeneratePage(const std::string &method, const std::map<std::string,std::string> &queryvars);\r
+\r
+       const std::string LocalIdentityDropDown(const std::string &name, const std::string &selectedid);\r
+       \r
+};\r
+\r
+#endif // _forumcreatepostpage_\r