[LON-CAPA-cvs] cvs: loncom /html/adm/dragmath/applet FCKEditMathPopup.html

raeburn raeburn at source.lon-capa.org
Sat Dec 28 18:58:09 EST 2013


raeburn		Sat Dec 28 23:58:09 2013 EDT

  Modified files:              
    /loncom/html/adm/dragmath/applet	FCKEditMathPopup.html 
  Log:
  - xhtml changes to satisfy w3c validation.
  
  
Index: loncom/html/adm/dragmath/applet/FCKEditMathPopup.html
diff -u loncom/html/adm/dragmath/applet/FCKEditMathPopup.html:1.1 loncom/html/adm/dragmath/applet/FCKEditMathPopup.html:1.2
--- loncom/html/adm/dragmath/applet/FCKEditMathPopup.html:1.1	Tue Oct  7 10:14:48 2008
+++ loncom/html/adm/dragmath/applet/FCKEditMathPopup.html	Sat Dec 28 23:58:09 2013
@@ -1,10 +1,12 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <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) {
 		//IE support
 		if (doc.selection) {
@@ -41,27 +43,25 @@
 
  
 }
+// ]]>
 </script>
 
 </head>
 <body>
 
-<div id="mainContent">
-
-
-<DIV align=left><FONT face=Arial color=#000080 
-size=6><STRONG>DragMath Latex Equation Editor</STRONG></FONT></DIV>
-<br><br>
-
-<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=language value="en">
-<param name=showOutputToolBar value="false">
-<param name=outputFormat value="Latex">
+<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 />
+
+<applet name="DragMath" codebase="applet" code="Display.MainApplet.class" archive="DragMath.jar" width="540" height="333">
+<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>
 </applet >
-<br>
+<br />
 
-<form>
+<form action="">
 <input type='button' value='Render Latex' onclick='renderLatex(); return true;' />
 </form>
 




More information about the LON-CAPA-cvs mailing list