328ccfb6c00b0a2d5464abd8185d7c70e5d1afd9.svn-base 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <%@ page contentType="text/html; charset=UTF-8" language="java"%>
  2. <%@ page
  3. import ="com.sysmodel.datamodel.xmlmanager.xmlobjdll.*"
  4. %>
  5. <%
  6. String path = request.getContextPath();
  7. String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
  8. %>
  9. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  10. <html>
  11. <head>
  12. <base href="<%=basePath%>">
  13. <link rel="stylesheet" href="../../../../../styles/style.css" type="text/css"></link>
  14. <title>My JSP 'getCanMuEn.jsp' starting page</title>
  15. <meta http-equiv="pragma" content="no-cache">
  16. <meta http-equiv="cache-control" content="no-cache">
  17. <meta http-equiv="expires" content="0">
  18. <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
  19. <meta http-equiv="description" content="This is my page">
  20. <!--
  21. <link rel="stylesheet" type="text/css" href="styles.css">
  22. -->
  23. </head>
  24. <body class="tundra" topmargin="0">
  25. <br>
  26. <%
  27. SysModeldllable SysModeldllable = new SysModeldllimpl();
  28. out.print(SysModeldllable.getEnglishByDescription());
  29. %>
  30. </body>
  31. </html>