ConLite/conlite/templates/standard/template.newsletter_menu.html

54 Zeilen
1.7 KiB
HTML

<html>
<head>
<title></title>
<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/rowMark.js"></script>
<script type="text/javascript" src="scripts/infoBox.js"></script>
<script type="text/javascript" src="scripts/general.js"></script>
<link rel="stylesheet" type="text/css" href="styles/contenido.css" />
<script type="text/javascript" src="scripts/messageBox.js.php?contenido={SID}"></script>
<script type="text/javascript">
var sid = "{SID}";
box = new messageBox("", "", "", 0, 0);
function sendNews(idnews)
{
url = 'main.php?area=news_send';
url += '&action=news_send';
url += '&frame=4';
url += '&newsid=' + idnews;
url += '&contenido=' + sid;
parent.parent.frames["right"].frames['right_bottom'].location.href = url;
}
function deleteNews(idnews)
{
url = 'main.php?area=news';
url += '&action=news_delete';
url += '&frame=4';
url += '&newsid=' + idnews;
url += '&contenido=' + sid;
parent.parent.frames["right"].frames["right_bottom"].window.location.href = url;
}
</script>
</head>
<body>
<table width="100%" cellspacing="0" cellpadding="2" border="0">
<!-- BEGIN:BLOCK -->
<tr bgcolor="{BGCOLOR}">
<td class="textw_small">{ICON}</td>
<td class="textw_small" width="100%">&nbsp;{NEWSNAME}</td>
<td align="right">{SEND}&nbsp;{DELETE}&nbsp;</td>
</tr>
<!-- END:BLOCK -->
</table>
</body>
</html>