Exemplo n.º 1
0
	<table class="summary">
		<colgroup>
			<col style="width:100px">
			<col>
		</colgroup>
		<tbody>
			<tr>
				<th scope="row"><?php 
echo ImageHelper::thumbnail($Picture['path'], 60);
?>
</th>
				<td>
					<p><input size="40" type="text" id="name" name="name[<?php 
echo $Picture['id'];
?>
]" value="<?php 
echo addslashes($Picture['name']);
?>
"></p>
					<p><a class="sprite prefix delete" href="<?php 
echo UrlHelper::path(array('action' => 'delete'), $Picture['id']);
?>
">Supprimer cette image</a></p>
				</td>
			</tr>
		</tbody>
	</table>