コード例 #1
0
ファイル: edit.tpl.php プロジェクト: nicolasmartin/framework
">
		<? endif; $i = 0 ?>

			<table class="summary">
				<colgroup>
					<col style="width:20%">
					<col>
				</colgroup>
				<tbody>
					<tr class="<?php 
echo ++$i % 2 ? 'odd' : 'even';
?>
">
						<th scope="row">Image</th>
						<td><?php 
echo ImageHelper::image($Picture['path'], 200);
?>
</td>
					</tr>
					<tr class="<?php 
echo ++$i % 2 ? 'odd' : 'even';
?>
">
						<th scope="row">Nom</th>
						<td>
							<input size="40" type="text" id="name" name="name" value="<?php 
echo addslashes($Picture['name']);
?>
">
							<?php 
echo FormHelper::displayErrors('name', $Picture);