]> git.imager.perl.org - bse.git/blob - site/templates/admin/subs/add.tmpl
4a4c83a060683a8b1ff9bbba829df3d8f8e06a93
[bse.git] / site / templates / admin / subs / add.tmpl
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4
5   <title>Administration - Add Subscription</title>
6
7   <link rel="stylesheet" type="text/css" href="/css/admin.css" />
8
9 </head>
10
11 <body>
12
13 <h1>Add Subscription</h1>
14
15 <:ifMessage:><p><b><:message:></b></p><:or:><:eif:>
16
17 <p>| <a href="/admin/"><b>Admin menu</b></a> | <a href="<:script:>"><b>Subscriptions List</b></a> |</p>
18
19 <form action="<:script:>" method="GET">
20 <table border="0" cellspacing="0" cellpadding="0" bgcolor="#000000">
21     <tr>
22       <td>
23   <table cellpadding="6" border="0" cellspacing="1">
24     <tr bgcolor="#FFFFFF">
25       <th>Name:</th>
26       <td><input type="text" name="name" value="<:old name:>" /> <:help subs name:> <:ifError name:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error name:>" /><:or:><:eif:></td>
27     </tr>
28     <tr bgcolor="#FFFFFF">
29       <th>Title:</th>
30       <td><input type="text" name="title" value="<:old title:>" size="40" /> <:help subs title:> <:ifError title:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error title:>" /><:or:><:eif:></td>
31     </tr>
32     <tr bgcolor="#FFFFFF">
33       <th>Description:</th>
34       <td valign="top"><textarea name="description" cols="60" rows="10" wrap="virtual"><:old description:></textarea> <:help subs description:> <:ifError description:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error description:>" /><:or:><:eif:></td>
35     </tr>
36     <tr bgcolor="#FFFFFF">
37       <th>Frequency:</th>
38       <td><input type="text" name="frequency" value="<:old frequency:>" size="40" /> <:help subs frequency:> <:ifError frequency:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error frequency:>" /><:or:><:eif:></td>
39     </tr>
40     <tr bgcolor="#FFFFFF">
41       <th>HTML Template:</th>
42       <td><:template html_template htmlemail 1:> <:help subs html_template:> <:ifError html_template:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error html_template:>" /><:or:><:eif:></td>
43     </tr>
44     <tr bgcolor="#FFFFFF">
45       <th>Text Template:</th>
46       <td><:template text_template textemail:> <:help subs 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>Visible:</th>
50       <td><input type="checkbox" name="visible" value="1"<:ifOld visible:> checked<:or:><:eif:> /> <:help subs visible:></td>
51     </tr>
52     <tr bgcolor="#FFFFFF">
53       <th colspan="2">Archiving <:help subs archiving:></th>
54     </tr>
55     <tr bgcolor="#FFFFFF">
56       <th>Archive:</th>
57       <td><input type="checkbox" name="archive" value="1"<:ifOld archive:> checked<:or:><:eif:> /> <:help subs archive:> </td>
58     </tr>
59     <tr bgcolor="#FFFFFF">
60       <th>Keywords:</th>
61       <td><input type="text" name="keyword" value="<:old keyword:>" size="40" /> <:help subs keyword:></td>
62     </tr>
63     <tr bgcolor="#FFFFFF">
64       <th>Article Template:</th>
65       <td><:template article_template:> <:help subs template:> <:ifError article_template:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error article_template:>" /><:or:><:eif:></td>
66     </tr>
67     <tr bgcolor="#FFFFFF">
68       <th>Archive Parent:</th>
69       <td><:parent:> <:help subs parent:> <:ifError parentId:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error parentId:>" /><:or:><:eif:></td>
70     </tr>
71   </table>
72 </td>
73 </tr>
74 </table>
75 <input type="submit" name="addsave" value="Add Subscription">
76 </form>
77
78 <p><font size="-1">BSE Release <:release:></font></p>
79 </body>
80 </html>