order tags in head for consistency
[mharc.git] / lib / mrc / _logo.mrc.in.dist
1 <!-- $Id: _logo.mrc.in.dist,v 1.1 2002/09/08 04:39:35 ehood Exp $ -->
2 <!-- ================================================================== -->
3 <!-- Description: --
4 -- Resource file that can be included to include a logo, or --
5 -- small image, at the top of archive pages. --
6 -- --
7 -- Usage: --
8 -- <DefineVar chop> --
9 -- LOGO-URL --
10 -- url-to-image-here... --
11 -- </DefineVar> --
12 -- <Include> --
13 -- @@MHA_RC_DIR@@/_logo.mrc --
14 -- </Include> --
15 -- -->
16 <!-- ================================================================== -->
17
18 <IdxPgBegin>
19 <html>
20 <head>
21 <title>$IDXTITLE$</title>
22 $STYLESHEET-LINK$
23 </head>
24 <body>
25 <center>
26 <table width="100%"><tr>
27 <td align="right" width="25%">
28 <img src="$LOGO-URL$" alt=""></td>
29 <td align="center" width="50%">
30 <div class="idxTitle">
31 <span class="listTitle"><strong>$IDXTITLE$</strong></span>
32 </div>
33 <div class="metaIdxNav">
34 <nobr>$THREAD-IDX-LINK$<nobr>
35 <nobr>[<a href="../">Top</a>]</nobr>
36 <nobr>[<a href="$ALL-LISTS-URL$">All&nbsp;Lists</a>]</nobr>
37 </div></td>
38 <td width="25%"> </td>
39 </tr></table>
40 </center>
41 </IdxPgBegin>
42
43 <TIdxPgBegin>
44 <html>
45 <head>
46 <title>$TIDXTITLE$</title>
47 $STYLESHEET-LINK$
48 </head>
49 <body>
50 <center>
51 <table width="100%"><tr>
52 <td align="right" width="25%">
53 <img src="$LOGO-URL$" alt=""></td>
54 <td align="center" width="50%">
55 <div class="idxTitle">
56 <span class="listTitle"><strong>$TIDXTITLE$</strong></span>
57 </div>
58 <div class="metaIdxNav">
59 <nobr>$DATE-IDX-LINK$<nobr>
60 <nobr>[<a href="../">Top</a>]</nobr>
61 <nobr>[<a href="$ALL-LISTS-URL$">All&nbsp;Lists</a>]</nobr>
62 </div></td>
63 <td width="25%"> </td>
64 </tr></table>
65 </center>
66 </TIdxPgBegin>
67
68 <MsgPgBegin>
69 <html>
70 <head>
71 $HTTP-EQUIV$
72 <title>$SUBJECTNA:72$</title>
73 $STYLESHEET-LINK$
74 <link rev="made" href="mailto:$FROMADDR$">
75 <link rel="start" href="../">
76 <link rel="contents" href="$TIDXFNAME$#$MSGNUM$">
77 <link rel="index" href="$IDXFNAME$#$MSGNUM$">
78 <link rel="prev" href="$MSG(TPREV)$">
79 <link rel="next" href="$MSG(TNEXT)$">
80 </head>
81 <body>
82 <center>
83 <table width="100%"><tr>
84 <td align="right" width="25%">
85 <img src="$LOGO-URL$" alt=""></td>
86 <td align="center" width="50%">
87 <div class="msgTitle">
88 <span class="listTitle"><strong>$LIST-TITLE$</strong></span>
89 </div>
90 <div class="metaIdxNav">
91 <nobr>[<a href="../">$TOP-LINK-LABEL$</a>]</nobr>
92 <nobr>[<a href="$ALL-LISTS-URL$">$ALL-LISTS-LABEL$</a>]</nobr>
93 </div></td>
94 <td width="25%"> </td>
95 </tr></table>
96 </center>
97 </MsgPgBegin>