Files
tilman.de/www/uni/ws03/alp/template.txt
T
2011-10-26 10:11:42 +02:00

27 lines
631 B
Plaintext

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" media="all" href="stylesheet.css">
</head>
<body>
<span id="menu"><a href="index.php">zurück zur Liste</a></span>
<div id="buttons">
<form action="edit.php" method="POST">
<input type="hidden" name="filename" value="<?php echo $_SERVER['SCRIPT_FILENAME']?>">
<p>
<input type="submit" value="Seite bearbeiten"">
</p>
</form>
</div>
<h1>Titel</h1>
<h2>Fragen</h2>
<h2>Anmerkungen</h2>
<h2>Links</h2>
</body>
</html>