Subversion-Projekte lars-tiefland.cakephp

Revision

Revision 9 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 9 Revision 15
Zeile -... Zeile 1...
-
 
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>
1
<h1><?php echo $post['Post']['title']?></h1>
12
<h1><?php echo $post['Post']['title']?></h1>
Zeile 2... Zeile 13...
2
 
13
 
Zeile 3... Zeile -...
3
<p><small>Created: <?php echo $post['Post']['created']?></small></p>
-
 
4
 
14
<p><small>Created: <?php echo $post['Post']['created']?></small></p>
-
 
15
 
-
 
16
<p><?php echo $post['Post']['body']?></p>
-
 
17
</body>
5
<p><?php echo $post['Post']['body']?></p>
18
</html>