mlmmj-web-ll/templates/tpl-form.tpl~

14 lines
204 B
Smarty

<html>
<head>
<title>{$title}</title>
</head>
<body>
<h1>Smarty-Form-Test</h1>
<ul>
<li>Server: {$server}</li>
<li>Path : {$path}</li>
<li>email : {$email}</li>
</ul>
</body>
</html>