aktaulni updates

This commit is contained in:
David Brazda
2023-06-10 18:51:29 +02:00
parent e03068e56b
commit 77272be886
11 changed files with 1771 additions and 41 deletions

View File

@@ -194,7 +194,7 @@
<th>pos</th>
<th>pos_avgp</th>
<th>json</th>
<th>open</th>
<th>metrics</th>
</tr>
</thead>
<tbody></tbody>
@@ -239,6 +239,10 @@
<label for="editnote" class="form-label">note</label>
<textarea class="form-control" rows="3" id="editnote" name="note"></textarea>
</div>
<div class="form-group">
<label for="metrics" class="form-label">Metrics</label>
<textarea class="form-control" rows="3" id="metrics" name="metrics"></textarea>
</div>
<div class="form-group">
<label for="stratvars" class="form-label">Stratvars</label>
<textarea class="form-control" rows="8" id="editstratvars" name="stratvars"></textarea>
@@ -417,7 +421,7 @@
</div>
<div class="modal-body">
<div id="diff_content"></div>
<div class="form-group" style="float: left;">
<div class="form-group" style="float: left; width: 470px;">
<label id="diff_first" for="first" class="form-label">First</label>
<div id="first" name="first"></div>
</div>