TO create/modify qc tables: - All tables should be in subdirectories of this directory; these subdirectories will contain a table script, and ".info" files for each tab in the table. For example: in the waves subdirectory there is waves_table.php, and CDIP.info, NDBC.info, etc. For a new table, create corresponding files in a new directory - sst/sst_table.php, etc. - To add a new tab to a table, simply add in a new .info file to the appropriate directory; it will automatically be displayed in the table. - The info files can be of two formats. The simple format - in which the html to be displayed is already generated - is seen in files like waves/IOOS.info. Format: BASE (url to link agency name to) NOTES (html to display in table The more specialized wave-table format can also be used for info files, as in waves/CDIP.info. Check with corey for questions on this format.