source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/DYNAMICO/tools/FCM/doc/design/maintain.js @ 6612

Last change on this file since 6612 was 6612, checked in by acosce, 10 months ago

DYNAMICO used for ICOLMDZORINCA_CO2_Transport_GMD_2023

File size: 324 bytes
Line 
1// Display info about maintenance team
2
3// FCM contact URL
4var url     = 'http://www.metoffice.gov.uk/research/nwp/external/fcm/'
5var contact = '<a href="' + url + '">the FCM team</a>'
6
7// Output string
8var out     = '<p></p><hr><address>Maintained by ' + contact + '.</address>'
9
10// Write to document
11document.write (out)
Note: See TracBrowser for help on using the repository browser.