Release Emacs Muse 3.02.01.
[muse-el.git] / examples / mwolson / templates / footer.html
bloba7bb847b4fefa71b4edee081cb328056b62188c8
1 <!-- Page published by Muse ends here -->
2 <div class="navfoot"><lisp>
3 (when (muse-publishing-directive "related")
4 (concat
5 "\n<p><strong>Related:</strong>\n "
6 (mapconcat
7 (lambda (page)
8 (concat "<a href=\"../bookmarks/"
9 page "\">" page "</a>"))
10 (split-string
11 (muse-publishing-directive "related"))
12 "\n ")
13 "\n </p>"))
14 </lisp>
15 <hr />
16 <table width="100%" border="0" summary="Footer navigation">
17 <col width="90%" /><col width="5%" /><col width="5%" />
18 <tr>
19 <td align="left">
20 <lisp>
21 (concat
22 "[ <a href=\""
23 (muse-wiki-resolve-project-page)
24 "\">Front</a> | <a href=\""
25 (muse-wiki-resolve-project-page (muse-project))
26 "\">" (car (muse-project)) "</a>"
27 " | <a href=\""
28 (muse-wiki-resolve-project-page (muse-project) "WikiIndex")
29 "\">Index</a> | <a href=\""
30 "./wikisource/" (muse-page-name) "." muse-file-extension
31 "\">Source</a>"
32 " ]")
33 </lisp>
34 </td>
35 <td>
36 <a href="http://validator.w3.org/check?uri=referer"
37 style="text-decoration: none;">
38 <img src="http://www.w3.org/Icons/valid-xhtml10"
39 alt="Valid XHTML 1.0!" height="31" width="88" />
40 </a>
41 </td>
42 <td>
43 <a href="http://jigsaw.w3.org/css-validator/"
44 style="text-decoration: none;">
45 <img style="border:0;width:88px;height:31px"
46 src="http://jigsaw.w3.org/css-validator/images/vcss"
47 alt="Valid CSS!" />
48 </a>
49 </td>
50 </tr>
51 </table>
52 <table width="100%">
53 <tr>
54 <td align="left">
55 <a href="http://www.gnu.org/software/emacs/emacs.html"
56 style="text-decoration: none;">
57 <img alt="Emacs logo 1"
58 src="/static/logos/gnu_emacs_icon_grey.png" />
59 </a>
60 <a href="http://www.debian.org/"
61 style="text-decoration: none;">
62 <img alt="Debian logo" src="/static/logos/debian.png" />
63 </a>
64 <a href="http://www.gnu.org/software/emacs/emacs.html"
65 style="text-decoration: none;">
66 <img alt="Emacs logo 2" src="/static/logos/crtemacs.png" />
67 </a>
68 <a href="http://www.emacswiki.org/"
69 style="text-decoration: none;">
70 <img alt="Emacswiki.org logo"
71 src="/static/logos/emacswiki.png" />
72 </a>
73 <a href="http://www.catb.org/hacker-emblem/"
74 style="text-decoration: none;">
75 <img alt="Hacker emblem" src="/static/logos/glider.png" />
76 </a>
77 <a href="http://hcoop.net/"
78 style="text-decoration: none;">
79 <img alt="hcoop logo" src="/static/logos/hcoop_member.png" />
80 </a>
81 </td>
82 <td align="right">
83 <span class="footdate">
84 Updated <lisp>(muse-publishing-directive "date")</lisp>
85 </span>
86 </td>
87 </tr>
88 </table>
89 </div>
90 </body>
91 </html>