-
Notifications
You must be signed in to change notification settings - Fork 1
/
generalListInformationPage.html
173 lines (152 loc) · 4.28 KB
/
generalListInformationPage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html>
<head>
<title><MM-List-Name></title>
<style>
body, html{
margin:0;
padding:0;
background: #e0e0e0;
font-size: 0.9em;
}
body{
font-size: 0.9em;
color:#171717;
}
#wrapper{
width: auto;
max-width: 700px;
margin: 1em auto;
padding: 1em 3em;
border:#d3d3d3 solid 1px;
background: white;
border-radius: 10px;
font-family: "Open Sans",sans-serif;
}
div.submitContainer input {
font-weight: bold;
height: 2.5em;
margin: 0.5em 0;
}
p{
margin: 0.5em auto;
line-height: 150%;
}
input{
vertical-align: text-bottom;
margin-left:0;
}
input[type="CHECKBOX"]{
position: relative;
top: 0.12em;
}
input[type="Password"], input[type="TEXT"], input[type="SUBMIT"]{
vertical-align:middle;
margin-right:0.5em;
}
div.alignInput{
display:table;
}
div.alignInput label{
display:table-row;
text-align:right;
}
p, h1, h2, h3, h4, form {
font-weight:normal
}
h1{
font-size:2.5em;
border-bottom:2px solid lightgray;
}
h2{
font-size:1.7em;
border-bottom: 1px solid lightgray;
margin-top: 2em;
}
fieldset p {
margin-top: 0.25em;
}
fieldset.fieldsetlight {
border:none;
border-left: lightgray 1px solid;
margin: 1em 0 0 -6px;
padding: 0 0 0 5px;
}
fieldset.fieldsetlight>p {
margin-top: 0;
}
fieldset legend {
font-weight: bold;
}
label {
display: block;
}
center{
text-align: left;
}
.license {
color: gray;
font-family: "OpenSans",sans-serif;
font-size: 0.6em;
text-align: center;
}
</style>
</head>
<body>
<div id="wrapper">
<h1 id="mainHead"><MM-List-Name></h1>
<p><em><MM-List-Description></em></p>
<p><MM-List-Info></p>
<p>If you subscribed to the list and send an email to <A HREF="mailto:<MM-Posting-Addr>"><MM-Posting-Addr></A>, all other subscribers will get this eMail (<a href="http://www.list.org/mailman-member/node5.html">more on Mailinglists</a>).
</p>
<div class="section">
<h2>Subscribe</h2>
<MM-Subscribe-Form-Start>
<div class="alignInput">
<fieldset class="fieldsetlight">
<label>Your e-mail address <MM-Subscribe-Box></label>
<label>Your Name (optional) <mm-fullname-box> </label>
</fieldset>
<!-- optional password fields
<fieldset class="fieldsetlight"><label>Password:<MM-New-Password-Box></label>
<label>Confirm Password:<MM-Confirm-Password></label></fieldset>
-->
<!-- optional language selector (only if you have multiple languages)
<label>Preferred language:<MM-list-langs></label>
-->
</div>
<fieldset class="fieldsetlight">
<p><mm-digest-question-start> Would you like to receive list mail batched in a daily digest?<MM-Reminder></p>
<label><MM-Undigest-Radio-Button> No </label>
<label><MM-Digest-Radio-Button> Yes</label>
<mm-digest-question-end>
</fieldset>
<p><MM-List-Subscription-Msg></p>
<p><MM-Subscribe-Button><MM-Form-End></p>
</div>
<div class="section">
<h2>Unsubscribe (or change your settings)</h2>
<MM-Options-Form-Start><MM-Editing-Options><MM-Form-End>
</div>
<div class="section">
<h2>Who else is on this list?</h2>
<!-- MM-Roster-Form gives easy access to the subscribers list from the main list info page -->
<!-- You can comment the line below out for when you don't need to give access to the subscribers list -->
<!-- For example for announcement mailing lists or mailing lists with a large number of subscribers -->
<MM-Roster-Form-Start><MM-Roster-Option><MM-Form-End>
</div>
<div class="section">
<h2>Archive - see all previous messages</h2>
<p>Visit the <MM-Archive><MM-List-Name> Archives</MM-Archive>. <MM-Restricted-List-Message></p>
</div>
<div class="section">
<h2>Who looks after this list</h2>
<p><MM-Mailman-Footer></p>
</div>
</div>
<div class="license">
This template ist licensed as <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons 4.0 BY</a> (by <a href="https://github.com/jdittrich/">jdittrich</a>, <a href="https://github.com/jdittrich/mailmanTemplateCollection/blob/master/generalListInformationPage.html">source</a> )
Based on a template by <a href="https://github.com/quimgil">quimgil</a> <a href="https://github.com/quimgil/mailman-templates">original source</a></p>
</div>
</body>
</html>