PHP-Tutorial -> templates/showlist.tmpl
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Outdoor Artists - Welcome</title>
<meta name="AUTHOR" content="Martin Christian" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="KEYWORDS" content="PHP Template Database Tutorial" />
</head>
<body>
<p align="center" style="font-size:x-large; font-weight:bold;">
Welcome to Outdoor Artists!
</p>
<p align="center">
We are currently looking for a name to our beloved mascot. Would you have an idea?
Then don't hesitate to participate in our competition. You might win a statue of
George W. Bush completly modeled with oxygen.
</p>
<p align="left" style="font-size:large; font-weight:bold;">
Current name suggestions
</p>
<table border="3">
<tr>
<th>Name</th>
<th>E-Mail</th>
<th>Suggestion</th>
</tr>
<!-- BEGIN participant -->
<tr>
<td>{name}</td>
<td>{email}</td>
<td>{bear}</td>
</tr>
<!-- END participant -->
</table>
<p align="left" style="font-size:large; font-weight:bold;">
Menu
</p>
<p align="left">
<ul>
<li><a href="input.php">Competition</a></li>
<li><a href="manage/index.php">Administration</a></li>
</ul>
</p>
</body>
</html>