HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/NVonken/mijneigenlied.com/wwwroot/Core/Templates/Cached/Admin_Photo_overview.tpl
<h1>Foto's beheren</h1>
<p>Gebruik deze pagina op foto's op te slaan en te gebruiken op verschillende plekken op de website.</p>
<br/>
<?=$this->getData("message")?>
<h1>Foto uploaden</h1>
<form method="post" enctype="multipart/form-data">
	<div class="form-field">
		<div class="label">
	    	Naam
	    </div>
	    <div class="field">
	    	<input type="text" name="txtTitle" />
	    </div>
	    <br style="clear:both;"/>
	</div>
	<div class="form-field">
		<div class="label">
	    	Selecteer bestand
	    </div>
	    <div class="field">
	    	<input type="file" name="flPhoto" />
	    </div>
	    <br style="clear:both;"/>
	</div>
	<input type="submit" name="btnUpload" value="Uploaden" class="button"/>
</form>
<br/>
<h1>Foto's wijzigen</h1>
<form method="post">
	<table class="table-wrap">
		<thead>
			<tr>
				<td>#</td>
				<td>Afbeelding</td>
				<td>Naam</td>
				<td>Verwijderen</td>
			</tr>
		</thead>
		<tbody>
			<?=$this->getData("photoList")?>
		</tbody>
	</table>
</form>
<input type="submit" name="btnUpdate" value="Wijzigingen opslaan" class="button"/>