Subversion-Projekte lars-tiefland.cakephp

Revision

Revision 15 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 15 Revision 18
Zeile 12... Zeile 12...
12
<h1><?php echo $post['Post']['title']?></h1>
12
<h1><?php echo $post['Post']['title']?></h1>
Zeile 13... Zeile 13...
13
 
13
 
Zeile 14... Zeile 14...
14
<p><small>Created: <?php echo $post['Post']['created']?></small></p>
14
<p><small>Created: <?php echo $post['Post']['created']?></small></p>
-
 
15
 
-
 
16
<p><?php echo $post['Post']['body']?></p>
-
 
17
<p></p>
-
 
18
<p>
-
 
19
		<?php echo $html->link('Edit', array('action'=>'edit', 'id'=>$post['Post']['id']));?>
15
 
20
        <?php echo $html->link('Delete', array('action' => 'delete', 'id' => $post['Post']['id']), null, 'Are you sure?' )?>
16
<p><?php echo $post['Post']['body']?></p>
21
</p>
17
</body>
22
</body>