can do much of thing now

This commit is contained in:
fred 2023-03-23 19:45:46 +01:00
parent 28d98e01ee
commit 3df723b300
2 changed files with 6 additions and 5 deletions

View File

@ -446,6 +446,7 @@ echo "" > ~/.zen/tmp/.ipfsgw.bad.twt # TODO move in 20h12.sh
else else
REP="ERROR UNKNOW ${PLAYER}" REP="ERROR UNKNOW ${PLAYER}"
fi fi

View File

@ -134,7 +134,7 @@
const gifContainer = document.querySelector('.gif-container'); const gifContainer = document.querySelector('.gif-container');
const prevBtn = document.querySelector('#prev'); const prevBtn = document.querySelector('#prev');
const nextBtn = document.querySelector('#next'); const nextBtn = document.querySelector('#next');
const pageSize = 12; const pageSize = 4;
let pageNumber = 0; let pageNumber = 0;
let gifs = []; let gifs = [];
@ -143,7 +143,7 @@
let durees = []; let durees = [];
// Récupérer les données // Récupérer les données
fetch('_LIBRA__VOEUNS_/__PLAYER_.tiddlers.json') fetch('http://127.0.0.1:8080_VOEUNS_/__PLAYER_.tiddlers.json')
.then(res => res.json()) .then(res => res.json())
.then(data => { .then(data => {
// Extraire les gifanime // Extraire les gifanime
@ -168,8 +168,8 @@
// Générer le HTML // Générer le HTML
pageGifs.forEach((gif, i) => { pageGifs.forEach((gif, i) => {
output += ` output += `
<a target="aframe" href="_LIBRA_${pageUrls[i]}"> <a target="aframe" href="http://127.0.0.1:8080${pageUrls[i]}">
<img src="_LIBRA_${gif}" title="${pageDurees[i]} - ${pageTitles[i]}" /> <img src="http://127.0.0.1:8080${gif}" title="${pageDurees[i]} - ${pageTitles[i]}" />
</a> </a>
`; `;
}); });
@ -233,7 +233,7 @@ TODO:
<div class="choose_example"> <div class="choose_example">
Choose example: <select id="example"> Choose Planet: <select id="example">
<!-- <!--
<option value="simple">Simple earth</option> <option value="simple">Simple earth</option>
<option value="simple_tilted">Simple tilted earth</option> <option value="simple_tilted">Simple tilted earth</option>