aboutsummaryrefslogtreecommitdiff
path: root/mlmmj-webarchiver/mhonarc/layout.mrc
blob: 70b65e4c87e41124e5567f85c4e8c916d01157bf (plain)
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<!-- ------------------------------------------------------------------ -->
<!-- MSGPGBEGIN, MSGPGEND:                                              -->
<!--                                                                    -->
<!-- MSGPGBEGIN defines the beginning markup of each message page. It   -->
<!-- allows you to redefine the opening HTML element, HEAD element,     -->
<!-- TITLE element, opening BODY element, etc.                          -->
<!--                                                                    -->
<!-- MSGPGEND defines the ending markup of each message page.           -->
<!--                                                                    -->

<MSGPGBEGIN>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
 <title>$SUBJECTNA$</title>
 <link rel="stylesheet" type="text/css" media="screen" href="../style/screen.css">
</head>
<body>
 <div id="banner">
  <div id="header">
   <div class="banner-left"><img src="../images/banner_left.gif" width="17" height="56" border="0" alt="" /></div>
   <div class="banner-text">$IDXTITLE$</div>
   <div class="banner-right"><img src="../images/banner_right.gif" width="10" height="56" alt="" /></div>
  </div>
  <div id="topnav">
   <a href="/">home</a>
   |
   <a href="../search.php">search</a>
   |
   <a href="..">other lists</a>
   |
   <a href="$TIDXFNAME$#$MSGNUM$">thread index</a>
   |
   <a href="$IDXFNAME$#$MSGNUM$">date index</a>
  </div>
 </div>
 <div id="mailinglists">
  <div id="main">
</MSGPGBEGIN>

<MSGPGEND>
   <address>Archive administrator: postmaster@lists.roundcube.net</address>
  </div>
 </div>
</body>
</html>
</MSGPGEND>


<!-- ------------------------------------------------------------------ -->
<!-- IDXPGBEGIN, IDXPGEND:                                              -->
<!--                                                                    -->
<!-- The IDXPGBEGIN resource defines the beginning markup for the main  -->
<!-- index page. I.e. You can control the opening <HTML> tag, the HEAD  -->
<!-- element contents, the opening <BODY> tag, etc. Therefore, if you   -->
<!-- are not satisfied with the default behavior of how the TITLE       -->
<!-- resource is used, or have other needs that require control over    -->
<!-- the beginning markup, you can set the IDXPGBEGIN resource to what  -->
<!-- you desire.                                                        -->
<!--                                                                    -->
<!-- The IDXPGEND resource defines the end markup for the main index    -->
<!-- page.                                                              -->

<IDXPGBEGIN>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
 <title>$IDXTITLE$</title>
 <link rel="stylesheet" type="text/css" media="screen" href="../style/screen.css">
</head>
<body>
</IDXPGBEGIN>

<IDXPGEND>
</body>
</html>
</IDXPGEND>


<!-- ------------------------------------------------------------------ -->
<!-- TIDXPGBEGIN, TIDXPGEND                                             -->
<!--                                                                    -->
<!-- The TIDXPGBEGIN resource defines the beginning markup for the      -->
<!-- thread index pages. I.e. You can control the opening <HTML> tag,   -->
<!-- the HEAD element contents, the opening <BODY> tag, etc. Therefore, -->
<!-- if you are not satisfied with the default behavior of how the      -->
<!-- TTITLE resource is used, or have other needs that require control  -->
<!-- on the beginning markup, you can set the TIDXPGBEGIN resource to   -->
<!-- what you desire.                                                   -->
<!--                                                                    -->
<!-- The TIDXPGEND resource defines the end markup for the thread index -->
<!-- pages.                                                             -->
<!--                                                                    -->

<TIDXPGBEGIN>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
 <title>$TIDXTITLE$</title>
 <link rel="stylesheet" type="text/css" media="screen" href="../style/screen.css">
</head>
<body>
</TIDXPGBEGIN>

<TIDXPGEND>
</body>
</html>
</TIDXPGEND>

<!-- ------------------------------------------------------------------ -->
<!-- LISTBEGIN, LITEMPLATE, LISTEND:                                    -->
<!--                                                                    -->
<!-- The LISTBEGIN resource specifies the markup to begin the message   -->
<!-- list. This resource works in conjuction with LITEMPLATE and        -->
<!-- LISTEND resources to format the main index page(es).               -->
<!--                                                                    -->
<!-- The LITEMPLATE resource specifies the markup for an entry in the   -->
<!-- main index message list. This resource works in conjuction with    -->
<!-- LITEMPLATE and LISTEND resources to format the main index page(es) -->
<!-- http://www.mhonarc.org/MHonArc/doc/resources/litemplate.html       -->
<!--                                                                    -->
<!-- The LISTEND resource specifies the markup to end the message list  -->
<!-- in the main index. This resource works in conjuction with          -->
<!-- LISTBEGIN and LITEMPLATE resources to format the main index        -->
<!-- page(es).                                                          -->
<!--                                                                    -->

