| Writes |
write (91, '(2x,a)') '<table class="noborder
write (91, '(4x,a)') '<t
write (91, '(6x,a)')
* '<td class="light" width="250" valign="top
write (91, '(8x,a)')
* '<strong>Comment:</st
* ALine(Tabs(5)+1:Tabs(6)-1)//
* ', '//
* ALine(Tabs(6)+1:Tabs(7)-1)
write (91, '(6x,a)') '<td class="light" valign="top
write (91, '(8x,a)')
* '<strong>Comment:</st
* ALine(Tabs(5)+1:Tabs(6)-1)
write (91, '(8x,a)') '<br
write (91, '(8x,a)') '<strong>Source:</st
* ALine(Tabs(7)+1:Tabs(8)-1)
write (91, '(8x,a)') '<br
write (91, '(8x,a)') '<strong>Keywords:</st
* KeyLine(KeyTab+1:KeyLineLength)
write (91, '(6x,a)') '<br /&
write (91, '(8x,a)') '<img alt=" QuickTime icon "
* 'src="http://walrus.wr.usgs.gov/infobank/programs'//
* '/html/tools/qtvlogo.gif" border="0" />&nbs
write (91, '(8x,a)')
* '<a href="http://www.apple.com/quicktime/download/"&
* 'Click here to download QuickTime</
write (91, '(6x,a)') '<br
write (91, '(6x,a)') '</t
write (91, '(6x,a)') '<td class="light" 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/"&g
write (91, '(8x,a)') '</embe
write (91, '(8x,a)') '<br
write (91, '(6x,a)') '</t
write (91, '(4x,a)') '</t
write (91, '(4x,a)') '<t
write (91, '(6x,a)') '<td class="light" colspan="2
write (91, '(6x,a)') '<td class="light
write (TextLine, '(4096x)')
write (91, '(8x,a)')
* '<br /><strong>Our transcription:&
* TextLine(1:TextLength)
write (91, '(6x,a)') '</t
write (91, '(4x,a)') '</t
write (91, '(2x,a)') '</tabl
write (91, '(a)') '<br
write (91, '(2x,a)') '<a href="//walrus.wr.usgs.gov
* '/infobank/programs/html/school/keywords.html">
* '<strong>Geology School Keywords</str
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</str
write (91, '(2x,a)') ' '//
* '<a href="//walrus.wr.usgs.gov
* '/infobank/programs/html/school/moviepage/'//
* Next//'.html">
* '<strong>Next clip</str
|
| 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 = '/infobank/tmp/school2list_keys.temp')
|