Files

30 lines
687 B
C
Raw Permalink Normal View History

2016-03-08 22:14:30 +01:00
#ifndef GB_PAGEROOT_H
#define GB_PAGEROOT_H
#include "SafeBuf.h"
#include "Collectiondb.h"
class SearchInput;
bool printFrontPageShell ( SafeBuf *sb,
const char *tabName,
CollectionRec *cr,
bool printGigablast );
bool expandHtml ( SafeBuf& sb,
const char *head ,
int32_t hlen ,
2016-03-12 16:08:02 +01:00
const char *q ,
int32_t qlen ,
HttpRequest *r ,
SearchInput *si,
2016-03-12 16:08:02 +01:00
const char *method ,
CollectionRec *cr );
bool printLeftColumnRocketAndTabs ( SafeBuf *sb ,
bool isSearchResultsPage ,
CollectionRec *cr ,
const char *tabName );
2016-03-08 22:14:30 +01:00
#endif // GB_PAGEROOT_H