bzr branch
http://gegoxaren.bato24.eu/bzr/booka/newlayout
29.1.1
by gustav.hartvigsson
Fixed a parsing error, namly replaced all <? with <?php. |
1 |
<?php
|
11
by Gustav Hartvigsson
merging Neo to trunk. freezing neo branshs. |
2 |
/*
|
3 |
foot.php
|
|
4 |
*/
|
|
5 |
||
6 |
?>
|
|
7 |
<div id='foot'> |
|
15
by Gustav Hartvigsson
changed the footer again, this time added a flashy GPLv3 logo right besides the "valid XHTML 1.1" logo, with URL to the GPL. |
8 |
<p>(c) 2009-2010 Gustav Hartvigsson || BooKa Team || <a href="https://launchpad.net/booka/"> Software Homepage </a><br /></p> |
1
by Gustav Hartvigsson
initial code... |
9 |
<p> |
10 |
<a href="http://validator.w3.org/check?uri=referer"><img |
|
11 |
src="http://www.w3.org/Icons/valid-xhtml11-blue" |
|
12 |
alt="Valid XHTML 1.1" height="31" width="88" /></a> |
|
15
by Gustav Hartvigsson
changed the footer again, this time added a flashy GPLv3 logo right besides the "valid XHTML 1.1" logo, with URL to the GPL. |
13 |
<a href="http://www.gnu.org/licenses/gpl.html"> |
14 |
<img src="http://www.gnu.org/graphics/gplv3-88x31.png" |
|
26
by Gustav Hartvigsson
added so that webpage is served as XHTML, and then some coding errors in XHTML code... |
15 |
alt="This Software is licensed under the GNU General Public License V3" /></a> |
1
by Gustav Hartvigsson
initial code... |
16 |
</p> |
17 |
</div>
|
|
18 |
</body>
|
|
19 |
</html>
|