Mercurial > pidgin.yaz
changeset 11470:e88517f573f4
[gaim-migrate @ 13710]
I think this is an improvement
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 09 Sep 2005 01:31:40 +0000 |
parents | d83e1fe99d69 |
children | c586c2ffaaab |
files | po/l10n.xsl |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/po/l10n.xsl Fri Sep 09 00:24:22 2005 +0000 +++ b/po/l10n.xsl Fri Sep 09 01:31:40 2005 +0000 @@ -4,6 +4,7 @@ <html> <head> <title><xsl:value-of select='@name'/> translation statistics</title> + <link rel="Stylesheet" href="/gaim.css" type="text/css" media="screen" /> <style> .bargraph { width: 200px; @@ -19,6 +20,7 @@ </style> </head> <body> + <div id="content"> <h1><xsl:value-of select='@name' /> translation statistics</h1> <table> <tr><th>Language</th><th colspan='2'>Translated</th><th colspan='2'>Fuzzy</th><th colspan='2'>Untranslated</th></tr> @@ -40,6 +42,7 @@ </xsl:for-each> </table> <a><xsl:attribute name='href'><xsl:value-of select='@pofile'/></xsl:attribute><xsl:value-of select='@pofile'/></a> generated on <xsl:value-of select='@generated'/> + </div> </body> </html> </xsl:template>