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/Admin/Photo/overview-item.tpl
<tr>
		<td>#{$photoId}</td>
		<td><img src="{$S:SETTING_ROOT}/uploads/thumbs/{$photoFilename}.jpg" width="100"/></td>
		<td>
            Naam: <input type="text" name="txtTitle_{$photoId}" value="{$photoTitle}"/><br/>
            Klein: <input type="text" value="{$S:SETTING_ROOT}/uploads/thumbs/{$photoFilename}.jpg" readonly/><br/>
            Groot: <input type="text" value="{$S:SETTING_ROOT}/uploads/{$photoFilename}.jpg" readonly/>
        </td>
		<td><a href="{$S:SETTING_ROOT}/admin/photo/delete/{$photoId}.html"><img src="{$S:SETTING_ROOT}/images/admin/icons/delete.png" border="0"/></a></td>
</tr>