2007-07-19 12:40:05 +02:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<% base_tag %>
|
|
|
|
$MetaTags
|
|
|
|
<style type="text/css" media="screen">
|
|
|
|
@import "mot/css/css.css";
|
|
|
|
@import "mot/css/typography.css";
|
|
|
|
</style>
|
|
|
|
<style type="text/css" media="print">
|
|
|
|
@import "mot/css/print.css";
|
|
|
|
</style>
|
|
|
|
<script src="jsparty/prototype.js" type="text/javascript"></script>
|
|
|
|
<script src="jsparty/behaviour.js" type="text/javascript"></script>
|
|
|
|
<script src="cms/javascript/Newsletter_UploadForm.js" type="text/javascript"></script>
|
|
|
|
</head>
|
|
|
|
<body onload="">
|
2007-09-16 18:37:15 +02:00
|
|
|
<h1><% _t('CONTENTSOF','Contents of') %> $FileName</h1>
|
2007-07-19 12:40:05 +02:00
|
|
|
<form method="post" action="admin/newsletter/?executeForm=UploadForm" name="UploadForm">
|
|
|
|
<% control CustomSetFields %>
|
|
|
|
$FieldHolder
|
|
|
|
<% end_control %>
|
2007-09-16 18:37:15 +02:00
|
|
|
<input type="submit" name="action_confirm" value="<% _t('YES','Confirm') %>" />
|
|
|
|
<input type="submit" name="action_cancel" value="<% _t('NO','Cancel') %>" />
|
2007-07-19 12:40:05 +02:00
|
|
|
<input type="hidden" name="ID" value="$TypeID" />
|
2007-09-16 18:37:15 +02:00
|
|
|
<table summary="<% _t('RECIMPORTED','Recipients imported from') %> $FileName">
|
2007-07-19 12:40:05 +02:00
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<% control ColumnHeaders %>
|
|
|
|
<th>
|
|
|
|
$Field
|
|
|
|
</th>
|
|
|
|
<% end_control %>
|
|
|
|
</tr>
|
|
|
|
<% control Rows %>
|
|
|
|
<tr>
|
|
|
|
<% control Cells %>
|
|
|
|
<td>$Value</td>
|
|
|
|
<% end_control %>
|
|
|
|
</tr>
|
|
|
|
<% end_control %>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|