mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 10:35:10 +00:00
changed xsl coloring of variables table
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@95 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
4af90d5e47
commit
793fe9a71d
824
variables.html
824
variables.html
File diff suppressed because it is too large
Load Diff
@ -31,21 +31,27 @@
|
||||
<td align="center" bgcolor="#2e8b57">
|
||||
<font color = "FFFFFF">
|
||||
<xsl:value-of select="name" />
|
||||
</font>
|
||||
</td>
|
||||
<td align="center">
|
||||
<font color = "#c1cdcd">
|
||||
<xsl:value-of select="arguments" />
|
||||
</font>
|
||||
</td>
|
||||
<td align="center">
|
||||
<xsl:value-of select="arguments" />
|
||||
<td>
|
||||
<font color = "#c1cdcd">
|
||||
<xsl:value-of select="explanation" />
|
||||
</font>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="explanation" />
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="example" />
|
||||
<font color = "#c1cdcd">
|
||||
<xsl:value-of select="example" />
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:for-each>
|
||||
|
||||
|
||||
</table>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
Loading…
Reference in New Issue
Block a user