accessibility_scanner-8.x-1.0-alpha8/templates/wpa-axecore-cli-history.html.twig
templates/wpa-axecore-cli-history.html.twig
{#
/**
* @file
* Template file for the history report.
*/
#}
{{ attach_library('accessibility_scanner/axecore') }}
{{ attach_library('accessibility_scanner/google-charts-axecore-cli') }}
<div class="axecore_cli-history">
<div class="axecore_cli-history__filters">
<h2>{{ 'Filter the Results:'| t}}</h2>
<div class="axecore_cli-history__filterUrl"></div>
<div class="axecore_cli-history__filterTag"></div>
<div class="axecore_cli-history__filterPassFail axecore_cli-history__allUrlsOnly"></div>
<div class="axecore_cli-history__filterReset"></div>
</div>
<div class="axecore_cli-history__results">
<div class="axecore_cli-history__resultsSummary">
<h2 class="axecore_cli-history__resultsTitle">{{ 'Loading...'|t }}</h2>
<p>
<strong>{{ 'Date Range'|t }}</strong>: <span class="axecore_cli-history__resultsDateRange"></span><br>
<strong>{{ 'Standards'|t }}</strong>: <ul class="axecore_cli-history__resultsStandards"></ul><br>
</p>
<div class="axecore_cli-history__allUrlsOnly">
<h3>{{ 'URLs included in report'|t }}</h3>
<ul class="axecore_cli-history__resultsUrlList"></ul>
</div>
</div>
{# Should only display when set to "All URLs" #}
<div class="axecore-cli-history__chart axecore_cli-history__allUrlsOnly" data-type="PassFail"></div>
{# The following show regardless of URL selection #}
<div class="axecore-cli-history__chart" data-type="DistinctViolations"></div>
<div class="axecore-cli-history__chart" data-type="TotalViolations"></div>
<div class="axecore-cli-history__chart" data-type="DistinctIncomplete"></div>
<div class="axecore-cli-history__chart" data-type="TotalIncomplete"></div>
</div>
</div>
