Component index
Section index | Component webinclude |
Search |
Type | Function |
Summary | Include a text file in the HTML stream and replace some tokens |
Description | A token is defined by surrounding it by two pound like this: ##token##. 9 predefined token exist: mark1 to mark9. They correspond to the functag mark1 to mark2. |
![]() ![]() | void mark1 () | |
![]() ![]() | void mark2 () | |
![]() ![]() | void mark3 () | |
![]() ![]() | void mark4 () | |
![]() ![]() | void mark5 () | |
![]() ![]() | void mark6 () | |
![]() ![]() | void mark7 () | |
![]() ![]() | void mark8 () | |
![]() ![]() | void mark9 () | |
![]() ![]() | void other (const char *mark) |
The function generated whatever HTML code to replace the token.
The function generated whatever HTML code to replace the token.
The function generated whatever HTML code to replace the token.
The function generated whatever HTML code to replace the token.
The function generated whatever HTML code to replace the token.
The function generated whatever HTML code to replace the token.
The function generated whatever HTML code to replace the token.
The function generated whatever HTML code to replace the token.
The function generated whatever HTML code to replace the token.
The function generated whatever HTML code to replace the token. If a given markN functag is not defined, then the other functag is called to service the request.