Code formatting.

This commit is contained in:
2023-12-28 13:31:44 +01:00
parent b65644f3e0
commit b70cedac3b
84 changed files with 3357 additions and 3280 deletions

View File

@@ -3,30 +3,30 @@ $sql1 = 'SELECT * FROM bilder';
$result1 = $db->query($sql1);
?>
<fieldset>
<form action="index.php?section=fotos&t=bilder" method="post">
<fieldset>
<legend>neues Foto hochladen</legend>
<input type="submit" name="add" value="Hochladen" />
<br />
</fieldset>
<br />
<select name="Titel">
<?php
while ($nt1 = $result1->fetch_assoc()) {
echo '<option value="'.$nt1['ID'].'">'.$nt1['ID'].' '.$nt1['Head'].'</option>';
}
?>
</select>
<br />
<fieldset>
<legend>Bildüberschrift eines Fotos ändern</legend>
<input type="submit" name="edit" value="Bearbeiten" />
<br />
</fieldset>
<br />
<fieldset>
<legend>bestehendes Foto löschen</legend>
<input type="submit" name="del" value="Löschen" />
<br />
</fieldset>
<form action="index.php?section=fotos&t=bilder" method="post">
<fieldset>
<legend>neues Foto hochladen</legend>
<input type="submit" name="add" value="Hochladen"/>
<br/>
</fieldset>
<br/>
<select name="Titel">
<?php
while ($nt1 = $result1->fetch_assoc()) {
echo '<option value="' . $nt1['ID'] . '">' . $nt1['ID'] . ' ' . $nt1['Head'] . '</option>';
}
?>
</select>
<br/>
<fieldset>
<legend>Bild<EFBFBD>berschrift eines Fotos <EFBFBD>ndern</legend>
<input type="submit" name="edit" value="Bearbeiten"/>
<br/>
</fieldset>
<br/>
<fieldset>
<legend>bestehendes Foto l<EFBFBD>schen</legend>
<input type="submit" name="del" value="L<EFBFBD>schen"/>
<br/>
</fieldset>
</fieldset>