[hmath-commits] org.hmath.server msie_header.jsp,NONE,1.1 opera_header.jsp,NONE,1.1 gecko_header.jsp
Status: Pre-Alpha
Brought to you by:
jsurfer
|
From: <js...@us...> - 2004-03-12 20:40:48
|
Update of /cvsroot/hmath/org.hmath.server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8402 Modified Files: main.jsp Added Files: msie_header.jsp opera_header.jsp gecko_header.jsp Log Message: initial version --- NEW FILE: msie_header.jsp --- <%-- ** Main layout template. ** @author Matthias L. Jugel ** @version $Id: main.jsp,v 1.73 2004/01/09 15:23:20 leo Exp $ --%> <%@ page import="org.snipsnap.snip.SnipSpace, org.snipsnap.app.Application, org.snipsnap.snip.SnipSpaceFactory, org.snipsnap.container.Components, org.snipsnap.snip.Snip"%> <%@ page pageEncoding="iso-8859-1" %> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <%@ taglib uri="http://snipsnap.com/snipsnap" prefix="s" %> <!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}'/>"> <head> <!-- base of this document to make all links relative --> <base href="<c:out value='${app.configuration.url}/'/>"/> <!-- content type and generator --> <meta http-equiv="Content-Type" content="text/html; charset=<c:out value='${app.configuration.encoding}'/>"/> <meta http-equiv="Generator" content="SnipSnap/<c:out value="${app.configuration.version}"/>"/> <!-- dublin core classification and geographic location information --> <s:dublinCore snip="${snip}"/> <s:geoUrl/> <!-- aggregrator related info --> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<c:out value='${app.configuration.url}/exec/rsd'/>"/> <link rel="alternate" type="application/rss+xml" title="RSS" href="<c:out value='${app.configuration.url}/exec/rss'/>"/> <link rel="index" href="<c:out value='${app.configuration.url}/space/snipsnap-index'/>"/> <!-- icons and stylesheet --> <link rel="shortcut icon" href="<c:out value='${app.configuration.url}/favicon.ico'/>"/> <link rel="icon" href="<c:out value='${app.configuration.url}/favicon.ico'/>"/> <link rel="STYLESHEET" type="text/css" href="<c:out value='${app.configuration.url}/theme/default.css'/>" /> <link rel="STYLESHEET" type="text/css" href="<c:out value='${app.configuration.url}/theme/print.css'/>" media="print" /> <!-- title of this document --> <title><c:out value="${app.configuration.name}" default="SnipSnap"/> :: <c:out value="${snip.name}"/></title> <object id="showEqn" classid="clsid:32F66A20-7614-11D4-BD11-00104BD3F987"> <!--comment required to prevent this becoming an empty tag--> </object> <?import NAMESPACE="M" IMPLEMENTATION="#showEqn"?> </head> --- NEW FILE: opera_header.jsp --- <?xml version='1.0' encoding='iso-8859-1'?> <%-- ** Main layout template. ** @author Matthias L. Jugel ** @version $Id: main.jsp,v 1.73 2004/01/09 15:23:20 leo Exp $ --%> <%@ page import="org.snipsnap.snip.SnipSpace, org.snipsnap.app.Application, org.snipsnap.snip.SnipSpaceFactory, org.snipsnap.container.Components, org.snipsnap.snip.Snip"%> <%@ page pageEncoding="iso-8859-1" %> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <%@ taglib uri="http://snipsnap.com/snipsnap" prefix="s" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [ <!ENTITY mathml "http://www.w3.org/1998/Math/MathML"> ]> <html xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<c:out value='${app.configuration.locale}'/>"> <head> <!-- base of this document to make all links relative --> <base href="<c:out value='${app.configuration.url}/'/>"/> <!-- content type and generator --> <meta http-equiv="Content-Type" content="text/html; charset=<c:out value='${app.configuration.encoding}'/>"/> <meta http-equiv="Generator" content="SnipSnap/<c:out value="${app.configuration.version}"/>"/> <!-- dublin core classification and geographic location information --> <s:dublinCore snip="${snip}"/> <s:geoUrl/> <!-- aggregrator related info --> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<c:out value='${app.configuration.url}/exec/rsd'/>"/> <link rel="alternate" type="application/rss+xml" title="RSS" href="<c:out value='${app.configuration.url}/exec/rss'/>"/> <link rel="index" href="<c:out value='${app.configuration.url}/space/snipsnap-index'/>"/> <!-- icons and stylesheet --> <link rel="shortcut icon" href="<c:out value='${app.configuration.url}/favicon.ico'/>"/> <link rel="icon" href="<c:out value='${app.configuration.url}/favicon.ico'/>"/> <link rel="STYLESHEET" type="text/css" href="<c:out value='${app.configuration.url}/theme/default.css'/>" /> <link rel="STYLESHEET" type="text/css" href="<c:out value='${app.configuration.url}/theme/print.css'/>" media="print" /> <link rel="STYLESHEET" type="text/css" href="static/math.css" /> <!-- title of this document --> <title><c:out value="${app.configuration.name}" default="SnipSnap"/> :: <c:out value="${snip.name}"/></title> <object id="showEqn" classid="clsid:32F66A20-7614-11D4-BD11-00104BD3F987"> <!--comment required to prevent this becoming an empty tag--> </object> <?import NAMESPACE="M" IMPLEMENTATION="#showEqn"?> </head> --- NEW FILE: gecko_header.jsp --- <?xml version='1.0' encoding='iso-8859-1'?> <%-- ** Main layout template. ** @author Matthias L. Jugel ** @version $Id: main.jsp,v 1.73 2004/01/09 15:23:20 leo Exp $ --%> <%@ page import="org.snipsnap.snip.SnipSpace, org.snipsnap.app.Application, org.snipsnap.snip.SnipSpaceFactory, org.snipsnap.container.Components, org.snipsnap.snip.Snip"%> <%@ page pageEncoding="iso-8859-1" %> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <%@ taglib uri="http://snipsnap.com/snipsnap" prefix="s" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [ <!ENTITY mathml "http://www.w3.org/1998/Math/MathML"> ]> <html xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<c:out value='${app.configuration.locale}'/>"> <head> <!-- base of this document to make all links relative --> <base href="<c:out value='${app.configuration.url}/'/>"/> <!-- content type and generator --> <meta http-equiv="Content-Type" content="text/html; charset=<c:out value='${app.configuration.encoding}'/>"/> <meta http-equiv="Generator" content="SnipSnap/<c:out value="${app.configuration.version}"/>"/> <!-- dublin core classification and geographic location information --> <s:dublinCore snip="${snip}"/> <s:geoUrl/> <!-- aggregrator related info --> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<c:out value='${app.configuration.url}/exec/rsd'/>"/> <link rel="alternate" type="application/rss+xml" title="RSS" href="<c:out value='${app.configuration.url}/exec/rss'/>"/> <link rel="index" href="<c:out value='${app.configuration.url}/space/snipsnap-index'/>"/> <!-- icons and stylesheet --> <link rel="shortcut icon" href="<c:out value='${app.configuration.url}/favicon.ico'/>"/> <link rel="icon" href="<c:out value='${app.configuration.url}/favicon.ico'/>"/> <link rel="STYLESHEET" type="text/css" href="<c:out value='${app.configuration.url}/theme/default.css'/>" /> <link rel="STYLESHEET" type="text/css" href="<c:out value='${app.configuration.url}/theme/print.css'/>" media="print" /> <!-- title of this document --> <title><c:out value="${app.configuration.name}" default="SnipSnap"/> :: <c:out value="${snip.name}"/></title> <?import NAMESPACE="M" IMPLEMENTATION="#showEqn"?> </head> Index: main.jsp =================================================================== RCS file: /cvsroot/hmath/org.hmath.server/main.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** main.jsp 9 Mar 2004 20:16:02 -0000 1.1 --- main.jsp 12 Mar 2004 20:13:05 -0000 1.2 *************** *** 1,4 **** ! <%@ taglib uri="http://hartmath.org/hartmath" prefix="hm" %><hm:browser type="netscape" content="text/xml"><?xml version="1.0"?></hm:browser> ! <hm:browser type="msie" content="text/html"></hm:browser> <%-- ** Main layout template. --- 1,3 ---- ! <%@ taglib uri="http://hartmath.org/hartmath" prefix="hm" %><hm:header /> <%-- ** Main layout template. *************** *** 15,57 **** <%@ taglib uri="http://snipsnap.com/snipsnap" prefix="s" %> - - <hm:browser type="netscape" content="text/xml"> - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" - "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [ - <!ENTITY mathml "http://www.w3.org/1998/Math/MathML"> - ]> - <html xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<c:out value='${app.configuration.locale}'/>"> - </hm:browser> - <hm:browser type="msie"> - <!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> - <head> - <!-- base of this document to make all links relative --> - <base href="<c:out value='${app.configuration.url}/'/>"/> - <!-- content type and generator --> - <meta http-equiv="Content-Type" content="text/html; charset=<c:out value='${app.configuration.encoding}'/>"/> - <meta http-equiv="Generator" content="SnipSnap/<c:out value="${app.configuration.version}"/>"/> - <!-- dublin core classification and geographic location information --> - <s:dublinCore snip="${snip}"/> - <s:geoUrl/> - <!-- aggregrator related info --> - <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<c:out value='${app.configuration.url}/exec/rsd'/>"/> - <link rel="alternate" type="application/rss+xml" title="RSS" href="<c:out value='${app.configuration.url}/exec/rss'/>"/> - <link rel="index" href="<c:out value='${app.configuration.url}/space/snipsnap-index'/>"/> - <!-- icons and stylesheet --> - <link rel="shortcut icon" href="<c:out value='${app.configuration.url}/favicon.ico'/>"/> - <link rel="icon" href="<c:out value='${app.configuration.url}/favicon.ico'/>"/> - <link rel="STYLESHEET" type="text/css" href="<c:out value='${app.configuration.url}/theme/default.css'/>" /> - <link rel="STYLESHEET" type="text/css" href="<c:out value='${app.configuration.url}/theme/print.css'/>" media="print" /> - <!-- title of this document --> - <title><c:out value="${app.configuration.name}" default="SnipSnap"/> :: <c:out value="${snip.name}"/></title> - <object id="showEqn" classid="clsid:32F66A20-7614-11D4-BD11-00104BD3F987"> - <!--comment required to prevent this becoming an empty tag--> - </object> - <?import NAMESPACE="M" IMPLEMENTATION="#showEqn"?> - </head> <body> <div id="page-logo"> --- 14,17 ---- |