7f2b5920f5a484b5dc8a5fb44c41c5950fb6c018
[fms.git] / include / http / pages / forumcreatepostpage.h
1 #ifndef _forumcreatepostpage_\r
2 #define _forumcreatepostpage_\r
3 \r
4 #include "forumpage.h"\r
5 \r
6 class ForumCreatePostPage:public ForumPage\r
7 {\r
8 public:\r
9         ForumCreatePostPage(const std::string &templatestr):ForumPage(templatestr,"forumcreatepost.htm")        {}\r
10 \r
11         IPageHandler *New()             { return new ForumCreatePostPage(m_template); }\r
12 private:\r
13         const std::string GeneratePage(const std::string &method, const std::map<std::string,std::string> &queryvars);\r
14 \r
15         const std::string LocalIdentityDropDown(const std::string &name, const std::string &selectedid);\r
16         \r
17 };\r
18 \r
19 #endif  // _forumcreatepostpage_\r