Changeset 585 for trunk/tutorial1/nickel3.html
- Timestamp:
- Dec 4, 2009 5:08:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tutorial1/nickel3.html
- Property rcs:date changed from 2000/06/09 03:57:42 to 2002/04/12 21:21:18
- Property rcs:lines changed from +4 -1 to +19 -20
- Property rcs:rev changed from 1.3 to 1.4
r206 r585 1 1 <html> 2 2 <head> 3 <META NAME="Author" CONTENT="Brian H. Toby">4 3 <title>EXPGUI Tutorial #3</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> … … 115 113 Change a profile parameter</A> 116 114 117 <BR clear=left> 118 <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>) 119 <BR clear=left> 120 $Revision$ $Date$ 115 <HR> 116 </blockquote> 117 <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> 118 <font size=-1><? lastmod(); ?> </font> 119 <BR>$Revision$ $Date$ 121 120 </body> 122 121 </html>
Note: See TracChangeset
for help on using the changeset viewer.