Move to sane directory structure. Don't make 'cms' the top level of the silverstripe...
[silverstripe-elijah.git] / templates / Newsletter_RecipientImportField_Table.ss
blob8c89335dd4010807ad43ca2ac36954bd3c201fc0
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4         <% base_tag %>
5         $MetaTags
6         <style type="text/css" media="screen">
7                    @import "mot/css/css.css";
8                    @import "mot/css/typography.css";
9                 </style>
10         <style type="text/css" media="print">
11                    @import "mot/css/print.css";
12         </style>
13         <script src="jsparty/prototype.js" type="text/javascript"></script>
14         <script src="jsparty/behaviour.js" type="text/javascript"></script>
15         <script src="cms/javascript/Newsletter_UploadForm.js" type="text/javascript"></script>  
16 </head>
17 <body onload="">
18 <h1>Contents of $FileName</h1>
19 <form method="post" action="admin/newsletter/?executeForm=UploadForm" name="UploadForm">
20         <% control CustomSetFields %>
21                 $FieldHolder
22         <% end_control %>
23         <input type="submit" name="action_confirm" value="Confirm" />
24         <input type="submit" name="action_cancel" value="Cancel" />
25         <input type="hidden" name="ID" value="$TypeID" />
26         <table summary="Recipients imported from $FileName">
27                 <tbody>
28                         <tr>
29                                 <% control ColumnHeaders %>
30                                         <th>
31                                                 $Field
32                                         </th>
33                                 <% end_control %>
34                         </tr>
35                         <% control Rows %>
36                         <tr>
37                                 <% control Cells %>
38                                         <td>$Value</td>
39                                 <% end_control %>
40                         </tr>
41                         <% end_control %>
42                 </tbody>
43         </table>
44 </form>
45 </body>
46 </html>