mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-08-23 19:36:57 +00:00
29 lines
No EOL
835 B
HTML
29 lines
No EOL
835 B
HTML
<div id="multiple-targets-title"
|
|
class="stat-sec-title center">
|
|
<table class="fullwidth">
|
|
<tr>
|
|
<td class="fullwidth">
|
|
Multiple Targets
|
|
</td>
|
|
<td class="section-controls">
|
|
<span id="attack-multi-hide" class="button"
|
|
onclick="toggle('attack-multi-body')"> Toggle </span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
|
|
<div id="attack-multi-body" class="stat-body" >
|
|
<div id="attack-multi-filters" class="stat-sec-filters center">
|
|
<table class="filter-buttons">
|
|
<tr>
|
|
<td>
|
|
<span id="attack-multi-filters-apply" class="button"
|
|
onclick="updateMulti()"> Apply </span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div id="attack-multi-canvas" class="ga-charts center canvas" onclick="resizeEChart($('#attack-multi-canvas'))"></div>
|
|
</div> |