[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages/reactionresponse reaction_help.html reaction_window.html

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 30 Jun 2003 20:45:43 -0000


albertel		Mon Jun 30 16:45:43 2003 EDT

  Modified files:              
    /loncom/html/res/adm/pages/reactionresponse	reaction_help.html 
                                               	reaction_window.html 
  Log:
  - more use of <m>$\rightarrow$</m>
  - better xhtml
  
  
Index: loncom/html/res/adm/pages/reactionresponse/reaction_help.html
diff -u loncom/html/res/adm/pages/reactionresponse/reaction_help.html:1.1 loncom/html/res/adm/pages/reactionresponse/reaction_help.html:1.2
--- loncom/html/res/adm/pages/reactionresponse/reaction_help.html:1.1	Mon Jun 30 16:39:59 2003
+++ loncom/html/res/adm/pages/reactionresponse/reaction_help.html	Mon Jun 30 16:45:42 2003
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <!--
-$Id: reaction_help.html,v 1.1 2003/06/30 20:39:59 albertel Exp $
+$Id: reaction_help.html,v 1.2 2003/06/30 20:45:42 albertel Exp $
 
 Copyright Michigan State University Board of Trustees
 
@@ -30,23 +30,23 @@
 
 <body>
 <h1>Chemical Reaction Editor</h1>
-<H3>Description</H3>
-<LI>Reactants are separated from products by '->'.
-<LI>Individual reactants and products are separated by '&nbsp;&nbsp;+' (leading space is obligatory).
-<LI>Numbers preceding the first symbol of a chemical specie are considered to be stoichiometric coefficients.
-<LI>Numbers appearing after the first symbol of a chemical specie are considered to be subscripts.
-<LI>Superscripts are initialized by '^' and terminated by a space.
-<LI>Ionic charges are superscripts composed of a number followed by a sign (i.e. '^2+').
-<br><br>
+<h3>Description</h3>
+<li>Reactants are separated from products by '->'.</li>
+<li>Individual reactants and products are separated by '&nbsp;&nbsp;+' (leading space is obligatory).</li>
+<li>Numbers preceding the first symbol of a chemical specie are considered to be stoichiometric coefficients.</li>
+<li>Numbers appearing after the first symbol of a chemical specie are considered to be subscripts.</li>
+<li>Superscripts are initialized by '^' and terminated by a space.</li>
+<li>Ionic charges are superscripts composed of a number followed by a sign (i.e. '^2+').</li>
+<br /><br />
 <i>Press the 'Check' button to view your reaction before you submit it!</i>
 
-<H3>Examples</H3>
-<LI>Ca(NO<sub>3</sub>)<sub>2</sub> is written as:<br>&nbsp;&nbsp;&nbsp; Ca(NO3)2
-<LI>OH<sup>-</sup> + H<sub>3</sub>O<sup>+</sup> <font face=symbol>&reg;</font> 2H<sub>2</sub>O is written as:<br>&nbsp;&nbsp;&nbsp; OH^- + H3O^+ -> 2H2O
-<LI>[Co(H<sub>2</sub>O)<sub>6</sub>]<sup>2+</sup> + 4Cl<sup>-</sup> <font face=symbol>&reg;</font> [CoCl<sub>4</sub>]<sup>2-</sup> + 6H<sub>2</sub>O is written as:<br>&nbsp;&nbsp;&nbsp; [Co(H2O)6]^2+ + 4Cl^- -> [CoCl4]^2- + 6H2O
-<LI><sup>3</sup><sub>1</sub>H + <sup>2</sup><sub>1</sub>H <font face=symbol>&reg;</font> <sup>4</sup><sub>2</sub>He + <sup>1</sup><sub>0</sub>n is written as:<br>&nbsp;&nbsp;&nbsp; ^3 1H + ^2 1H -> ^4 2He + ^1 0n
-<hr>
+<h3>Examples</h3>
+<li>Ca(NO<sub>3</sub>)<sub>2</sub> is written as:<br>&nbsp;&nbsp;&nbsp; Ca(NO3)2</li>
+<li>OH<sup>-</sup> + H<sub>3</sub>O<sup>+</sup> <m>$\rightarrow$</m> 2H<sub>2</sub>O is written as:<br>&nbsp;&nbsp;&nbsp; OH^- + H3O^+ -> 2H2O</li>
+<li>[Co(H<sub>2</sub>O)<sub>6</sub>]<sup>2+</sup> + 4Cl<sup>-</sup>  <m>$\rightarrow$</m> [CoCl<sub>4</sub>]<sup>2-</sup> + 6H<sub>2</sub>O is written as:<br>&nbsp;&nbsp;&nbsp; [Co(H2O)6]^2+ + 4Cl^- -> [CoCl4]^2- + 6H2O</li>
+<li><sup>3</sup><sub>1</sub>H + <sup>2</sup><sub>1</sub>H  <m>$\rightarrow$</m> <sup>4</sup><sub>2</sub>He + <sup>1</sup><sub>0</sub>n is written as:<br>&nbsp;&nbsp;&nbsp; ^3 1H + ^2 1H -> ^4 2He + ^1 0n</li>
+<hr />
 <center>
-<form><input type="button" value="  Close Help  " onClick = "window.close()"></form>
+<form><input type="button" value="  Close Help  " onClick = "window.close()" /></form>
 </center>
 </body> </html>
Index: loncom/html/res/adm/pages/reactionresponse/reaction_window.html
diff -u loncom/html/res/adm/pages/reactionresponse/reaction_window.html:1.1 loncom/html/res/adm/pages/reactionresponse/reaction_window.html:1.2
--- loncom/html/res/adm/pages/reactionresponse/reaction_window.html:1.1	Mon Jun 30 16:39:59 2003
+++ loncom/html/res/adm/pages/reactionresponse/reaction_window.html	Mon Jun 30 16:45:42 2003
@@ -4,8 +4,8 @@
 </head>
 <body>
 <frameset rows="30%,*" border="0">
-  <frame src="reaction_viewer.html" name="viewer" scrolling="no">
-  <frame src="reaction_editor.html" name="editor" scrolling="no"> 
+  <frame src="reaction_viewer.html" name="viewer" scrolling="no" />
+  <frame src="reaction_editor.html" name="editor" scrolling="no" /> 
 </framset> 
 </body>
 </html>