Section | Description, Use |
/FOLDER_TABLE_HEADER | Text replaces the folder <table> definition, see /TABLEHEADER |
/FOLDER_HEADER_TD | Adds text to <th>'s in the header row of the folder table
(e.g. class="header_class" ) |
/FOLDER_TD | Adds text to the <td> for items in the folder table (Note: changed in v4.75)
(e.g. class="folder_td_class" ) |
/FOLDER_TD2 | The same as /FOLDER_TD, but for even numbered rows |
/FOLDER_TABLE_ROW | Adds text to <tr> for odd numbered rows in the folder table (Note: generally not needed, as definining a style for the whole table is more elegant)
(e.g. class="odd_folder_row_class" ) |
/FOLDER_TABLE_ROW2 | Adds text to <tr> for even numbered rows in the folder table
(e.g. class="even_folder_row_class" ) |
/FOLDER_TABLE_START | Adds text after the folder <table> definition
(e.g. <caption>This the caption</caption>
) |
/FOLDER_TABLE_END | Adds text before the folder </table> end
(e.g. <tr><td colspan="99">Extra table row added</td></tr> ) |
/FOLDER_FILE_LINK | Text is added to folder links (e.g. index.html ), '/' is automatically added first
Example: <a href="folder_link/index.html">folder_link</a> |
/FOLDER_HEADER | Formatting for the title line of the folder table that contains the default "Folders:" word (e.g. class="dark_blue")
Note: Overrides /HEADER_STYLE |
/BEFORE_FOLDER_NOT_FIRST_COLUMN | Adds text before all folders that are not in the first column (e.g. ) |