ajout d'un bouton "source" à la page de partage

This commit is contained in:
Esenjin 2025-01-07 18:54:37 +01:00
parent 368305252f
commit 9b14c8f028

View File

@ -60,6 +60,18 @@ $config = getSiteConfig();
</svg>
Télécharger
</a>
<a href="https://saucenao.com/search.php?url=<?php echo urlencode($imageUrl); ?>"
target="_blank"
class="action-button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
<line x1="11" y1="8" x2="11" y2="14"></line>
<line x1="8" y1="11" x2="14" y2="11"></line>
</svg>
Source ?
</a>
</div>
</div>