[hmath-commits] org.hmath.server main.jsp,1.4,1.5
Status: Pre-Alpha
Brought to you by:
jsurfer
|
From: Klaus H. <js...@us...> - 2004-03-28 17:31:45
|
Update of /cvsroot/hmath/org.hmath.server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25245 Modified Files: main.jsp Log Message: JavaScript buttons for MSIE Index: main.jsp =================================================================== RCS file: /cvsroot/hmath/org.hmath.server/main.jsp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** main.jsp 20 Mar 2004 14:35:54 -0000 1.4 --- main.jsp 28 Mar 2004 17:20:26 -0000 1.5 *************** *** 22,25 **** --- 22,27 ---- </hm:browser> <hm:browser type="css"> + <!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="<c:out value='${app.configuration.locale}'/>"> </hm:browser> *************** *** 27,31 **** <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - <html xmlns:m="http://www.w3.org/1999/xhtml" lang="<c:out value='${app.configuration.locale}'/>" xml:lang="<c:out value='${app.configuration.locale}'/>"> </hm:browser> --- 29,32 ---- *************** *** 59,63 **** --- 60,66 ---- <!-- title of this document --> <title><c:out value="${app.configuration.name}" default="SnipSnap"/> :: <c:out value="${snip.name}"/></title> + <!-- <script type="text/javascript" src="static/mathml.js"></script> --> <hm:browser type="mathplayer"> + <script type="text/javascript" src="static/wikibits.js"></script> <object id="showEqn" classid="clsid:32F66A20-7614-11D4-BD11-00104BD3F987"> <!--comment required to prevent this becoming an empty tag--> |