Emacs: nettoyage
[dotfiles.git] / emacs / emacs-wiki / footer.html
1 </div> <!-- Fin de 'main' -->
2
3 <!-- Page published by Emacs Wiki ends here -->
4 <div id="footer">    
5     <lisp>
6       (concat
7       "<p class=\"foothome\">[&nbsp;"
8         (emacs-wiki-link-href emacs-wiki-default-page "Home")
9         "&nbsp;|&nbsp;"
10         "<a href=\"/emacs-wiki/WikiIndex.html\">Index</a>"
11         "&nbsp;|&nbsp;"
12         (emacs-wiki-link-href "ChangeLog" "Changes")
13         "&nbsp;|&nbsp;"
14         "<a href=\""
15           (emacs-wiki-page-name)
16           "\">Source</a>&nbsp;]</p>"
17       )
18       
19       </lisp>
20
21     <p class=\"foothome\">
22       Site réalisé par 
23       <a href="http://www.miskin.be/emacs-wiki/HomePage.html">Olivier Tétard</a>
24       sous
25       <a href="http://www.gnu.org/software/emacs">Emacs</a> à l'aide du mode 
26       <a href="http://www.emacswiki.org/cgi-bin/wiki/EmacsWikiMode">emacs-wiki</a>.
27
28       <lisp>
29         (concat
30          "(modifié le : "
31          (format-time-string "%d/%m/%Y"
32                              (nth 5 (file-attributes emacs-wiki-current-file)))
33          ")")
34       </lisp>
35     </p>
36     
37     <p class=\"foothome\">
38       <a href="http://www.debian.org/">
39         <img src="/images/debian.png" alt="Debian"/>
40       </a>
41
42       <a href="http://www.getfirefox.org/">
43         <img src="/images/firefox.png" alt="Firefox"/>
44       </a>
45       
46       <a href="http://validator.w3.org/check/referer">
47         <img src="/images/xhtml.png" alt="XHTML"/>
48       </a>
49
50       <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://www.miskin.be/">
51         <img src="/images/css.png" alt="CSS"/>
52       </a>
53     </p>
54
55   </div> <!-- Fin du 'footer' -->
56 </div> <!-- Fin de 'page' -->
57
58 </body>
59 </html>