|
|
@@ -14,9 +14,22 @@ foreach($xml->entry as $entry) { |
|
|
|
<div class="panel panel-<?php echo $entry->trans; ?>">
|
|
|
|
<div class="panel-heading">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<div class="col-lg-3">
|
|
|
|
<?php button_modif_level("level_down", $entry->nom, "<i class='ionicons ion-arrow-graph-down-left'></i>"); ?>
|
|
|
|
<span class="level"><?php echo $entry->level; ?></span>
|
|
|
|
<?php button_modif_level("level_up", $entry->nom, "<i class='ionicons ion-arrow-graph-up-right'></i>"); ?>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<h2><strong><?php echo $entry->nom; ?></strong></h2>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-1">
|
|
|
|
<?php trans("trans_dark", $entry->nom, "#8128B5"); ?><?php trans("trans_light", $entry->nom, "#ADDFFF"); ?><?php trans("trans_default", $entry->nom, "#AAA"); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<h3><i class="ionicons ion-egg" style="color:brown;";></i> <strong><?php echo $entry->money; ?></strong></h3>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<h3><i class="ionicons ion-heart" style="color:red;";></i> <strong><?php echo $entry->hp; ?></strong></h3>
|
|
|
|
</div>
|
|
|
@@ -26,10 +39,7 @@ foreach($xml->entry as $entry) { |
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<a href="index.php"><div id="des"><?php echo rand(1, 6); ?></div></a>
|
|
|
|
<?php trans("trans_dark", $entry->nom, "#8128B5"); ?>
|
|
|
|
<?php trans("trans_light", $entry->nom, "#ADDFFF"); ?>
|
|
|
|
<?php trans("trans_default", $entry->nom, "#AAA"); ?>
|
|
|
|
<?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, "+"); ?>
|
|
|
|