Alpha V2.5.8
This commit is contained in:
parent
15a8dc0231
commit
7fd4f3f013
20
admin.php
20
admin.php
@ -911,7 +911,7 @@ if ($tab === 'users') {
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Image</th><th>Nom</th>
|
||||
<th>Nom</th>
|
||||
<th>Slug</th>
|
||||
<th>Ressource requise</th>
|
||||
<th>Quantité requise</th>
|
||||
@ -920,7 +920,7 @@ if ($tab === 'users') {
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php if (empty($levels_list)): ?>
|
||||
<tr><td colspan="6" style="text-align: center; color: #8c92a3;">Aucun niveau configuré.</td></tr>
|
||||
<tr><td colspan="5" style="text-align: center; color: #8c92a3;">Aucun niveau configuré.</td></tr>
|
||||
<?php else: ?>
|
||||
<?php foreach ($levels_list as $lvl): ?>
|
||||
<tr>
|
||||
@ -997,7 +997,7 @@ if ($tab === 'users') {
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Image</th><th>Nom</th>
|
||||
<th>Nom</th>
|
||||
<th>Slug</th>
|
||||
<th>Type</th>
|
||||
<th>Intervalle Niveau</th>
|
||||
@ -1291,7 +1291,7 @@ if ($tab === 'users') {
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<thead><tr><th>Visuel</th><th>Image</th><th>Nom</th><th>Contrôles</th><th>Règles</th><th>Bonus/Malus</th><th>Actions</th></tr></thead>
|
||||
<thead><tr><th>Visuel</th><th>Nom</th><th>Contrôles</th><th>Règles</th><th>Bonus/Malus</th><th>Actions</th></tr></thead>
|
||||
<tbody>
|
||||
<?php foreach ($objects_list as $o): ?>
|
||||
<tr>
|
||||
@ -1374,7 +1374,7 @@ if ($tab === 'users') {
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<thead><tr><th>Type</th><th>Image</th><th>Nom</th><th>Description</th><th>Slug</th><th>Actions</th></tr></thead>
|
||||
<thead><tr><th>Type</th><th>Nom</th><th>Description</th><th>Slug</th><th>Actions</th></tr></thead>
|
||||
<tbody>
|
||||
<?php foreach ($modifiers_list as $m): ?>
|
||||
<tr>
|
||||
@ -1439,7 +1439,7 @@ if ($tab === 'users') {
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<thead><tr><th>Couleur</th><th>Image</th><th>Nom</th><th>Slug</th><th>Actions</th></tr></thead>
|
||||
<thead><tr><th>Couleur</th><th>Nom</th><th>Slug</th><th>Actions</th></tr></thead>
|
||||
<tbody>
|
||||
<?php foreach ($statuses_list as $s): ?>
|
||||
<tr>
|
||||
@ -1693,7 +1693,7 @@ if ($tab === 'users') {
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<thead><tr><th>Image</th><th>Nom</th><th>Slug</th><th>Description</th><th>Actions</th></tr></thead>
|
||||
<thead><tr><th>Nom</th><th>Slug</th><th>Description</th><th>Actions</th></tr></thead>
|
||||
<tbody>
|
||||
<?php foreach ($settlement_types_list as $st): ?>
|
||||
<tr>
|
||||
@ -1762,7 +1762,7 @@ if ($tab === 'users') {
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<thead><tr><th>Couleur</th><th>Visuel</th><th>Image</th><th>Nom</th><th>Slug</th><th>Alliances</th><th>Actions</th></tr></thead>
|
||||
<thead><tr><th>Couleur</th><th>Visuel</th><th>Nom</th><th>Slug</th><th>Alliances</th><th>Actions</th></tr></thead>
|
||||
<tbody>
|
||||
<?php foreach ($factions_list as $f): ?>
|
||||
<tr>
|
||||
@ -1848,7 +1848,7 @@ if ($tab === 'users') {
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<thead><tr><th>Visuel</th><th>Image</th><th>Nom</th><th>Slug</th><th>Header?</th><th>Actions</th></tr></thead>
|
||||
<thead><tr><th>Visuel</th><th>Nom</th><th>Slug</th><th>Header?</th><th>Actions</th></tr></thead>
|
||||
<tbody>
|
||||
<?php foreach ($resources_list as $r): ?>
|
||||
<tr>
|
||||
@ -2093,7 +2093,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<thead><tr><th>Image</th><th>Nom</th><th>Slug</th><th>Objets Directs (100%)</th><th>Nb Total (%)</th><th>Pool Aléatoire (%)</th><th>Actions</th></tr></thead>
|
||||
<thead><tr><th>Nom</th><th>Slug</th><th>Objets Directs (100%)</th><th>Nb Total (%)</th><th>Pool Aléatoire (%)</th><th>Actions</th></tr></thead>
|
||||
<tbody>
|
||||
<?php foreach ($lootboxes_list as $lb): ?>
|
||||
<tr>
|
||||
|
||||
BIN
assets/pasted-20260307-003526-1d94ed83.png
Normal file
BIN
assets/pasted-20260307-003526-1d94ed83.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 188 KiB |
Loading…
x
Reference in New Issue
Block a user