[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:52:43 -0000
albertel Mon Jun 30 16:52:43 2003 EDT
Modified files:
/loncom/html/res/adm/pages/reactionresponse reaction_help.html
reaction_window.html
Log:
- better html
Index: loncom/html/res/adm/pages/reactionresponse/reaction_help.html
diff -u loncom/html/res/adm/pages/reactionresponse/reaction_help.html:1.2 loncom/html/res/adm/pages/reactionresponse/reaction_help.html:1.3
--- loncom/html/res/adm/pages/reactionresponse/reaction_help.html:1.2 Mon Jun 30 16:45:42 2003
+++ loncom/html/res/adm/pages/reactionresponse/reaction_help.html Mon Jun 30 16:52:43 2003
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<!--
-$Id: reaction_help.html,v 1.2 2003/06/30 20:45:42 albertel Exp $
+$Id: reaction_help.html,v 1.3 2003/06/30 20:52:43 albertel Exp $
Copyright Michigan State University Board of Trustees
@@ -31,20 +31,24 @@
<body>
<h1>Chemical Reaction Editor</h1>
<h3>Description</h3>
+<ul>
<li>Reactants are separated from products by '->'.</li>
<li>Individual reactants and products are separated by ' +' (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>
+</ul>
<br /><br />
<i>Press the 'Check' button to view your reaction before you submit it!</i>
<h3>Examples</h3>
+<ul>
<li>Ca(NO<sub>3</sub>)<sub>2</sub> is written as:<br> 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> 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> [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> ^3 1H + ^2 1H -> ^4 2He + ^1 0n</li>
+</ul>
<hr />
<center>
<form><input type="button" value=" Close Help " onClick = "window.close()" /></form>
Index: loncom/html/res/adm/pages/reactionresponse/reaction_window.html
diff -u loncom/html/res/adm/pages/reactionresponse/reaction_window.html:1.2 loncom/html/res/adm/pages/reactionresponse/reaction_window.html:1.3
--- loncom/html/res/adm/pages/reactionresponse/reaction_window.html:1.2 Mon Jun 30 16:45:42 2003
+++ loncom/html/res/adm/pages/reactionresponse/reaction_window.html Mon Jun 30 16:52:43 2003
@@ -2,10 +2,8 @@
<html> <head>
<title>LON-CAPA Reaction Editor</title>
</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" />
</framset>
-</body>
</html>