frontend: add a warning about malicious files
This commit is contained in:
parent
2b0d16aa0d
commit
8d5504205e
@ -42,6 +42,11 @@
|
|||||||
<div class="card-header text-white">
|
<div class="card-header text-white">
|
||||||
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> Téléchargements
|
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> Téléchargements
|
||||||
</div>
|
</div>
|
||||||
|
<div class="card-body text-indent">
|
||||||
|
<p class="card-text text-danger text-justify">
|
||||||
|
<strong>Attention :</strong> puisqu'il s'agit de captures effectuées dans le but de découvrir si des actes malveillants ont été commis, les contenus qui sont téléchargeables <em>peuvent</em> contenir du contenu malveillant !
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
<div class="list-group">
|
<div class="list-group">
|
||||||
<a ng-href="{{ file.path }}" target="_self" class="list-group-item" ng-repeat="file in my.exercices[current_exercice].files">
|
<a ng-href="{{ file.path }}" target="_self" class="list-group-item" ng-repeat="file in my.exercices[current_exercice].files">
|
||||||
<h1 class="float-left" style="margin: 7px 7px 5px -5px"><span class="glyphicon glyphicon-download" aria-hidden="true"></span></h1>
|
<h1 class="float-left" style="margin: 7px 7px 5px -5px"><span class="glyphicon glyphicon-download" aria-hidden="true"></span></h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user