| Opens |
open (unit = 90,
* form = 'formatted',
* access = 'sequential',
* status = 'old',
* name = '/infobank/programs/keep/learning.keep')
open (unit = 91,
* form = 'formatted',
* access = 'sequential',
* status = 'unknown',
* name = '/infobank/programs/html/school/moviepage/'//
* ALine(1:Tabs(1)-1)//'.html')
open (unit = 89,
* form = 'formatted',
* access = 'sequential',
* status = 'unknown',
* name = '/tmp/school2list_keys.temp')
|
| Writes |
write (91, '(2x,a)') '<table border="0">'
write (91, '(4x,a)') '<tr>'
write (91, '(6x,a)') '<td width="250" valign="top">'
write (91, '(8x,a)')
* '<strong>Comment:</strong> '//
* ALine(Tabs(5)+1:Tabs(6)-1)//
* ', '//
* ALine(Tabs(6)+1:Tabs(7)-1)
write (91, '(6x,a)') '<td valign="top">'
write (91, '(8x,a)')
* '<strong>Comment:</strong> '//
* ALine(Tabs(5)+1:Tabs(6)-1)
write (91, '(8x,a)') '<p>'
write (91, '(8x,a)') '<strong>Source:</strong> '//
* ALine(Tabs(7)+1:Tabs(8)-1)
write (91, '(8x,a)') '<p>'
write (91, '(8x,a)') '<strong>Keywords:</strong> '//
* KeyLine(KeyTab+1:KeyLineLength)
write (91, '(6x,a)') '<p>'
write (91, '(8x,a)') '<img alt=" QuickTime icon " '//
* 'src="http://walrus.wr.usgs.gov/infobank/programs'//
* '/html/tools/qtvlogo.gif" border="0"> '
write (91, '(8x,a)')
* '<a href="http://www.apple.com/quicktime/download/">'//
* 'Click here to download QuickTime</a>'
write (91, '(6x,a)') '<p>'
write (91, '(6x,a)') '</td>'
write (91, '(6x,a)') '<td valign="top">'
write (91, '(8x,a)') '<embed src="'//
* ALine(Tabs(3)+1:Tabs(4)-1)//
* '" width="240" height="195" '//
* 'volume="50" '//
* 'pluginspace="http://'//
* 'www.apple.com/quicktime/download/">'
write (91, '(8x,a)') '</embed>'
write (91, '(8x,a)') '<p>'
write (91, '(6x,a)') '</td>'
write (91, '(4x,a)') '</tr>'
write (91, '(4x,a)') '<tr>'
write (91, '(6x,a)') '<td colspan="2">'
write (91, '(6x,a)') '<td>'
write (TextLine, '(4096x)')
write (91, '(8x,a)')
* '<p><strong>Our transcription:</strong> '//
* TextLine(1:TextLength)
write (91, '(6x,a)') '</td>'
write (91, '(4x,a)') '</tr>'
write (91, '(2x,a)') '</table>'
write (91, '(a)') '<p>'
write (91, '(2x,a)') '<a href="//walrus.wr.usgs.gov'//
* '/infobank/programs/html/school/keywords.html">'//
* '<strong>Geology School Keywords</strong></a>'
write (Previous, '(8x)')
write (Next, '(8x)')
write (Previous, '(a,i2.2)') ALine(1:6), Clip-1
write (Next, '(a,i2.2)') ALine(1:6), Clip+1
write (91, '(2x,a)') ' '//
* '<a href="//walrus.wr.usgs.gov'//
* '/infobank/programs/html/school/moviepage/'//
* Previous//'.html">'//
* '<strong>Previous clip</strong></a>'
write (91, '(2x,a)') ' '//
* '<a href="//walrus.wr.usgs.gov'//
* '/infobank/programs/html/school/moviepage/'//
* Next//'.html">'//
* '<strong>Next clip</strong></a>'
|