fight
This commit is contained in:
parent
9efe398b6d
commit
84cc05acc8
|
@ -5,5 +5,6 @@ $lang=array(
|
||||||
'HOME' => 'Home page',
|
'HOME' => 'Home page',
|
||||||
'VICTORIES' => 'victories',
|
'VICTORIES' => 'victories',
|
||||||
'DRAW' => 'drawn match',
|
'DRAW' => 'drawn match',
|
||||||
'MAKE_DUEL' => 'Organise a duel'
|
'MAKE_DUEL' => 'Organise a duel',
|
||||||
|
'FIGHT' => 'Fight!'
|
||||||
);
|
);
|
|
@ -8,6 +8,7 @@ $lang=array(
|
||||||
'HOME' => 'accueil',
|
'HOME' => 'accueil',
|
||||||
'VICTORIES' => 'victoires',
|
'VICTORIES' => 'victoires',
|
||||||
'DRAW' => 'matchs nuls',
|
'DRAW' => 'matchs nuls',
|
||||||
'MAKE_DUEL' => 'Provoquer un duel'
|
'MAKE_DUEL' => 'Provoquer un duel',
|
||||||
|
'FIGHT' => 'Baston!'
|
||||||
|
|
||||||
);
|
);
|
|
@ -40,6 +40,6 @@ if(!$postParams){
|
||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
</p>
|
</p>
|
||||||
<p><input type="button" value="Fight!" onclick="tictactoe(document.getElementById('bot1').value,document.getElementById('bot2').value,'<?php echo xd_check_input(2); ?>');"></p>
|
<p><input type="button" value="<?php echo $lang['FIGHT']; ?>" onclick="tictactoe(document.getElementById('bot1').value,document.getElementById('bot2').value,'<?php echo xd_check_input(2); ?>');"></p>
|
||||||
</article>
|
</article>
|
||||||
<article id="fightResult"></article>
|
<article id="fightResult"></article>
|
Loading…
Reference in New Issue
Block a user