Changeset 582
- Timestamp:
- Dec 4, 2009 5:08:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tutorial1/index.html
- Property rcs:date changed from 2000/06/09 03:57:42 to 2002/04/12 21:21:18
- Property rcs:lines changed from +34 -2 to +19 -19
- Property rcs:rev changed from 1.3 to 1.4
r204 r582 1 1 <html> 2 2 <head> 3 <META NAME="Author" CONTENT="Brian H. Toby">4 3 <title>EXPGUI Tutorial Intro</title> 5 4 </head> 6 <BODY BGCOLOR="#FFFFFF">7 5 8 < A HREF=http://www.ncnr.nist.gov>9 <IMG SRC="http://www.ncnr.nist.gov/images/ncnrtrans.gif" 10 alt="Link to NIST Center for Neutron Research home page" 11 ALIGN=RIGHT></A>12 <A HREF=http://www.nist.gov> 13 < IMG SRC="http://www.ncnr.nist.gov/images/webidblue_2lineright.gif"14 alt="Link to National Institute of Standards & Technology home page" 15 ALIGN=LEFT></A>16 <CENTER> 17 < A Href="http://www.ncnr.nist.gov/programs/crystallography/software/tclpkgs.html">18 <IMG SRC="tcltklogo100.gif" 19 alt="Link to Tcl/Tk information"> 20 </CENTER></A>21 < hr>6 <style> 7 A:link {text-decoration:none} 8 A:vlink {text-decoration:none} 9 </style> 10 11 <BODY BGCOLOR="#FFFFFF" 12 topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" 13 text="#000000" link="#0033ff" vlink="#0033ff" alink="#0033ff"> 14 15 <? 16 include("/var/www/include/navigation.inc"); 17 include("/var/www/include/utility.inc"); 18 ?> 19 <blockquote> 22 20 23 21 <CENTER> … … 147 145 148 146 <P> 149 <HR><p><a href="http://www.ncnr.nist.gov/staff/toby/">Brian Toby</a> (<a href="mailto:brian.toby@nist.gov">Brian.Toby@NIST.GOV</a>) 150 <BR clear=left> 151 $Revision$ $Date$ 147 <HR> 148 </blockquote> 149 <P><font size=-1><A HREF="MAILTO:crystal@NIST.gov?subject=WWW page <?=$PHP_SELF?>">Comments, corrections or questions: crystal@NIST.gov</A></font><BR> 150 <font size=-1><? lastmod(); ?> </font> 151 <BR>$Revision$ $Date$ 152 152 </body> 153 153 </html>
Note: See TracChangeset
for help on using the changeset viewer.