pagingget.jsp.svn-base 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. <%@ page language="java" contentType="text/html; charset=utf-8"
  2. pageEncoding="utf-8"%>
  3. <%
  4. String path = request.getContextPath();
  5. String basePath = request.getScheme() + "://"
  6. + request.getServerName() + ":" + request.getServerPort()
  7. + path + "/";
  8. %>
  9. <!DOCTYPE html>
  10. <html>
  11. <head>
  12. <title>消息内容</title>
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  14. <link rel="icon" href="<%=basePath%>resource/images/icon_title.png"
  15. type="image/x-icon" />
  16. <link rel="stylesheet"
  17. href="<%=basePath%>resource/ext/resources/css/ext-all-gray.css"
  18. type="text/css"></link>
  19. <%-- <link rel="stylesheet" href="<%=basePath %>resource/css/main.css"
  20. type="text/css"></link> --%>
  21. <style type="text/css">
  22. .x-tree-arrows .x-tree-elbow-plus,.x-tree-arrows .x-tree-elbow-minus,.x-tree-arrows .x-tree-elbow-end-plus,.x-tree-arrows .x-tree-elbow-end-minus
  23. {
  24. background-image:
  25. url('../../../resource/ext/resources/themes/images/gray/tree/arrows.gif')
  26. !important;
  27. }
  28. .x-node-expanded .x-tree-icon-parent {
  29. background-position: 0 0 !important;
  30. background: no-repeat;
  31. background-image: url('resources/images/folder-open.gif') !important;
  32. }
  33. .x-grid-tree-node-expanded .x-tree-elbow-plus,.x-grid-tree-node-expanded .x-tree-elbow-end-plus
  34. {
  35. background-image:
  36. url('../../resources/themes/images/neptune/tree/icons-gray.png');
  37. background-position: -20px 0;
  38. }
  39. .button1 {
  40. overflow: visible;
  41. display: inline-block;
  42. /* padding: 0.5em 1em; */
  43. border: 1px solid #d4d4d4;
  44. text-decoration: none;
  45. text-align: center;
  46. text-shadow: 1px 1px 0 #fff;
  47. font: 11px/normal sans-serif;
  48. color: #333;
  49. white-space: nowrap;
  50. cursor: pointer;
  51. outline: none;
  52. height: 24px !important;
  53. background: url(../../../resource/images/bg_back.png);
  54. font-weight: 400 !important;
  55. background-clip: padding-box;
  56. border-radius: 0.2em;
  57. zoom: 1;
  58. }
  59. .button1.pill {
  60. border-radius: 50em;
  61. }
  62. .x-tree-parent {
  63. background-color: rgb(250, 250, 250) !important;
  64. }
  65. .x-tab-active button .x-tab-inner {
  66. font-weight: bold;
  67. color: #fff;
  68. height: 50px;
  69. }
  70. .x-border-box .x-tab-default-top {
  71. height: 50px;
  72. }
  73. .x-tab button .x-tab-inner {
  74. font-weight: bold;
  75. width: 100px;
  76. text-align: center;
  77. margin-left: -20px;
  78. margin-top: 2px;
  79. font-size: 13px;
  80. height: 25px;
  81. padding-bottom: 3px;
  82. margin-bottom: 5px;
  83. }
  84. .x-tab-default-top {
  85. background: url(../../resource/images/title.png) no-repeat;
  86. border: none;
  87. height: 50px;
  88. width: 108px;
  89. line-height: 25px;
  90. float: left;
  91. color: #000;
  92. margin-left: -5px !important;
  93. text-decoration: none;
  94. }
  95. .x-tab-active {
  96. background: url(../../resource/images/title_hover.png) no-repeat;
  97. }
  98. .header-bottom {
  99. border-left: none;
  100. border-right: none;
  101. border-bottom: solid 6px #4cb0d5;
  102. }
  103. .x-editor {
  104. padding-top: 10px;
  105. border-bottom: solid 1px #b5b8c8;
  106. !
  107. important;
  108. }
  109. .x-html-editor-wrap {
  110. border: none;
  111. }
  112. .x-html-editor-wrap textarea {
  113. background-color: white;
  114. }
  115. .x-border-layout-ct {
  116. background-color: white;
  117. }
  118. .x-btn-turn {
  119. background: url('../../resource/images/icon/turn.png')
  120. }
  121. .x-btn-task {
  122. background: url('../../resource/images/icon/content.png')
  123. }
  124. .x-tab-bar {
  125. background-color: white;
  126. }
  127. .x-tab-bar-body {
  128. background-color: white;
  129. border-left: none;
  130. border-right: none;
  131. border-top: none;
  132. border-bottom: solid 6px #4cb0d5 !important;
  133. }
  134. .x-border-box .x-tab-bar-top .x-tab-bar-body {
  135. height: 32px;
  136. }
  137. </style>
  138. <script type="text/javascript"
  139. src="<%=basePath%>resource/ext/ext-all.js"></script>
  140. <script type="text/javascript"
  141. src="<%=basePath%>resource/ux/layout/component/form/ItemSelector.js"></script>
  142. <script type="text/javascript"
  143. src="<%=basePath%>resource/ux/layout/component/form/MultiSelect.js"></script>
  144. <script type="text/javascript"
  145. src="<%=basePath%>resource/ux/form/MultiSelect.js"></script>
  146. <script type="text/javascript" src="<%=basePath%>resource/i18n/i18n.js"></script>
  147. <script type="text/javascript">
  148. function openUrl(url){
  149. window.open(basePath+url);
  150. }
  151. Ext.Loader.setConfig({
  152. enabled : true
  153. });//开启动态加载
  154. Ext.application({
  155. name : 'erp',//为应用程序起一个名字,相当于命名空间
  156. appFolder : basePath + 'app',//app文件夹所在路径
  157. controllers : [//声明所用到的控制层
  158. 'oa.info.PagingGet' ],
  159. launch : function() {
  160. Ext.create('erp.view.oa.info.PagingGet');//创建视图
  161. }
  162. });
  163. var data = ${data};
  164. var context = data.PR_CONTEXT;
  165. var page=1;
  166. var pageSize=10;
  167. </script>
  168. </head>
  169. <body>
  170. </body>
  171. </html>