Nachziehen r1697 aus release 2.0: Unterstützung für Formeln in Xinha und Mandalay.

git-svn-id: https://svn.libreccm.org/ccm/trunk@1699 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2012-06-08 07:17:45 +00:00
parent 89720efcd6
commit b1cf78e059
2 changed files with 3 additions and 5 deletions

View File

@ -13,7 +13,7 @@ xinha_init=xinha_init?xinha_init:function(){
xinha_editors=xinha_editors?xinha_editors:["myTextArea","anotherOne"];
xinha_plugins=xinha_plugins?xinha_plugins:["CharacterMap","CharCounter",
"ContextMenu","DefinitionList","FindReplace","ListType","QuickTag",
"SmartReplace","Stylist","TableOperations","UnFormat"];
"SmartReplace","Stylist","TableOperations","UnFormat","Equation"];
if(!Xinha.loadPlugins(xinha_plugins,xinha_init)){
return;
}

View File

@ -52,6 +52,7 @@
<xsl:value-of select="$lang"/>
</xsl:attribute>
<xsl:apply-templates/>
<script type="text/javascript" src="/assets/xinha/plugins/Equation/ASCIIMathML.js"></script>
</html>
</xsl:template>
@ -179,9 +180,6 @@
</title>
</xsl:template>
<xsl:template match="useImageGallery">
<xsl:call-template name="mandalay:imageGallery"/>
</xsl:template>
<!-- ************************************************************************************************************ -->
<!-- ************************************************************************************************************ -->