mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
More explicit export buttons
This commit is contained in:
parent
b5ef408750
commit
718795aebb
@ -807,7 +807,7 @@ draft: false
|
|||||||
<label for="mol_select" class="required">Molecule</label>
|
<label for="mol_select" class="required">Molecule</label>
|
||||||
<button class="selectButton" type="button" onclick="selectSelectAll_click(event)">Select all</button>
|
<button class="selectButton" type="button" onclick="selectSelectAll_click(event)">Select all</button>
|
||||||
<select multiple id="mol_select" required name="molecule" onchange="moleculeSelectionChanged(event)"></select>
|
<select multiple id="mol_select" required name="molecule" onchange="moleculeSelectionChanged(event)"></select>
|
||||||
<button id="btn_export_geoms" class="selectButton" type="button" disabled onclick="exportGeoms()">Export geometries</button>
|
<button id="btn_export_geoms" class="selectButton" type="button" disabled onclick="exportGeoms()" title="Export the above geometries as a ZIP archive">Export geometries</button>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<div style="display: inline-block;">
|
<div style="display: inline-block;">
|
||||||
@ -903,7 +903,7 @@ draft: false
|
|||||||
<section id="data">
|
<section id="data">
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<button onclick="OnExportTable(event)">Export as CSV</button>
|
<button onclick="OnExportTable(event)" title="Export the table below as a CSV file">Export table</button>
|
||||||
<table id="stat_table" class="datatable">
|
<table id="stat_table" class="datatable">
|
||||||
<thead class="sticky">
|
<thead class="sticky">
|
||||||
<th scope="col">Method</th>
|
<th scope="col">Method</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user