Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
3 lars 1
<html>
2
<head>
3
<title><?=$_GET[title];?></title>
4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5
</head>
6
 
7
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
8
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
9
  <tr>
10
    <td align="center" valign="middle"><a href="#" onClick="window.close()"><img src="<?=$_GET[src];?>" border=0></a></td>
11
  </tr>
12
</table>
13
</body>
14
</html>