target aframe

This commit is contained in:
fred 2023-03-18 14:55:45 +01:00
parent 1677814e7b
commit 4f7ba1ec93
2 changed files with 5 additions and 5 deletions

View File

@ -109,12 +109,12 @@ a {
</div>
<div id="showoff">
<div id="container">
<div id="countdown"></div>
<video id="preview" style="transform: scaleX(-1);width: 240px;height: 240px;" autoplay="autoplay" class="active"></video>
<video id="preview" style="transform: scaleX(-1);width: 240px;height: 240px;" autoplay="autoplay" class="active"></video>
<strong><div id="countdown"></div></strong>
<p> <strong>Scannez QRCode</strong> </p>
<p><a target="g1billet" href="https://g1sms.fr/fr/g1billet">G1BILLET</a> </p>
<p>ou "<a target="cesium" href="https://cesium.app/fr/fonctionnalites">portefeuille</a>" <a target="cesium" href="https://cesium.app/fr/telechargement">Cesium</a></p>
<p>et "<a target="cesium" href="https://cesium.app/fr/fonctionnalites">portefeuille</a>" <a target="cesium" href="https://cesium.app/fr/telechargement">Cesium</a></p>
</div>
</div>
@ -181,7 +181,7 @@ a {
</script>
<button id="ainfo" onclick="javascript:var x = document.getElementById('yellow'); if (x.style.visibility === 'hidden') {x.style.visibility = 'visible';} else {x.style.visibility = 'hidden';}">0/1</button>
<div id="yellow" >Menu
<iframe id="aframe" src="_STATION_" width="100%" height="280px"></iframe>
<iframe id="aframe" src="_STATION_" width="100%" height="300px"></iframe>
</div>
<script>

View File

@ -164,7 +164,7 @@
// Générer le HTML
pageGifs.forEach((gif, i) => {
output += `
<a target="astroplay" href="javascript:document.getElementById('aframe').src = _LIBRA_${pageUrls[i]}">
<a target="aframe" href="_LIBRA_${pageUrls[i]}">
<img src="_LIBRA_${gif}" title="${pageDurees[i]} - ${pageTitles[i]}" />
</a>
`;