Files
pathfinder/public/templates/dialog/signature_reader.html
Mark Friedrich 0c3d57e833 - BC Break: Required _PHP_ version changed >=7.1>=7.2
- NEW "plugin API" for custom UI modules, closed #913
- NEW live "Killstream" for killboard module, closed #909
- NEW "custom layout" UI settings, closed #470
2020-02-01 12:40:17 +01:00

72 lines
3.4 KiB
HTML

<form role="form" class="form-horizontal">
<div class="row">
<div class="col-xs-4 col-sm-3 col-md-2">
<h4><i class="fas fa-fw fa-cogs"></i>&nbsp;&nbsp;Update options</h4>
<div class="checkbox checkbox-warning">
<input id="{{sigReaderLazyUpdateId}}" name="deleteOld" value="1" type="checkbox" {{#sigInfoLazyUpdateStatus}}checked=""{{/sigInfoLazyUpdateStatus}}>
<label for="{{sigReaderLazyUpdateId}}">'lazy' delete&nbsp;
(<i class="fas fa-fw fa-exchange-alt"></i>)
<i class="fas fa-fw fa-question-circle pf-help-light" title="Delete saved signatures, not found in scan result"></i>
</label>
</div>
<i class="fas fa-tree-child"></i>
<div class="checkbox checkbox-danger">
<input id="{{sigReaderConnectionDeleteId}}" name="deleteConnection" value="1" type="checkbox">
<label for="{{sigReaderConnectionDeleteId}}">Delete 'leads to'
<i class="fas fa-fw fa-question-circle pf-help-light" title="Delete 'leads to' connections from map, on signature delete"></i>
</label>
</div>
</div>
<div class="col-xs-8 col-sm-9 col-md-10">
<div class="form-group has-feedback" style="margin-bottom: 0;">
<label for="{{sigInfoTextareaId}}" class="col-sm-2 control-label">Scan result</label>
<div class="col-sm-10">
<textarea id="{{sigInfoTextareaId}}" name="clipboard" class="form-control" rows="4" data-clipboard="rdd" data-required-error="Scan result can not be empty" required></textarea>
<div class="help-block with-errors">
Copy ( <kbd>ctrl</kbd> + <kbd>c</kbd> ) and paste ( <kbd>ctrl</kbd> + <kbd>v</kbd> ) scan result.
</div>
<span class="fas form-control-feedback" aria-hidden="true"></span>
</div>
</div>
</div>
</div>
</form>
<h4>
<i class="fas fa-eye fa-fw"></i>&nbsp;&nbsp;Preview&nbsp;&nbsp;
<span class="label label-default txt-color txt-color-warning bg-color bg-color-grayDarker">beta</span>
{{{sigInfoProgressElement}}}
<span class="progress-label-right">0%</span>
</h4>
<div id="{{sigInfoId}}" class="pf-dynamic-area"></div>
<div class="flex-row flex-between">
<div class="flex-col flex-grow well well-sm flex-row flex-between">
<div class="flex-col">Signatures:</div>
<div class="flex-col" title="New signatures found">
new&nbsp;
<kbd id="{{sigInfoCountSigNewId}}" class="txt-color" data-class="txt-color-success">0</kbd>
</div>
<div class="flex-col" title="Update signatures">
change&nbsp;
<kbd id="{{sigInfoCountSigChangeId}}" class="txt-color" data-class="txt-color-warning">0</kbd>
</div>
<div class="flex-col" title="Delete signatures">
delete&nbsp;
<kbd id="{{sigInfoCountSigDeleteId}}" class="txt-color" data-class="txt-color-red">0</kbd>
</div>
</div>
<div class="flex-col well well-sm flex-row flex-between">
<div class="flex-col">Connections:</div>
<div class="flex-col" title="Delete linked connections">
delete&nbsp;
<kbd id="{{sigInfoCountConDeleteId}}" class="txt-color" data-class="txt-color-red">0</kbd>
</div>
</div>
</div>