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>
|
|
|
|
<style type="text/css">
|
|
|
|
body {
|
|
|
|
padding-top: 1em;
|
|
|
|
}
|
|
|
|
</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>
|
|
|
|
<% if ImportMessage %>
|
|
|
|
<script type="text/javascript">
|
2007-09-16 18:37:15 +02:00
|
|
|
top.statusMessage('<% _t('IMPORTNEW','Imported new members') %>','good');
|
|
|
|
top.reloadRecipientsList();
|
2007-07-19 12:40:05 +02:00
|
|
|
</script>
|
|
|
|
<% end_if %>
|
|
|
|
</head>
|
2007-09-16 00:01:23 +02:00
|
|
|
<body onload="">
|
2007-07-19 12:40:05 +02:00
|
|
|
<% if ImportMessage %>
|
|
|
|
<p>
|
|
|
|
$ImportMessage
|
2007-09-16 04:27:39 +02:00
|
|
|
<p><b>Note:</b> To see the new members on the Recipients tab, you need to <a href="#" onclick="javascript:top.reloadRecipientsList()">reload the Mailing List</a>.</p>
|
2007-07-19 12:40:05 +02:00
|
|
|
<ul>
|
2007-09-16 18:37:15 +02:00
|
|
|
<li><label><% _t('IMPORTED','New members imported:') %></label>$NewMembers</li>
|
|
|
|
<li><label><% _t('UPDATED','Members updated:') %></label>$ChangedMembers</li>
|
|
|
|
<li><label><% _t('CHANGED','Number of details changed:') %></label>$ChangedFields</li>
|
|
|
|
<li><label><% _t('SKIPPED','Records skipped:') %></label>$SkippedRecords</li>
|
|
|
|
<li><label><% _t('TIME','Time taken:') %> </label>$Time <% _t('SEC','seconds') %></li>
|
2007-07-19 12:40:05 +02:00
|
|
|
</ul>
|
|
|
|
</p>
|
|
|
|
<% end_if %>
|
|
|
|
<% if ErrorMessage %>
|
|
|
|
<p class="message bad">
|
|
|
|
$ErrorMessage
|
|
|
|
</p>
|
|
|
|
<% end_if %>
|
|
|
|
$UploadForm
|
|
|
|
</body>
|
|
|
|
</html>
|