@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
# Date: 18.02.2022 (15:52)
|
||||
use Battles\Template;
|
||||
|
||||
Template::header('Образ персонажа');
|
||||
?>
|
||||
<div style="text-align: right;">
|
||||
<input type=button value="Вернуться" onClick="location.href='main.php?edit=<?= mt_rand() ?>';" class="button">
|
||||
</div>
|
||||
<table style="padding:5px; margin:auto;">
|
||||
<caption style="font-weight: bold; color: red;">Внимание! Образ персонажа выбирается только один раз.</caption>
|
||||
<tr><th scope="col">
|
||||
<tr>
|
||||
<?php foreach (range(1, 10) as $item): ?>
|
||||
<td><a href="?edit=1&obraz=m<?= $item ?>"><img alt="m<?= $item ?>" src="i/shadow/m<?= $item ?>.gif"></a>
|
||||
<?php endforeach; ?>
|
||||
<tr>
|
||||
<?php foreach (range(1, 10) as $item): ?>
|
||||
<td><a href="?edit=1&obraz=f<?= $item ?>"><img alt="f<?= $item ?>" src="i/shadow/f<?= $item ?>.gif"></a>
|
||||
<?php endforeach; ?>
|
||||
</table>
|
||||
Reference in New Issue
Block a user