source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/tpl/greenstone/footer.html@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 2.1 KB
Line 
1<?php
2/**
3 * footer include for roundbox template
4 *
5 * The contents of this file will be included under the sidebar.
6 * You can, however, move it's box freely with CSS rules.
7 */
8?>
9
10<div align="center" class="footerinc">
11
12<a target="_blank" href="<?php echo DOKU_BASE; ?>feed.php" title="<?php echo hsc($lang['btn_rss']) ?>"><img src="<?php echo DOKU_TPL; ?>images/button-rss.png" width="80" height="15" alt="<?php echo hsc($lang['btn_rss']) ?>" border="0" /></a>
13
14<a target="_blank" href="http://creativecommons.org/licenses/by-nc-sa/2.0/" rel="license" title="<?php echo hsc($lang['btn_cc']) ?>"><img src="<?php echo DOKU_TPL; ?>images/button-cc.gif" width="80" height="15" alt="<?php echo hsc($lang['btn_cc']) ?>" border="0" /></a>
15
16<a target="_blank" href="https://www.paypal.com/xclick/business=andi%40splitbrain.org&amp;item_name=DokuWiki+Donation&amp;no_shipping=1&amp;no_note=1&amp;tax=0&amp;currency_code=EUR&amp;lc=US" title="<?php echo hsc($lang['btn_donate']) ?>"><img src="<?php echo DOKU_TPL; ?>images/button-donate.gif" width="80" height="15" alt="<?php echo hsc($lang['btn_donate']) ?>" border="0" /></a>
17
18<a target="_blank" href="http://www.php.net" title="<?php echo hsc($lang['btn_php']) ?>"><img src="<?php echo DOKU_TPL; ?>images/button-php.gif" width="80" height="15" alt="<?php echo hsc($lang['btn_php']) ?>" border="0" /></a>
19
20<a target="_blank" href="http://validator.w3.org/check/referer" title="<?php echo hsc($lang['btn_xhtml']) ?>"><img src="<?php echo DOKU_TPL; ?>images/button-xhtml.png" width="80" height="15" alt="<?php echo hsc($lang['btn_xhtml']) ?>" border="0" /></a>
21
22<a target="_blank" href="http://jigsaw.w3.org/css-validator/check/referer" title="<?php echo hsc($lang['btn_css']) ?>"><img src="<?php echo DOKU_TPL; ?>images/button-css.png" width="80" height="15" alt="<?php echo hsc($lang['btn_css']) ?>" border="0" /></a>
23
24<a target="_blank" href="http://wiki.splitbrain.org/wiki:dokuwiki" title="<?php echo hsc($lang['btn_dokuwiki']) ?>"><img src="<?php echo DOKU_TPL; ?>images/button-dw.png" width="80" height="15" alt="<?php echo hsc($lang['btn_dokuwiki']) ?>" border="0" /></a>
25
26<p />
27
28</div>
Note: See TracBrowser for help on using the repository browser.