<LISTBEGIN>
 <div id="banner">
  <div id="header">
   <div class="banner-left"><img src="../images/banner_left.gif" width="17" height="56" border="0" alt="" /></div>
   <div class="banner-text">$IDXTITLE$</div>
   <div class="banner-right"><img src="../images/banner_right.gif" width="10" height="56" alt="" /></div>
  </div>
  <div id="topnav">
   <a href="/">home</a>
   |
   <a href="/search.php">search</a>
   |
   <a href="..">other lists</a>
   |
   <a href="$TIDXFNAME$">thread index</a>
   |
   <a href="$IDXFNAME$">date index</a>
  </div>
 </div>
 <div id="mailinglists">
  <div id="main">
<h1>Date Index</h1>
<div id="didx">
<ul>
</LISTBEGIN>

<LITEMPLATE>
<li><strong>$SUBJECT$</strong>
<ul><li><em>From</em>: $FROM$</li></ul>
</li>
</LITEMPLATE>

<LISTEND>
</ul>
</div>
   <address>Archive administrator: postmaster.roundcube.net</address>
  </div>
 </div>
</LISTEND>


<!-- ------------------------------------------------------------------ -->
<!-- THEAD, TFOOT                                                       -->
<!--                                                                    -->
<!-- THEAD defines the header markup of thread index pages. It is also  -->
<!-- responsible for defining the opening markup for the thread         -->
<!-- listings.                                                          -->
<!--                                                                    -->
<!-- TFOOT defines the footer markup of thread index pages. It is also  -->
<!-- responsible for defining the closing markup for the thread listing -->
<!--                                                                    -->

<THEAD>
 <div id="banner">
  <div id="header">
   <div class="banner-left"><img src="../images/banner_left.gif" width="17" height="56" border="0" alt="" /></div>
   <div class="banner-text">$IDXTITLE$</div>
   <div class="banner-right"><img src="../images/banner_right.gif" width="10" height="56" alt="" /></div>
  </div>
  <div id="topnav">
   <a href="/">home</a>
   |
   <a href="/search.php">search</a>
   |
   <a href="..">other lists</a>
   |
   <a href="$TIDXFNAME$">thread index</a>
   |
   <a href="$IDXFNAME$">date index</a>
  </div>
 </div>
 <div id="mailinglists">
  <div id="main">
<h1>Thread Index</h1>
<div id="tidx">
<ul>
</THEAD>

<TFOOT>
</ul> 
</div>
   <address>Archive administrator: postmaster.roundcube.net</address>
  </div>
 </div>
</TFOOT>
 
<!-- ------------------------------------------------------------------ -->
<!-- BOTLINKS                                                           -->
<!--                                                                    -->
<!-- BOTLINKS defines the markup for the links at the bottom of a       -->
<!-- message page. Its usage is analagous to the TOPLINKS resource, but -->
<!-- tends to be more verbose. However, you can define the resource     -->
<!-- anyway you desire.                                                 -->
<!--                                                                    -->

<BOTLINKS>
<!-- No BOTLINKS -->
</BOTLINKS>

<!-- ------------------------------------------------------------------ -->
<!-- FOLUPBEGIN, FOLUPLITXT and FOLUPEND                                -->
<!--                                                                    -->
<!-- FOLUPBEGIN defines the markup to start the explicit follow-up      -->
<!-- links after the message body on a message page.                    -->
<!--                                                                    -->
<!-- FOLUPLITXT defines the markup for an entry in the explicit         -->
<!-- follow-up links list after the message body on a message page.     -->
<!--                                                                    -->
<!-- FOLUPEND defines the ending markup for the the explicit follow-up  -->
<!-- links after the message body on a message page.                    -->
<!--                                                                    -->

<FOLUPBEGIN>
<div id="followups">
<table>
 <caption>Follow-Ups:</caption>
</FOLUPBEGIN>
 
<FOLUPLITXT>
 <tr><td>$SUBJECT$</td><td>$FROM$</td></tr>
</FOLUPLITXT>

<FOLUPEND>
</table>
</div>
</FOLUPEND>

<!-- ------------------------------------------------------------------ -->
<!-- REFSBEGIN, REFSLITXT and REFSEND                                   -->
<!--                                                                    -->
<!-- REFSBEGIN defines the markup to start the explicit reference links -->
<!-- after the message body on a message page.                          -->
<!--                                                                    -->
<!-- REFSLITXT defines the markup for an entry in the explicit          -->
<!-- reference links list after the message body on a message page.     -->
<!--                                                                    -->
<!-- REFSEND defines the ending markup for the the explicit reference   -->
<!-- links after the message body on a message page.                    -->
<!--                                                                    -->

<REFSBEGIN>
<div id="references">
<table>
 <caption>References:</caption>
</REFSBEGIN>
 
<REFSLITXT>
 <tr><td>$SUBJECT$</td><td>$FROM$</td></tr>
</REFSLITXT>

<REFSEND>
</table>
</div>
</REFSEND>

<!-- ------------------------------------------------------------------ -->
<!-- SUBJECTHEADER:                                                     -->
<!--                                                                    -->
<!-- SUBJECTHEADER defines the markup for the main subject line above   -->
<!-- the message header of message pages.                               -->
<!--                                                                    -->
 
<SUBJECTHEADER>
<h1>$SUBJECTNA$</h1>
<div id="toplinks">
 <div id="threadtoplinks">
  $BUTTON(TPREV)$ | $BUTTON(TNEXT)$
 </div>
 <div id="datetoplinks">
  $BUTTON(PREV)$ | $BUTTON(NEXT)$
 </div>
</div>
</SUBJECTHEADER>