Page 1 sur 1

jeux en plein ecran

Posté : 06 nov. 2025, 16:01
par admin
remplace popup_ra par le nom de ton image

ouvre arcadelistrelax_body.html
trouve

Code : Tout sélectionner

					<dd style="width:16%;text-align:center;">{gamerow.GAMELINK}<br/>
					{gamerow.GAMESET}<br/>
					{gamerow.GAMEFPS}<br/>
					{gamerow.GAMESIZE}
							</dd>
ajoute après

Code : Tout sélectionner

					<dd style="width:5%;text-align:center;"><a href="javascript:void(0)" TARGET=popup onclick="window.open('./play?gid={gamerow.GAMEID}','', 'width: {GAME_WIDTH}px; height: {GAME_HEIGHT}px;'); return false;"><img src="{BOARD_URL}/ext/teamrelax/relaxarcade/styles/prosilver/theme/images/popup_ra.png" width="16px" height="16px" title="{L_GAME_POPUP}"/></a>
ouvre arcadelist_body.html
trouve

Code : Tout sélectionner

					<dd style="width:16%;text-align:center;">{gamerow.GAMELINK}<br/>
					{gamerow.GAMESET}<br/>
					{gamerow.GAMEFPS}<br/>
					{gamerow.GAMESIZE}
							</dd>
ajoute après

Code : Tout sélectionner

					<dd style="width:5%;text-align:center;"><a href="javascript:void(0)" TARGET=popup onclick="window.open('./play?gid={gamerow.GAMEID}','', 'width: {GAME_WIDTH}px; height: {GAME_HEIGHT}px;'); return false;"><img src="{BOARD_URL}/ext/teamrelax/relaxarcade/styles/prosilver/theme/images/popup_ra.png" width="16px" height="16px" title="{L_GAME_POPUP}"/></a>
ouvre arcade_games_new_body.html

Code : Tout sélectionner

					<dd style="width:16%;text-align:center;">{gamerow.GAMELINK}<br/>
					{gamerow.GAMESET}<br/>
					{gamerow.GAMEFPS}<br/>
					{gamerow.GAMESIZE}
							</dd>
ajoute après

Code : Tout sélectionner

					<dd style="width:5%;text-align:center;"><a href="javascript:void(0)" TARGET=popup onclick="window.open('./play?gid={gamerow.GAMEID}','', 'width: {GAME_WIDTH}px; height: {GAME_HEIGHT}px;'); return false;"><img src="{BOARD_URL}/ext/teamrelax/relaxarcade/styles/prosilver/theme/images/popup_ra.png" width="16px" height="16px" title="{L_GAME_POPUP}"/></a>