Files
privacore-open-source-searc…/PageRoot.h
2017-11-14 14:11:36 +01:00

32 lines
708 B
C++

#ifndef GB_PAGEROOT_H
#define GB_PAGEROOT_H
class SearchInput;
class CollectionRec;
class HttpRequest;
class SafeBuf;
bool printFrontPageShell ( SafeBuf *sb,
const char *tabName,
CollectionRec *cr,
bool printGigablast );
bool expandHtml ( SafeBuf& sb,
const char *head ,
int32_t hlen ,
const char *q ,
int32_t qlen ,
const HttpRequest *r ,
const SearchInput *si,
const char *method ,
CollectionRec *cr );
bool printLeftColumnRocketAndTabs ( SafeBuf *sb ,
bool isSearchResultsPage ,
CollectionRec *cr ,
const char *tabName );
#endif // GB_PAGEROOT_H