version 0.3.23
[fms.git] / include / http / pages / forummainpage.h
diff --git a/include/http/pages/forummainpage.h b/include/http/pages/forummainpage.h
new file mode 100644 (file)
index 0000000..63af3c5
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef _forummainpage_\r
+#define _forummainpage_\r
+\r
+#include "forumpage.h"\r
+\r
+class ForumMainPage:public ForumPage\r
+{\r
+public:\r
+       ForumMainPage(const std::string &templatestr):ForumPage(templatestr,"forummain.htm")    {}\r
+\r
+       IPageHandler *New()     { return new ForumMainPage(m_template); }\r
+\r
+private:\r
+       const std::string GeneratePage(const std::string &method, const std::map<std::string,std::string> &queryvars);\r
+};\r
+\r
+#endif // _forummainpage_\r