arrange templates

This commit is contained in:
fred 2024-01-01 03:15:32 +01:00
parent ccfe274719
commit 02ab090bd0
4 changed files with 13 additions and 6 deletions

View File

@ -222,7 +222,7 @@ for SECTOR in ${SECTORS[@]}; do
| sed -e "s~_ZONE_~SECTOR ${SECTOR}~g" \
-e "s~_UPZONE_~REGION ${REGION}~g" \
-e "s~QmYdWBx32dP14XcbXF7hhtDq7Uu6jFmDaRnuL5t7ARPYkW/index_fichiers/world.js~${IAMAP}/world.js~g" \
-e "s~_ZONENS_~${SECTORNS}/_index.html~g" \
-e "s~_ZONENS_~${SECTORNS}~g" \
-e "s~_UPZONENS_~${REGIONNS}~g" \
-e "s~_SECTORG1PUB_~${SECTORG1PUB}~g" \
-e "s~_UPLANETLINK_~${EARTHCID}/map_render.html?southWestLat=${LAT}&southWestLon=${LON}&deg=0.1~g" \

View File

@ -287,7 +287,7 @@ SECTORG1PUB=$(${MY_PATH}/../tools/keygen -t duniter "${UPLANETNAME}${SECTOR}" "$
GRATITUDE=$($MY_PATH/../tools/getcoins_from_gratitude_box.sh)
G1AMOUNT=$((GRATITUDE / 10))
echo "***** PLAYER $PLAYER *************************************"
echo "SEND ${ZENGRATITUDE} ZEN
echo "SEND ${GRATITUDE} ZEN = ${G1AMOUNT} G1
to ${SECTOR} WALLET ${SECTORG1PUB}"
echo "************************************************************"
MYWISHFLUX=$(ipfs add -qHwr ~/.zen/tmp/${IPFSNODEID}/WISH/${PLAYER}/g1voeu/* | tail -n 1) # ADDING JSONS TO IPFS

View File

@ -155,9 +155,11 @@ iframe {
</div>
</div>
<div id="console">
<a href="http://127.0.0.1:8080/ipfs/QmcSkcJ2j7GAsC2XhVqGSNAKVRpXgxfjjvDbhD5YxrncZY/?room=_ZONENS_" target="aframe"> ( ° - ° ) </a> <a href="https://g1.quest/g1gate/#_SECTORG1PUB_" target="aframe"> ( ☼ ) </a> / <a href="/ipns/_ZONENS_/TW" target="aframe">TW _ZONE_ </a> <a href="https://g1.quest/" target="aframe"> ( Ğ ) </a>
<button id="fullscreenButton" onclick="toggleConsoleFullScreen()">^^</button><button onclick="hideConsole()"> X </button>
<a href="INFO.png" target="aframe" title="INFO"> __ </a>
<a href="http://127.0.0.1:8080/ipfs/QmcSkcJ2j7GAsC2XhVqGSNAKVRpXgxfjjvDbhD5YxrncZY/?room=_SECTORG1PUB_" target="aframe" title="VISIO ROOM"> ( ° - ° ) </a> /
<a href="/ipns/_ZONENS_/TW" target="aframe" title="_ZONE_ TW">_ZONE_ </a>
<a href="https://g1.quest/" target="aframe" title="G1Quest"> ( Ğ ) </a>
<button id="fullscreenButton" onclick="toggleConsoleFullScreen()"> ^^ </button> <button onclick="hideConsole()"> X </button>
<iframe name="aframe" id="aframe" src="INFO.png" width="100%" height="100%"></iframe>
</div>

View File

@ -150,7 +150,12 @@ iframe {
</div>
</div>
<div id="console">
<a href="http://127.0.0.1:8080/ipfs/QmcSkcJ2j7GAsC2XhVqGSNAKVRpXgxfjjvDbhD5YxrncZY/?room=_ZONENS_" target="aframe"> ( ° - ° ) </a> <a href="/ipns/_ZONENS_/TW" target="aframe">TW _ZONE_ </a> <a href="navigator_Umap.html" target="aframe"> (✜) </a> <a href="/ipns/_UPZONENS_/TW" target="aframe">TW _UPZONE_ </a> <a href="/ipfs/QmcpLvLsgV6YVzrRsNy9Y52eMgrX1fundG5bChCey81fPu/#AX4zQf99MXNil0GI121Z" target="aframe"> ( Ğ ) </a>
<a href="_index.p4n.html" target="aframe" title="Point of Interest"> __ </a>
<a href="http://127.0.0.1:8080/ipfs/QmcSkcJ2j7GAsC2XhVqGSNAKVRpXgxfjjvDbhD5YxrncZY/?room=_ZONENS_" target="aframe" title="Visio Room"> ( ° - ° ) </a> /
<a href="/ipns/_ZONENS_/TW" target="aframe" title="_ZONE_ PLAYERs TW"> _ZONE_ </a> /
<a href="navigator_Umap.html" target="aframe" title="Navigate"> (✜) </a> /
<a href="/ipns/_UPZONENS_/TW" target="aframe" title="_UPZONE_ TW" > _UPZONE_ </a>
<a href="/ipfs/QmcpLvLsgV6YVzrRsNy9Y52eMgrX1fundG5bChCey81fPu/#AX4zQf99MXNil0GI121Z" target="aframe" title="G1Quest"> ( Ğ ) </a>
<button id="fullscreenButton" onclick="toggleConsoleFullScreen()"> ^^ </button> <button onclick="hideConsole()"> X </button>
<iframe name="aframe" id="aframe" src="_index.p4n.html" width="100%" height="100%"></iframe>
</div>