]> git.imager.perl.org - bse.git/blame - site/templates/admin/subs/send_form.tmpl
adrian's updates (with minor changes)
[bse.git] / site / templates / admin / subs / send_form.tmpl
CommitLineData
b19047a6
TC
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4
5 <title>Administration - Send Subscription</title>
6
7 <link rel="stylesheet" type="text/css" href="/css/admin.css" />
8
9</head>
b19047a6
TC
10<body>
11
12<h1><:cfg site name:> Send Subscription</h1>
13
14<:ifMessage:><p><b><:message:></b></p><:or:><:eif:>
15
531fb3bc 16<p>| <a href="/admin/"><b>Admin menu</b></a> | <a href="<:script:>" target="_top"><b>Subscriptions List</b></a> |</p>
b19047a6 17
531fb3bc 18<form action="<:script:>" method="POST" name="sub" target="preview"><input type="hidden" name="id" value="<:subscription id:>">
b19047a6
TC
19<table border="0" cellspacing="0" cellpadding="0" bgcolor="#000000">
20 <tr>
21 <td>
27feb834
TC
22 <table cellpadding="6" border="0" cellspacing="1">
23 <tr bgcolor="#FFFFFF">
24 <th>Title/Subject:</th>
25 <td>
26 <input type="text" name="title" value="<:old title:>" size="40" />
27 </td>
28 <td><:help subssend title:> <:ifError title:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error title:>" /><:or:><:eif:></td>
29 </tr>
30 <tr bgcolor="#FFFFFF">
31 <th>Body:</th>
32 <td valign="top">
33 <textarea name="body" cols="60" rows="10" wrap="virtual"><:old body:></textarea>
34 </td>
35 <td valign="top"><:help subssend body:> <:ifError body:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error body:>" /><:or:><:eif:></td>
36 </tr>
37 <:if Cfg subscriptions override:>
38 <tr bgcolor="#FFFFFF">
39 <th>HTML Template:</th>
40 <td><:template html_template htmlemail 1:> </td>
41 <td><:help subssend html_template:> <:ifError html_template:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error html_template:>" /><:or:><:eif:></td>
42 </tr>
43 <tr bgcolor="#FFFFFF">
44 <th>Text Template:</th>
45 <td><:template text_template textemail:> </td>
46 <td><:help subssend text_template:> <:ifError text_template:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error text_template:>" /><:or:><:eif:></td>
47 </tr>
48 <tr bgcolor="#FFFFFF">
49 <th colspan="2">Archiving </th>
50 <td><:help subssend archiving:></td>
51 </tr>
52 <tr bgcolor="#FFFFFF">
53 <th>Archive:</th>
54 <td>
55 <input type="hidden" name="have_archive_check" value="1"><input type="checkbox" name="archive" value="1"
56 <:ifOld archive:> checked<:or:><:eif:> /> </td>
57 <td><:help subssend archive:> </td>
58 </tr>
59 <tr bgcolor="#FFFFFF">
60 <th>Keywords:</th>
61 <td>
62 <input type="text" name="keyword" value="<:old keyword:>" size="40" />
63 </td>
64 <td><:help subssend keyword:></td>
65 </tr>
66 <tr bgcolor="#FFFFFF">
67 <th>Article Template:</th>
68 <td><:template article_template:> </td>
69 <td><:help subssend template:> <:ifError article_template:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error article_template:>" /><:or:><:eif:></td>
70 </tr>
71 <tr bgcolor="#FFFFFF">
72 <th>Archive Parent:</th>
73 <td><:parent:> </td>
74 <td><:help subssend parent:> <:ifError parentId:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error parentId:>" /><:or:><:eif:></td>
75 </tr>
76 <:or Cfg:><:eif Cfg:>
77 </table>
b19047a6
TC
78</td>
79</tr>
80</table>
27feb834
TC
81<p>
82 <input type="submit" name="send" value="Send Subscription">
83 <:help subssend send:>
84 <input type="submit" name="html_preview" value="HTML Preview">
85 <:help subssend html_preview:>
86 <input type="submit" name="text_preview" value="Text Preview">
87 <:help subssend text_preview:> </p>
b19047a6
TC
88</form>
89
27feb834 90<p><font size="-1">BSE Release <:release:></font></p>
b19047a6
TC
91</body>
92</html>