removed placeholder text
This commit is contained in:
parent
8d7598d59d
commit
b5a3ffed64
|
@ -2,7 +2,6 @@
|
||||||
{% set active_page = "tool" %}
|
{% set active_page = "tool" %}
|
||||||
{% block main %}
|
{% block main %}
|
||||||
<h1>Curie Visualise</h1>
|
<h1>Curie Visualise</h1>
|
||||||
<p>placeholder uwu</p>
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/3Dmol/1.5.0/3Dmol-min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/3Dmol/1.5.0/3Dmol-min.js"></script>
|
||||||
<div id="container-01" class="mol-container"></div>
|
<div id="container-01" class="mol-container"></div>
|
||||||
|
|
||||||
|
@ -163,7 +162,6 @@
|
||||||
<button type="button" class="btn btn-outline-secondary" onclick="surf2 = viewer.addSurface($3Dmol.SurfaceType.MS, {map:{prop:'partialCharge',scheme:new $3Dmol.Gradient.RWB(-.6,.6)}, opacity:0.85}, {chain:'B'},{chain:'B'});">Show Secondary Surface</button>
|
<button type="button" class="btn btn-outline-secondary" onclick="surf2 = viewer.addSurface($3Dmol.SurfaceType.MS, {map:{prop:'partialCharge',scheme:new $3Dmol.Gradient.RWB(-.6,.6)}, opacity:0.85}, {chain:'B'},{chain:'B'});">Show Secondary Surface</button>
|
||||||
<button type="button" class="btn btn-outline-secondary" onclick="viewer.removeAllSurfaces();">Hide Surfaces</button>
|
<button type="button" class="btn btn-outline-secondary" onclick="viewer.removeAllSurfaces();">Hide Surfaces</button>
|
||||||
<br>
|
<br>
|
||||||
<input type="file" onchange="readText(this, function(data, name) {viewer.clear(); m= viewer.addModel(data,name); viewer.zoomTo(); viewer.render();} );">
|
|
||||||
|
|
||||||
<div class="input-group mb-3">
|
<div class="input-group mb-3">
|
||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
|
|
Loading…
Reference in New Issue