2008-04-13 22:33:42 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<xsl:stylesheet version="1.0"
|
|
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
|
|
xmlns:cc="http://web.resource.org/cc/"
|
|
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
>
|
|
|
|
|
|
|
|
<xsl:template name="pluginhelp">
|
|
|
|
|
2008-05-11 03:09:53 +00:00
|
|
|
<fieldset class="pluginhelp">
|
2008-04-13 22:33:42 +00:00
|
|
|
|
2008-05-11 03:09:53 +00:00
|
|
|
<legend>
|
|
|
|
<xsl:value-of select="$lang_strings[@id='fieldset_pluginhelp']" />
|
|
|
|
</legend>
|
2008-04-13 22:33:42 +00:00
|
|
|
|
2008-05-11 03:09:53 +00:00
|
|
|
<xsl:copy-of select="$lang_strings[@id='video_plugin_help']/node()" />
|
|
|
|
|
|
|
|
</fieldset>
|
2008-04-13 22:33:42 +00:00
|
|
|
|
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
</xsl:stylesheet>
|