web badges, yeah

git-svn-id: http://yolanda.mister-muffin.de/svn@336 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
erlehmann 2008-04-30 08:42:57 +00:00
parent 9c966f811e
commit a4bf4da51c
7 changed files with 22 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

View file

@ -0,0 +1,4 @@
Web badges
License: GPL
Source: from http://www.zwahlendesign.ch/en/node/19

BIN
trunk/images/badges/css.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 B

View file

@ -45,15 +45,27 @@
<xsl:value-of select="$lang_strings[@id='footer_copyright']" />
-->
<a href="http://validator.w3.org/">
<img alt="XHTML 1.1" src="/images/badges/xhtml 1.1.png" />
</a>
<a href="http://jigsaw.w3.org/css-validator/">
<img alt="CSS" src="/images/badges/css.png" />
</a>
<a href="http://www.theora.org/">
<img alt="Ogg Theora" src="/images/badges/ogg theora.png" />
</a>
<a href="http://www.opensource.org/">
<img alt="Open Source" src="/images/badges/open source.png" />
</a>
<br />
<span class="protip">
<xsl:value-of select="$lang_strings[@id='footer_warranty']" />
</span>
<br />
<img alt="AGPL 3 Free Software">
<xsl:attribute name="src">
<xsl:value-of select="$site_strings[@id='path_root']" />/images/agplv3-155x51.png
</xsl:attribute>
</img>
</xsl:template>