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-94f89814c4dfmaster
parent
89720efcd6
commit
b1cf78e059
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
@ -76,7 +77,7 @@
|
|||
</xsl:variable>
|
||||
<xsl:variable name="colorClass">
|
||||
<xsl:if test="@withColorset='true'">
|
||||
<xsl:call-template name="mandalay:getColorset"/>
|
||||
<xsl:call-template name="mandalay:getColorset"/>
|
||||
</xsl:if>
|
||||
</xsl:variable>
|
||||
|
||||
|
|
@ -179,9 +180,6 @@
|
|||
</title>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="useImageGallery">
|
||||
<xsl:call-template name="mandalay:imageGallery"/>
|
||||
</xsl:template>
|
||||
|
||||
<!-- ************************************************************************************************************ -->
|
||||
<!-- ************************************************************************************************************ -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue