Update my example configuration
[muse-el.git] / examples / mwolson / templates / footer.html
blobba0f56cd1007740317df965ce890928a2ee51414
1 <!-- Page published by Emacs 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"
58 src="/static/logos/gnu_emacs_icon_grey.png" />
59 </a>
60 <a href="http://www.mwolson.org/projects/EmacsMuse.html"
61 style="text-decoration: none;">
62 <img alt="Emacs Muse" src="/static/logos/muse-made-with.png" />
63 </a>
64 <a href="http://member.fsf.org/join?referrer=652"
65 style="text-decoration: none;">
66 <img alt="[FSF Associate Member]"
67 src="/static/logos/fsf-member.png" />
68 </a>
69 <a href="http://www.ubuntulinux.org/"
70 style="text-decoration: none;">
71 <img alt="Ubuntu" src="/static/logos/ubuntu.png" />
72 </a>
73 <a href="http://www.emacswiki.org/"
74 style="text-decoration: none;">
75 <img alt="Emacswiki.org"
76 src="/static/logos/emacswiki.png" />
77 </a>
78 <a href="http://www.catb.org/hacker-emblem/"
79 style="text-decoration: none;">
80 <img alt="Hacker emblem" src="/static/logos/glider.png" />
81 </a>
82 <a href="http://hcoop.net/"
83 style="text-decoration: none;">
84 <img alt="hcoop" src="/static/logos/hcoop_member.png" />
85 </a>
86 </td>
87 <td align="right">
88 <span class="footdate">
89 Updated <lisp>(muse-publishing-directive "date")</lisp>
90 </span>
91 </td>
92 </tr>
93 </table>
94 </div>
95 </body>
96 </html>