Subversion-Projekte lars-tiefland.cakephp

Revision

Revision 15 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
15 lars 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<html>
3
 
4
<head>
5
	<meta http-equiv="content-type" content="text/html; charset=utf-8">
6
	<meta name="author" content="Webagentur Niewerth">
7
 
8
	<title>Ohne Titel 7</title>
9
</head>
10
 
11
<body>
9 lars 12
<h1><?php echo $post['Post']['title']?></h1>
13
 
14
<p><small>Created: <?php echo $post['Post']['created']?></small></p>
15
 
15 lars 16
<p><?php echo $post['Post']['body']?></p>
18 lars 17
<p></p>
18
<p>
19
		<?php echo $html->link('Edit', array('action'=>'edit', 'id'=>$post['Post']['id']));?>
20
        <?php echo $html->link('Delete', array('action' => 'delete', 'id' => $post['Post']['id']), null, 'Are you sure?' )?>
21
</p>
15 lars 22
</body>
23
</html>