version 0.3.23
[fms.git] / include / http / pages / forumthreadspage.h
diff --git a/include/http/pages/forumthreadspage.h b/include/http/pages/forumthreadspage.h
new file mode 100644 (file)
index 0000000..71131c1
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef _forumthreads_page_\r
+#define _forumthreads_page_\r
+\r
+#include "forumpage.h"\r
+\r
+class ForumThreadsPage:public ForumPage\r
+{\r
+public:\r
+       ForumThreadsPage(const std::string &templatestr):ForumPage(templatestr,"forumthreads.htm")      {}\r
+\r
+       IPageHandler *New()     { return new ForumThreadsPage(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 // _forumthreads_page_\r