projectScheduler.jsp 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
  5. <title>项目计划†</title>
  6. <%
  7. String path = request.getContextPath();
  8. String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
  9. %>
  10. <link rel="stylesheet" href="<%=basePath %>resource2/resources/ext/resources/css/ext-all-gray.css" type="text/css"></link>
  11. <link rel="stylesheet" type="text/css" href="<%=basePath %>resource2/resources/ext/ux/css/CheckHeader.css" />
  12. <script type="text/javascript" src="<%=basePath %>resource2/resources/ext/ext-all.js"> </script>
  13. <!--Scheduler styles-->
  14. <link href="<%=basePath %>resource2/resources/css/advanced.css" rel="stylesheet" type="text/css" />
  15. <link href="<%=basePath %>resource2/resources/css/examples.css" rel="stylesheet" type="text/css" />
  16. <link href="<%=basePath %>resource2/resources/gntresources/css/sch-gantt-all.css" rel="stylesheet" type="text/css" />
  17. <link href="<%=basePath %>resource2/resources/schresources/css/sch-all.css" rel="stylesheet" type="text/css" />
  18. <link href="<%=basePath %>resource2/resources/css/gantt-scheduler.css" rel="stylesheet" type="text/css" />
  19. <script src="<%=basePath %>resource2/resources/ext-lang-zh_CN.js" type="text/javascript"></script>
  20. <script src="<%=basePath %>resource2/resources/sch-lang-zh_CN.js" type="text/javascript"></script>
  21. <script src="<%=basePath %>resource2/resources/gnt-all-debug.js" type="text/javascript"></script>
  22. <script src="<%=basePath %>resource2/resources/sch-all-debug.js" type="text/javascript"></script>
  23. <!-- <style type="text/css">
  24. .task {
  25. background-image: url(../ext/shared/icons/fam/cog.gif) !important;
  26. }
  27. .task-folder {
  28. background-image: url(../ext/shared/icons/fam/folder_go.gif) !important;
  29. }
  30. //'<%=basePath %>'.substring(0, '<%=basePath %>'.substr(1).indexOf('/') + 1);
  31. </style> -->
  32. <script type="text/javascript" src="<%=basePath %>app/projectscheduler/projectScheduler.js"> </script>
  33. <script type="text/javascript" >
  34. var basePath= '<%=path %>' + '/'
  35. </script>
  36. </head>
  37. <body>
  38. </body>
  39. </html>