|
|
@@ -144,12 +144,11 @@ $message[6]=' |
|
|
|
<th>Nom</th> |
|
|
|
<th><i class="ionicons ion-heart" style="color:red;"></i></th> |
|
|
|
<th><i class="ionicons ion-flash" style="color:#FFD700;"></i></th> |
|
|
|
<th><i class="ionicons ion-fireball" style="color:#28b62c"></i></th> |
|
|
|
<th><i class="ionicons ion-fireball" style="color:#158cba"></i></th> |
|
|
|
<th><i class="ionicons ion-fireball" style="color:#ffd000"></i></th> |
|
|
|
<th><i class="ionicons ion-fireball" style="color:#ff4136"></i></th> |
|
|
|
<th><i class="ionicons ion-egg" style="color:brown"></i></th> |
|
|
|
<th><i class="ionicons ion-fireball" style="color:grey"></i></th> |
|
|
|
<th><i class="ionicons ion-fireball" style="color:#ADDFFF"></i></th> |
|
|
|
<th><i class="ionicons ion-fireball" style="color:#8128B5"></i></th> |
|
|
|
<th><i class="ionicons ion-android-note" style="color:#000"></i></th> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|
<tbody> |
|
|
@@ -176,17 +175,17 @@ $message[6]=' |
|
|
|
$itemnb++; |
|
|
|
} |
|
|
|
foreach($xml->entry as $entry) { |
|
|
|
$somme_ecos=$entry->ecos->verte+$entry->ecos->bleue+$entry->ecos->jaune+$entry->ecos->rouge; |
|
|
|
echo '<tr class="active"> |
|
|
|
<td><a href="del.php?player='.$fichier.'" class="btn btn-danger btn-xs"><i class="ionicons ion-trash-b"></i></a> <a href="./medias/'.$hash.'/'.$fichier.'" target="_blank" class="btn btn-success btn-xs"><i class="glyphicon glyphicon-export"></i></a></td> |
|
|
|
<td>'.$entry->nom.'</td> |
|
|
|
<td>'.$entry->hp.'</td> |
|
|
|
<td>'.$entry->xp.'</td> |
|
|
|
<td>'.$entry->ecos->verte.'</td> |
|
|
|
<td>'.$entry->ecos->bleue.'</td> |
|
|
|
<td>'.$entry->ecos->jaune.'</td> |
|
|
|
<td>'.$entry->ecos->rouge.'</td> |
|
|
|
<td>'.$entry->money.'</td> |
|
|
|
<td>'.$somme_ecos.'</td> |
|
|
|
<td>'.$entry->ecos->blanche.'</td> |
|
|
|
<td>'.$entry->ecos->noire.'</td> |
|
|
|
<td>'.substr($entry->notes, 0, 40).'...</td> |
|
|
|
</tr>'; |
|
|
|
} |
|
|
|
} |
|
|
@@ -227,6 +226,19 @@ $message[6]=' |
|
|
|
</select> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="form-group"> |
|
|
|
<label class="control-label" for="focusedInput">Nombre d'Orbes</label> |
|
|
|
<div class="input-group"> |
|
|
|
<span class="input-group-addon"><i class="ionicons ion-egg" style="color:brown;";></i></span> |
|
|
|
<select class="form-control" id="focusedInput" name="player_money"> |
|
|
|
<option>0</option> |
|
|
|
<option>10</option> |
|
|
|
<option>50</option> |
|
|
|
<option>100</option> |
|
|
|
<option>999</option> |
|
|
|
</select> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="modal-footer"> |
|
|
|
<button type="submit" class="btn btn-info">Création du joueur</button> |
|
|
|