source:
LMDZ5/branches/testing/tools/fcm/doc/etc/maintain.js
@
3770
Last change on this file since 3770 was 1665, checked in by , 12 years ago | |
---|---|
File size: 324 bytes |
Rev | Line | |
---|---|---|
[1578] | 1 | // Display info about maintenance team |
2 | ||
3 | // FCM contact URL | |
4 | var url = 'http://www.metoffice.gov.uk/research/nwp/external/fcm/' | |
5 | var contact = '<a href="' + url + '">the FCM team</a>' | |
6 | ||
7 | // Output string | |
8 | var out = '<p></p><hr><address>Maintained by ' + contact + '.</address>' | |
9 | ||
10 | // Write to document | |
11 | document.write (out) |
Note: See TracBrowser
for help on using the repository browser.