|
|
@@ -34,7 +34,7 @@ foreach($xml->entry as $entry) { |
|
|
|
<?php
|
|
|
|
$hp_max="10";
|
|
|
|
switch ($entry->level)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
case 0:
|
|
|
|
$hp_max+=0;
|
|
|
|
break;
|
|
|
@@ -54,18 +54,18 @@ foreach($xml->entry as $entry) { |
|
|
|
<h3><i class="ionicons ion-heart" style="color:red;";></i> <strong><?php echo $entry->hp; ?></strong><sub>/<?php echo $hp_max; ?></sub></h3>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<h3><i class="ionicons ion-flash" style="color:#FFD700;";></i> <strong><?php echo $entry->xp; ?></strong></h3>
|
|
|
|
<h3><i class="ionicons ion-flash" style="color:#FFD700;";></i> <strong><?php echo $entry->xp; ?></strong> </h3>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<?php button_modif_money("money_moins", $entry->nom, "-"); ?><?php button_modif_money("money_plus", $entry->nom, "+"); ?>
|
|
|
|
<?php button_modif_money("money_reset", $entry->nom, '<i class="ionicons ion-arrow-return-left"></i>'); ?><?php button_modif_money("money_moins", $entry->nom, "-"); ?><?php button_modif_money("money_plus", $entry->nom, "+"); ?>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<?php button_modif_hp("hp_moins", $entry->nom, "-"); ?><?php button_modif_hp("hp_plus", $entry->nom, "+"); ?>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<?php button_modif_xp("xp_moinsmoins", $entry->nom, "--"); ?><?php button_modif_xp("xp_moins", $entry->nom, "-"); ?><?php button_modif_xp("xp_plus", $entry->nom, "+"); ?><?php button_modif_xp("xp_plusplus", $entry->nom, "++"); ?>
|
|
|
|
<?php button_modif_xp("xp_reset", $entry->nom, '<i class="ionicons ion-arrow-return-left"></i>'); ?><?php button_modif_xp("xp_moinsmoins", $entry->nom, "--"); ?><?php button_modif_xp("xp_moins", $entry->nom, "-"); ?><?php button_modif_xp("xp_plus", $entry->nom, "+"); ?><?php button_modif_xp("xp_plusplus", $entry->nom, "++"); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@@ -164,7 +164,7 @@ foreach($xml->entry as $entry) { |
|
|
|
</div>
|
|
|
|
<div class="col-lg-3">
|
|
|
|
<h4><i class="glyphicon glyphicon-gift" style="color:blue;";></i> <strong><?php echo $entry->gift; ?></strong></h4>
|
|
|
|
<?php button_modif_gift("gift_moins", $entry->nom, "-"); ?><?php button_modif_gift("gift_plus", $entry->nom, "+"); ?>
|
|
|
|
<?php button_modif_gift("gift_reset", $entry->nom, "<i class='ionicons ion-arrow-return-left'></i>"); ?><?php button_modif_gift("gift_moins", $entry->nom, "-"); ?><?php button_modif_gift("gift_plus", $entry->nom, "+"); ?>
|
|
|
|
</div>
|
|
|
|
<!-- notes -->
|
|
|
|
<div class="modal fade" id="notes<?php echo $itemnb;?>" tabindex="-1" role="dialog" aria-labelledby="notes<?php echo $itemnb;?>" aria-hidden="true">
|
|
|
@@ -191,4 +191,4 @@ foreach($xml->entry as $entry) { |
|
|
|
</div>
|
|
|
|
<!-- /gamers -->
|
|
|
|
|
|
|
|
<?php } ?> |
|
|
|
<?php } ?>
|