updating web version

This commit is contained in:
Navan Chauhan 2021-03-14 16:12:06 +05:30
parent 1c5d59d20a
commit f435359675
9 changed files with 99863 additions and 8879 deletions

View File

@ -54,32 +54,45 @@
</div></div></section> </div></div></section>
<section style="padding:60px;"> <section style="padding:60px;">
<div class='container'> <div class='container'>
<div class='row'><h2 class="display-3">Workbench</h2></div> <div class="grid">
<div class='row'> <div class='row'>
<div class='col-6'> <h2 class="display-3">Workbench</h2>
<canvas id="draw-canvas-2" class="w-100"></canvas> </div>
</div> <div class='row'>
<div class="col-6"> <div class='col-md-6'>
<table class="table table-striped"> <!--<canvas id="draw-canvas-2" class="w-100"></canvas>-->
<thead> <div id='draw-output'></div>
<tr> </div>
<th scope="col">Property</th> <div class="col-md-6 col-sm-4 table-responsive">
<th scope="col">Value</th> <table class="table table-striped">
</tr> <thead>
</thead> <tr>
<tbody id='analyse_table'> <th scope="col">Property</th>
<!--<tr><td scope="row">Exact M.W.</td><td id="exactmw">-</td></tr> <th scope="col">Value</th>
</tr>
</thead>
<tbody id='analyse_table'>
<!--<tr><td scope="row">Exact M.W.</td><td id="exactmw">-</td></tr>
<tr><td scope="row">CrippenMR</td><td id='CrippenMR'>-</td></tr> <tr><td scope="row">CrippenMR</td><td id='CrippenMR'>-</td></tr>
<tr><td scope="row">CrippenClogP</td><td id='CrippenClogP'>-</td></tr>--> <tr><td scope="row">CrippenClogP</td><td id='CrippenClogP'>-</td></tr>-->
</tbody> </tbody>
</table> </table>
</div> </div>
</div> </div>
</div></section> <div class="row">
<button class="btn btn-primary" type="button" onclick="download_pdbqt()" id="download-pdbqt" disabled>Download PDBQT</button>
</div>
</div>
</div>
</section>
</main> </main>
<script>
var smiles_text = 'bruh'
</script>
<script src="./js/RDKit_minimal.min.js"></script>
<script src="./js/openbabel.min.js"></script>
<script src="./js/main.min.js"></script> <script src="./js/main.min.js"></script>
<script src="./js/RDKit_minimal.js"></script>
</body> </body>
</html> </html>

File diff suppressed because it is too large Load Diff

2
docs/js/main.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

99721
docs/js/openbabel.data Normal file

File diff suppressed because it is too large Load Diff

20
docs/js/openbabel.js Normal file

File diff suppressed because one or more lines are too long

2
docs/js/openbabel.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
docs/js/openbabel.wasm Normal file

Binary file not shown.