Author: crossley
Date: Sat Apr 14 17:51:58 2007
New Revision: 528904
URL: http://svn.apache.org/viewvc?view=rev&rev=528904
Log:
Add a warning to each listed whiteboard plugin.
Modified:
forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl
Modified: forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl?view=diff&rev=528904&r1=528903&r2=528904
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl
(original)
+++ forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl Sat Apr
14 17:51:58 2007
@@ -215,6 +215,17 @@
<xsl:value-of select="forrestVersion" />
</td>
</tr>
+ <xsl:if test="../@type='whiteboard'">
+ <tr>
+ <th width="25%">
+ Warning
+ </th>
+ <td>
+ This plugin is in the whiteboard development area.
+ See notes in the <a href="#introduction">introduction</a> above.
+ </td>
+ </tr>
+ </xsl:if>
</table>
</section>
</xsl:template>