This repository has been archived on 2023-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
web/app/view/pages/teamtable/edit/update.php

43 lines
1.3 KiB
PHP
Raw Normal View History

2022-02-09 15:59:20 +00:00
<h1>Endre lagdetaljer</h1>
2022-02-14 01:52:59 +00:00
<p>Her kan du oppdatere informasjonen om laget</p>
<form method="post" autocomplete="off">
2022-02-09 15:59:20 +00:00
2022-03-07 06:13:17 +00:00
<label for="name">Navn:</label>
2022-02-09 15:59:20 +00:00
<br>
2022-03-07 06:13:17 +00:00
<input type="text" id="name" name="name" value="<?=htmlspecialchars($team->name)?>" maxlength="32">
2022-02-09 15:59:20 +00:00
2022-03-07 06:13:17 +00:00
<label for="name">Navn:</label>
2022-02-09 15:59:20 +00:00
<br>
2022-03-07 06:13:17 +00:00
<input type="text" id="name" name="name" value="<?=htmlspecialchars($team->name)?>" maxlength="32">
<label for="name">Navn:</label>
2022-02-09 15:59:20 +00:00
<br>
2022-03-07 06:13:17 +00:00
<input type="text" id="name" name="name" value="<?=htmlspecialchars($team->name)?>" maxlength="32">
2022-02-09 15:59:20 +00:00
2022-03-07 06:13:17 +00:00
<label for="name">Navn:</label>
2022-02-09 15:59:20 +00:00
<br>
2022-03-07 06:13:17 +00:00
<input type="text" id="name" name="name" value="<?=htmlspecialchars($team->name)?>" maxlength="32">
<label for="name">Navn:</label>
2022-02-09 15:59:20 +00:00
<br>
2022-03-07 06:13:17 +00:00
<input type="text" id="name" name="name" value="<?=htmlspecialchars($team->name)?>" maxlength="32">
2022-02-09 15:59:20 +00:00
2022-03-07 06:13:17 +00:00
<label for="name">Navn:</label>
2022-02-09 15:59:20 +00:00
<br>
2022-03-07 06:13:17 +00:00
<input type="text" id="name" name="name" value="<?=htmlspecialchars($team->name)?>" maxlength="32">
<label for="name">Navn:</label>
2022-02-09 15:59:20 +00:00
<br>
2022-03-07 06:13:17 +00:00
<input type="text" id="name" name="name" value="<?=htmlspecialchars($team->name)?>" maxlength="32">
2022-02-09 15:59:20 +00:00
<br>
<br>
2022-02-14 01:52:59 +00:00
<input type="submit" value="Lagre">
<span>[&nbsp;<a class="danger" href="index.php">Avbryt</a>&nbsp;]</span>
2022-02-09 15:59:20 +00:00
</form>