version 0.3.29
[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(SQLite3DB::DB *db, const std::string &templatestr):ForumPage(db,templatestr,"forumcreatepost.htm")  {}\r
10 \r
11         IPageHandler *New()             { return new ForumCreatePostPage(m_db,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