Import edit-a-molecule resources

This commit is contained in:
Carlos Andrés Rocha
2013-01-07 14:22:06 -05:00
committed by Victor Shnayder
parent 739938f35f
commit d0d15c0dc2
25 changed files with 20889 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
<!doctype html>
<html>
<head>
<title>Edit A Molecule</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link type="text/css" rel="stylesheet" href="JsMolCalc.css"/>
<script type="text/javascript" src="jsmolcalc/jsmolcalc.nocache.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="http://underscorejs.org/underscore-min.js"></script>
<script type="text/template" id="task-template">
<li class="task">
<label><%= task %></label>&nbsp;<button>Check</button>&nbsp;<span class="result"></span>
</li>
</script>
<script src="edit-a-molecule.js" type="text/javascript"></script>
</head>
<body>
<h1>Edit A Molecule</h1>
<p>The molecule Dopamine is shown below. Dopamine is a neurotransmitter.</p>
<object type="application/x-java-applet" id="JME" height="400" width="500">
<param name="archive" value="JME.jar" />
<param name="code" value="JME.class" />
Applet failed to run. No Java plug-in was found.
</object>
<div id="properties"></div>
<button id="update">Update</button>
<p>Edit the molecule to complete each one of the following the tasks. Click the check button to check your answer for that. Click submit when you are done.</p>
<ul id="tasks"></ul>
</body>
</html>