71f9f435c5f62ee46f948c16aa9a36f1f9e08a4c.svn-base 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%
  3. String path = request.getContextPath();
  4. %>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  9. <title></title>
  10. <!--框架必需start-->
  11. <script type="text/javascript" src="<%=path%>/libs/js/jquery.js"></script>
  12. <script type="text/javascript" src="<%=path%>/libs/js/language/cn.js"></script>
  13. <script type="text/javascript" src="<%=path%>/libs/js/framework.js"></script>
  14. <link href="<%=path%>/libs/css/import_basic.css" rel="stylesheet" type="text/css"/>
  15. <link rel="stylesheet" type="text/css" id="skin" prePath="<%=path%>/" scrollerY="false"/>
  16. <link rel="stylesheet" type="text/css" id="customSkin"/>
  17. <!--框架必需end-->
  18. <!--去除虚线链接start-->
  19. <style>
  20. a {
  21. behavior:url(<%=path%>/libs/js/method/focus.htc)
  22. }
  23. </style>
  24. <!--去除虚线链接end-->
  25. </head>
  26. <body>
  27. <table width="100%">
  28. <tr>
  29. <td width="200" class="ver01">
  30. <div class="singleNav">
  31. <div class="current"><span><a href="<%=path%>/sample/layout/nav-single-content1.jsp" target="frmrightChild">选项1</a></span></div>
  32. <div><span><a href="<%=path%>/sample/layout/nav-single-content2.jsp" target="frmrightChild">选项2</a></span></div>
  33. <div><span><a href="<%=path%>/sample/layout/nav-single-content1.jsp" target="frmrightChild">选项3</a></span></div>
  34. <div><span><a href="<%=path%>/sample/layout/nav-single-content2.jsp" target="frmrightChild">选项4</a></span></div>
  35. <div><span><a href="<%=path%>/sample/layout/nav-single-content1.jsp" target="frmrightChild">选项5</a></span></div>
  36. </div>
  37. </td>
  38. <td class="ver01">
  39. <div class="box1">
  40. <div class="cusBoxContent" style="overflow-y:auto;overflow-x:hidden;">
  41. <IFRAME height="100%" width="100%" frameBorder=0 id=frmrightChild name=frmrightChild
  42. src="<%=path%>/sample/layout/nav-single-content1.jsp" allowTransparency="true"></IFRAME>
  43. </div>
  44. </div>
  45. </td>
  46. </tr>
  47. </table>
  48. <script type="text/javascript">
  49. function customHeightSet(contentHeight){
  50. $(".cusBoxContent").height(contentHeight-20)
  51. }
  52. </script>
  53. </body>
  54. </html>