Diff for /loncom/html/adm/dragmath/applet/FCKEditMathPopup.html between versions 1.1 and 1.2

version 1.1, 2008/10/07 10:14:48 version 1.2, 2013/12/28 23:58:09
Line 1 Line 1
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>  <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   
 <title>DragMath Equation Editor -- for FCKeditor</title>  <title>DragMath Formula Editor -- for CKeditor</title>
   
 <script>  <script type="text/javascript">
   // <![CDATA[
 function insertAtCursor(doc, myField, myValue) {  function insertAtCursor(doc, myField, myValue) {
  //IE support   //IE support
  if (doc.selection) {   if (doc.selection) {
Line 41  function renderLatex() { Line 43  function renderLatex() {
   
     
 }  }
   // ]]>
 </script>  </script>
   
 </head>  </head>
 <body>  <body>
   
 <div id="mainContent">  <div id="mainContent" style="text-align:left; font-family:arial,sans-serif; font-size:large; color:#000080">
   <span style="font-weight:bold;">DragMath Latex Equation Editor</span></div>
   <br /><br />
 <DIV align=left><FONT face=Arial color=#000080  
 size=6><STRONG>DragMath Latex Equation Editor</STRONG></FONT></DIV>  <applet name="DragMath" codebase="applet" code="Display.MainApplet.class" archive="DragMath.jar" width="540" height="333">
 <br><br>  <param name="language" value="en" />
   <param name="showOutputToolBar" value="false" />
 <applet name="DragMath" codebase="classes" code="Display.MainApplet.class" archive="Project.jar,AbsoluteLayout.jar,swing-layout-1.0.jar,jdom.jar,jep.jar" width=540 height=333>  <param name="outputFormat" value="Latex" />
 <param name=language value="en">  
 <param name=showOutputToolBar value="false">  
 <param name=outputFormat value="Latex">  
 To use this page you need a Java-enabled browser. Download the latest Java plug-in from <a href="http://www.java.com">Java.com</a>  To use this page you need a Java-enabled browser. Download the latest Java plug-in from <a href="http://www.java.com">Java.com</a>
 </applet >  </applet >
 <br>  <br />
   
 <form>  <form action="">
 <input type='button' value='Render Latex' onclick='renderLatex(); return true;' />  <input type='button' value='Render Latex' onclick='renderLatex(); return true;' />
 </form>  </form>
   

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>