|
10 | 10 | <link rel="stylesheet" href="opsin.css" type="text/css" media="all" />
|
11 | 11 | <title>OPSIN: Open Parser for Systematic IUPAC Nomenclature</title>
|
12 | 12 | <script src="jquery-1.12.4.min.js"></script>
|
13 |
| -<script src="opsin.js?v=20221102"></script> |
| 13 | +<script src="opsin.js?v=20221102a"></script> |
14 | 14 | <style media="all">
|
15 | 15 | div#content-primary img#depiction {
|
16 | 16 | display: inline;
|
@@ -82,29 +82,31 @@ <h1>OPSIN: Open Parser for Systematic IUPAC nomenclature</h1>
|
82 | 82 | The chemical structure described by the name, or why it could not be interpreted, will appear here.</p>
|
83 | 83 | </div>
|
84 | 84 | <div id="results" style="display:none">
|
85 |
| - <p> |
| 85 | + <p class="structureOutput"> |
86 | 86 | <a id="depictionLink" href="" target="_blank">
|
87 | 87 | <img id="depiction" src="data:," alt="" />
|
88 | 88 | </a>
|
89 | 89 | </p>
|
90 | 90 | <h3 id="messagetype"></h3>
|
91 | 91 | <p id="message"></p>
|
92 |
| - <h3 title="StdInChI aims to provide a canonical form for a chemical structure that is independent of the input tautomer/resonance form">StdInChI:</h3> |
93 |
| - <p> |
94 |
| - <span id="stdinchi"></span><button class="copyBtn" onclick="copyText(this, 'stdinchi')">Copy</button> |
95 |
| - </p> |
96 |
| - <h3 title="Hashed form of StdInChI. Multiple structures can have the same key (although this in practice occurs extremely rarely)">StdInChIKey:</h3> |
97 |
| - <p> |
98 |
| - <span id="stdinchikey"></span> (Click to search the internet for this structure)<button class="copyBtn" onclick="copyText(this, 'stdinchikey')">Copy</button> |
99 |
| - </p> |
100 |
| - <h3 title="Simplified Molecular Input Line Entry Specification (a machine-readable structure description)">SMILES:</h3> |
101 |
| - <p> |
102 |
| - <span id="smiles"></span><button class="copyBtn" onclick="copyText(this, 'smiles')">Copy</button> |
103 |
| - </p> |
104 |
| - <h3 title="Chemical Markup Language">CML:</h3> |
105 |
| - <p> |
106 |
| - <pre id="cml"></pre><button class="copyBtn" onclick="copyText(this, 'cml')">Copy</button> |
107 |
| - </p> |
| 92 | + <div class="structureOutput"> |
| 93 | + <h3 title="StdInChI aims to provide a canonical form for a chemical structure that is independent of the input tautomer/resonance form">StdInChI:</h3> |
| 94 | + <p> |
| 95 | + <span id="stdinchi"></span><button class="copyBtn" onclick="copyText(this, 'stdinchi')">Copy</button> |
| 96 | + </p> |
| 97 | + <h3 title="Hashed form of StdInChI. Multiple structures can have the same key (although this in practice occurs extremely rarely)">StdInChIKey:</h3> |
| 98 | + <p> |
| 99 | + <span id="stdinchikey"></span> (Click to search the internet for this structure)<button class="copyBtn" onclick="copyText(this, 'stdinchikey')">Copy</button> |
| 100 | + </p> |
| 101 | + <h3 title="Simplified Molecular Input Line Entry Specification (a machine-readable structure description)">SMILES:</h3> |
| 102 | + <p> |
| 103 | + <span id="smiles"></span><button class="copyBtn" onclick="copyText(this, 'smiles')">Copy</button> |
| 104 | + </p> |
| 105 | + <h3 title="Chemical Markup Language">CML:</h3> |
| 106 | + <p> |
| 107 | + <pre id="cml"></pre><button class="copyBtn" onclick="copyText(this, 'cml')">Copy</button> |
| 108 | + </p> |
| 109 | + </div> |
108 | 110 | </div>
|
109 | 111 | </div>
|
110 | 112 |
|
|
0 commit comments