ConLite/conlite/templates/standard/template.recipient_left_top...

55 Zeilen
1.8 KiB
HTML

<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="styles/contenido.css">
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<script type="text/javascript" src="scripts/HTMLObj.js.php?contenido={SESSID}"></script>
<script type="text/javascript" src="scripts/contenidoConfig.js"></script>
<script type="text/javascript" src="scripts/infoBox.js"></script>
<script type="text/javascript" src="scripts/general.js"></script>
</head>
<body bgcolor="#FFFFFF">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr height="55" valign="top">
<td bgcolor="#FFFFFF">
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
<tr valign="top">
<td>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="textw_medium" align="left" valign="bottom" style="padding-left: 20px" id="infoBox">{CAPTION}</td>
<td align="right" valign="top"><a href="javascript:parent.parent.frameResize.toggle()"><img src="images/toggle_frame_left.gif" width="50" height="20" border="0"></a></td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td align="center" class="textw_medium">
{NEWRECIPIENT}
</td>
</tr>
</table>
</td>
</tr>
<tr height="1">
<td bgcolor="#747488"><img src="images/spacer.gif" width="1" height="1"></td>
</tr>
</table>
</body>
</html>