Inhalt 1

Inhalt 2

Inhalt 3

Inhalt 4


----------------------------------------------<DUMP INFOS>----------------------------------------------------

Template PAGE
Filename templates/[part of example7.tmpl.html]
Attributes
loop : 1
visibility : visible
unusedvars : strip
type : STANDARD
 
Template Data:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>patTemplate - Beispiel 1</title>

<style type="text/css">
TD		{font-family: Verdana, Arial, sans-serif; font-size: 12px }
</style>
</head>

<body>
<table width="90%">
	<tr>
		<td>Inhalt 1</td>
	</tr>
{TMPL:BALKEN}
	<tr>
		<td>Inhalt 2</td>
	</tr>
{TMPL:BALKEN}
	<tr>
		<td>Inhalt 3</td>
	</tr>
{TMPL:BALKEN}
	<tr>
		<td>Inhalt 4</td>
	</tr>
</table>
</body>
</html>
Unused variables
{TMPL:BALKEN}
{TMPL:BALKEN}
{TMPL:BALKEN}
 
Template BALKEN
Filename templates/[part of example7.tmpl.html]
Attributes
loop : 1
visibility : visible
unusedvars : strip
type : STANDARD
 
Template Data:
	<tr>
		<td><hr width="100%"></td>
	</tr>