Commit c7ec590bef0e76a2cce6b69ebed3773a3ad2ff28

Authored by litao
2 parents 3c747f51 0e7694da

ss

.gitignore
... ... @@ -9,6 +9,7 @@
9 9 /*.ipr
10 10 /*.iml
11 11 /*.iws
  12 +.idea/
12 13  
13 14 # p4merge
14 15 *.orig
... ...
.idea/workspace.xml deleted 100644 → 0
1   -<?xml version="1.0" encoding="UTF-8"?>
2   -<project version="4">
3   - <component name="ChangeListManager">
4   - <list default="true" id="a8f74803-c7c3-405c-9584-6ffd161452f6" name="Default" comment="">
5   - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
6   - </list>
7   - <ignored path="patent.iws" />
8   - <ignored path=".idea/workspace.xml" />
9   - <ignored path="$PROJECT_DIR$/target/" />
10   - <ignored path=".idea/dataSources.local.xml" />
11   - <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
12   - <option name="TRACKING_ENABLED" value="true" />
13   - <option name="SHOW_DIALOG" value="false" />
14   - <option name="HIGHLIGHT_CONFLICTS" value="true" />
15   - <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
16   - <option name="LAST_RESOLUTION" value="IGNORE" />
17   - </component>
18   - <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
19   - <component name="CreatePatchCommitExecutor">
20   - <option name="PATCH_PATH" value="" />
21   - </component>
22   - <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
23   - <component name="FavoritesManager">
24   - <favorites_list name="patent" />
25   - </component>
26   - <component name="FileEditorManager">
27   - <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
28   - <file leaf-file-name="HelloController.java" pinned="false" current-in-tab="false">
29   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/web/HelloController.java">
30   - <provider selected="true" editor-type-id="text-editor">
31   - <state relative-caret-position="-268">
32   - <caret line="40" column="8" selection-start-line="40" selection-start-column="8" selection-end-line="40" selection-end-column="8" />
33   - <folding />
34   - </state>
35   - </provider>
36   - </entry>
37   - </file>
38   - <file leaf-file-name="pay.jsp" pinned="false" current-in-tab="false">
39   - <entry file="file://$PROJECT_DIR$/src/main/webapp/pay.jsp">
40   - <provider selected="true" editor-type-id="text-editor">
41   - <state relative-caret-position="1215">
42   - <caret line="120" column="71" selection-start-line="120" selection-start-column="71" selection-end-line="120" selection-end-column="71" />
43   - <folding />
44   - </state>
45   - </provider>
46   - </entry>
47   - </file>
48   - <file leaf-file-name="customer_contact.jsp" pinned="false" current-in-tab="true">
49   - <entry file="file://$PROJECT_DIR$/src/main/webapp/customer_contact.jsp">
50   - <provider selected="true" editor-type-id="text-editor">
51   - <state relative-caret-position="203">
52   - <caret line="33" column="13" selection-start-line="33" selection-start-column="13" selection-end-line="33" selection-end-column="13" />
53   - <folding />
54   - </state>
55   - </provider>
56   - </entry>
57   - </file>
58   - <file leaf-file-name="pom.xml" pinned="false" current-in-tab="false">
59   - <entry file="file://$PROJECT_DIR$/pom.xml">
60   - <provider selected="true" editor-type-id="text-editor">
61   - <state relative-caret-position="-180">
62   - <caret line="24" column="24" selection-start-line="24" selection-start-column="24" selection-end-line="24" selection-end-column="24" />
63   - <folding />
64   - </state>
65   - </provider>
66   - </entry>
67   - </file>
68   - </leaf>
69   - </component>
70   - <component name="FileTemplateManagerImpl">
71   - <option name="RECENT_TEMPLATES">
72   - <list>
73   - <option value="jsf" />
74   - <option value="Enum" />
75   - <option value="Class" />
76   - <option value="CSS File" />
77   - <option value="Jsp File" />
78   - </list>
79   - </option>
80   - </component>
81   - <component name="Git.Settings">
82   - <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
83   - </component>
84   - <component name="GradleLocalSettings">
85   - <option name="externalProjectsViewState">
86   - <projects_view />
87   - </option>
88   - </component>
89   - <component name="IdeDocumentHistory">
90   - <option name="CHANGED_PATHS">
91   - <list>
92   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/enums/PaidTypeEnum.java" />
93   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/dto/HomePatentTypeOutputDto.java" />
94   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/common/utils/TextUtils.java" />
95   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/model/CasementExample.java" />
96   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/enums/CaseStatusEnum.java" />
97   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/enums/ReduceTypeEnum.java" />
98   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/service/HomePatentService.java" />
99   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/common/utils/DateUtils.java" />
100   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/web/HomePatentController.java" />
101   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/web/IndexController.java" />
102   - <option value="$PROJECT_DIR$/src/main/webapp/WEB-INF/springmvc-servlet.xml" />
103   - <option value="$PROJECT_DIR$/doc/manual/开发规范.txt" />
104   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/web/HomePatentPageController.java" />
105   - <option value="$PROJECT_DIR$/src/main/webapp/home_patent.jsp" />
106   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/web/HomePatentDataController.java" />
107   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/web/CasementDataController.java" />
108   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/web/PaymentDataController.java" />
109   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/enums/OrderStatusEnum.java" />
110   - <option value="$PROJECT_DIR$/src/test/java/com/canrd/patent/CommonTest.java" />
111   - <option value="$PROJECT_DIR$/src/main/webapp/pay-result.jsp" />
112   - <option value="$PROJECT_DIR$/src/main/webapp/error.jsp" />
113   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/service/PaymentService.java" />
114   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/web/PaymentPageController.java" />
115   - <option value="$PROJECT_DIR$/src/main/resources.local/logback.xml" />
116   - <option value="$PROJECT_DIR$/src/test/resources/mbg/generatorConfig.xml" />
117   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/web/OrderDataController.java" />
118   - <option value="$PROJECT_DIR$/src/main/webapp/notice.jsp" />
119   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/model/Casement.java" />
120   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/dto/CaseOutputDto.java" />
121   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/web/CasementPageController.java" />
122   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/service/OrderService.java" />
123   - <option value="$PROJECT_DIR$/src/main/webapp/pay.jsp" />
124   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/service/CaseHandlingService.java" />
125   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/dto/OrderListOutputDto.java" />
126   - <option value="$PROJECT_DIR$/src/main/webapp/pay_result.jsp" />
127   - <option value="$PROJECT_DIR$/src/main/webapp/css/zhuanli-index.css" />
128   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/dto/OrderOutputDto.java" />
129   - <option value="$PROJECT_DIR$/src/main/java/com/canrd/patent/web/OrderPageController.java" />
130   - <option value="$PROJECT_DIR$/src/main/webapp/css/user_side_bar.css" />
131   - <option value="$PROJECT_DIR$/src/main/webapp/include/user_side.jsp" />
132   - <option value="$PROJECT_DIR$/src/main/webapp/order_detail.jsp" />
133   - <option value="$PROJECT_DIR$/src/main/webapp/css/case-detail.css" />
134   - <option value="$PROJECT_DIR$/src/main/webapp/css/order_detail.css" />
135   - <option value="$PROJECT_DIR$/src/main/webapp/case_detail.jsp" />
136   - <option value="$PROJECT_DIR$/src/main/webapp/case_manage.jsp" />
137   - <option value="$PROJECT_DIR$/src/main/webapp/css/case-manage.css" />
138   - <option value="$PROJECT_DIR$/doc/sql/ddl.sql" />
139   - <option value="$PROJECT_DIR$/src/main/webapp/index.jsp" />
140   - <option value="$PROJECT_DIR$/src/main/resources.local/props/jdbc.properties" />
141   - <option value="$PROJECT_DIR$/src/main/webapp/customerContact.jsp" />
142   - <option value="$PROJECT_DIR$/src/main/webapp/customer_contact.jsp" />
143   - </list>
144   - </option>
145   - </component>
146   - <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
147   - <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
148   - <component name="JsGulpfileManager">
149   - <detection-done>true</detection-done>
150   - <sorting>DEFINITION_ORDER</sorting>
151   - </component>
152   - <component name="LogFilters">
153   - <option name="FILTER_ERRORS" value="false" />
154   - <option name="FILTER_WARNINGS" value="false" />
155   - <option name="FILTER_INFO" value="false" />
156   - <option name="FILTER_DEBUG" value="false" />
157   - <option name="CUSTOM_FILTER" />
158   - </component>
159   - <component name="MavenImportPreferences">
160   - <option name="generalSettings">
161   - <MavenGeneralSettings>
162   - <option name="localRepository" value="$MAVEN_REPOSITORY$" />
163   - <option name="mavenHome" value="/usr/share/maven" />
164   - <option name="userSettingsFile" value="$MAVEN_REPOSITORY$/settings.xml" />
165   - </MavenGeneralSettings>
166   - </option>
167   - <option name="disabledProfiles">
168   - <list>
169   - <option value="dev" />
170   - </list>
171   - </option>
172   - </component>
173   - <component name="MavenProjectNavigator">
174   - <treeState>
175   - <PATH>
176   - <PATH_ELEMENT>
177   - <option name="myItemId" value="" />
178   - <option name="myItemType" value="org.jetbrains.idea.maven.navigator.MavenProjectsStructure$RootNode" />
179   - </PATH_ELEMENT>
180   - <PATH_ELEMENT>
181   - <option name="myItemId" value="patent" />
182   - <option name="myItemType" value="org.jetbrains.idea.maven.navigator.MavenProjectsStructure$ProjectNode" />
183   - </PATH_ELEMENT>
184   - </PATH>
185   - <PATH>
186   - <PATH_ELEMENT>
187   - <option name="myItemId" value="" />
188   - <option name="myItemType" value="org.jetbrains.idea.maven.navigator.MavenProjectsStructure$RootNode" />
189   - </PATH_ELEMENT>
190   - <PATH_ELEMENT>
191   - <option name="myItemId" value="patent" />
192   - <option name="myItemType" value="org.jetbrains.idea.maven.navigator.MavenProjectsStructure$ProjectNode" />
193   - </PATH_ELEMENT>
194   - <PATH_ELEMENT>
195   - <option name="myItemId" value="Plugins" />
196   - <option name="myItemType" value="org.jetbrains.idea.maven.navigator.MavenProjectsStructure$PluginsNode" />
197   - </PATH_ELEMENT>
198   - </PATH>
199   - <PATH>
200   - <PATH_ELEMENT>
201   - <option name="myItemId" value="" />
202   - <option name="myItemType" value="org.jetbrains.idea.maven.navigator.MavenProjectsStructure$RootNode" />
203   - </PATH_ELEMENT>
204   - <PATH_ELEMENT>
205   - <option name="myItemId" value="patent" />
206   - <option name="myItemType" value="org.jetbrains.idea.maven.navigator.MavenProjectsStructure$ProjectNode" />
207   - </PATH_ELEMENT>
208   - <PATH_ELEMENT>
209   - <option name="myItemId" value="Lifecycle" />
210   - <option name="myItemType" value="org.jetbrains.idea.maven.navigator.MavenProjectsStructure$LifecycleNode" />
211   - </PATH_ELEMENT>
212   - </PATH>
213   - <PATH>
214   - <PATH_ELEMENT>
215   - <option name="myItemId" value="" />
216   - <option name="myItemType" value="org.jetbrains.idea.maven.navigator.MavenProjectsStructure$RootNode" />
217   - </PATH_ELEMENT>
218   - <PATH_ELEMENT>
219   - <option name="myItemId" value="Profiles" />
220   - <option name="myItemType" value="org.jetbrains.idea.maven.navigator.MavenProjectsStructure$ProfilesNode" />
221   - </PATH_ELEMENT>
222   - </PATH>
223   - </treeState>
224   - </component>
225   - <component name="ProjectFrameBounds">
226   - <option name="x" value="65" />
227   - <option name="y" value="24" />
228   - <option name="width" value="1855" />
229   - <option name="height" value="1056" />
230   - </component>
231   - <component name="ProjectLevelVcsManager" settingsEditedManually="false">
232   - <OptionsSetting value="true" id="Add" />
233   - <OptionsSetting value="true" id="Remove" />
234   - <OptionsSetting value="true" id="Checkout" />
235   - <OptionsSetting value="true" id="Update" />
236   - <OptionsSetting value="true" id="Status" />
237   - <OptionsSetting value="true" id="Edit" />
238   - <ConfirmationsSetting value="2" id="Add" />
239   - <ConfirmationsSetting value="0" id="Remove" />
240   - </component>
241   - <component name="ProjectView">
242   - <navigator currentView="ProjectPane" proportions="" version="1">
243   - <flattenPackages />
244   - <showMembers />
245   - <showModules />
246   - <showLibraryContents />
247   - <hideEmptyPackages />
248   - <abbreviatePackageNames />
249   - <autoscrollToSource />
250   - <autoscrollFromSource />
251   - <sortByType />
252   - <manualOrder />
253   - <foldersAlwaysOnTop value="true" />
254   - </navigator>
255   - <panes>
256   - <pane id="Scratches" />
257   - <pane id="ProjectPane">
258   - <subPane>
259   - <PATH>
260   - <PATH_ELEMENT>
261   - <option name="myItemId" value="patent" />
262   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
263   - </PATH_ELEMENT>
264   - </PATH>
265   - <PATH>
266   - <PATH_ELEMENT>
267   - <option name="myItemId" value="patent" />
268   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
269   - </PATH_ELEMENT>
270   - <PATH_ELEMENT>
271   - <option name="myItemId" value="canrd-patent" />
272   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
273   - </PATH_ELEMENT>
274   - </PATH>
275   - <PATH>
276   - <PATH_ELEMENT>
277   - <option name="myItemId" value="patent" />
278   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
279   - </PATH_ELEMENT>
280   - <PATH_ELEMENT>
281   - <option name="myItemId" value="canrd-patent" />
282   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
283   - </PATH_ELEMENT>
284   - <PATH_ELEMENT>
285   - <option name="myItemId" value="src" />
286   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
287   - </PATH_ELEMENT>
288   - </PATH>
289   - <PATH>
290   - <PATH_ELEMENT>
291   - <option name="myItemId" value="patent" />
292   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
293   - </PATH_ELEMENT>
294   - <PATH_ELEMENT>
295   - <option name="myItemId" value="canrd-patent" />
296   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
297   - </PATH_ELEMENT>
298   - <PATH_ELEMENT>
299   - <option name="myItemId" value="src" />
300   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
301   - </PATH_ELEMENT>
302   - <PATH_ELEMENT>
303   - <option name="myItemId" value="main" />
304   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
305   - </PATH_ELEMENT>
306   - <PATH_ELEMENT>
307   - <option name="myItemId" value="webapp" />
308   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
309   - </PATH_ELEMENT>
310   - </PATH>
311   - <PATH>
312   - <PATH_ELEMENT>
313   - <option name="myItemId" value="patent" />
314   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
315   - </PATH_ELEMENT>
316   - <PATH_ELEMENT>
317   - <option name="myItemId" value="canrd-patent" />
318   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
319   - </PATH_ELEMENT>
320   - <PATH_ELEMENT>
321   - <option name="myItemId" value="src" />
322   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
323   - </PATH_ELEMENT>
324   - <PATH_ELEMENT>
325   - <option name="myItemId" value="main" />
326   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
327   - </PATH_ELEMENT>
328   - </PATH>
329   - <PATH>
330   - <PATH_ELEMENT>
331   - <option name="myItemId" value="patent" />
332   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
333   - </PATH_ELEMENT>
334   - <PATH_ELEMENT>
335   - <option name="myItemId" value="canrd-patent" />
336   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
337   - </PATH_ELEMENT>
338   - <PATH_ELEMENT>
339   - <option name="myItemId" value="src" />
340   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
341   - </PATH_ELEMENT>
342   - <PATH_ELEMENT>
343   - <option name="myItemId" value="main" />
344   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
345   - </PATH_ELEMENT>
346   - <PATH_ELEMENT>
347   - <option name="myItemId" value="resources.local" />
348   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
349   - </PATH_ELEMENT>
350   - </PATH>
351   - <PATH>
352   - <PATH_ELEMENT>
353   - <option name="myItemId" value="patent" />
354   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
355   - </PATH_ELEMENT>
356   - <PATH_ELEMENT>
357   - <option name="myItemId" value="canrd-patent" />
358   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
359   - </PATH_ELEMENT>
360   - <PATH_ELEMENT>
361   - <option name="myItemId" value="src" />
362   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
363   - </PATH_ELEMENT>
364   - <PATH_ELEMENT>
365   - <option name="myItemId" value="main" />
366   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
367   - </PATH_ELEMENT>
368   - <PATH_ELEMENT>
369   - <option name="myItemId" value="resources.dev" />
370   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
371   - </PATH_ELEMENT>
372   - </PATH>
373   - <PATH>
374   - <PATH_ELEMENT>
375   - <option name="myItemId" value="patent" />
376   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
377   - </PATH_ELEMENT>
378   - <PATH_ELEMENT>
379   - <option name="myItemId" value="canrd-patent" />
380   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
381   - </PATH_ELEMENT>
382   - <PATH_ELEMENT>
383   - <option name="myItemId" value="doc" />
384   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
385   - </PATH_ELEMENT>
386   - </PATH>
387   - <PATH>
388   - <PATH_ELEMENT>
389   - <option name="myItemId" value="patent" />
390   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
391   - </PATH_ELEMENT>
392   - <PATH_ELEMENT>
393   - <option name="myItemId" value="canrd-patent" />
394   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
395   - </PATH_ELEMENT>
396   - <PATH_ELEMENT>
397   - <option name="myItemId" value="doc" />
398   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
399   - </PATH_ELEMENT>
400   - <PATH_ELEMENT>
401   - <option name="myItemId" value="sql" />
402   - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
403   - </PATH_ELEMENT>
404   - </PATH>
405   - </subPane>
406   - </pane>
407   - <pane id="PackagesPane" />
408   - <pane id="Scope" />
409   - </panes>
410   - </component>
411   - <component name="PropertiesComponent">
412   - <property name="settings.editor.selected.configurable" value="MavenSettings" />
413   - <property name="settings.editor.splitter.proportion" value="0.2" />
414   - <property name="project.structure.last.edited" value="Project" />
415   - <property name="project.structure.proportion" value="0.0" />
416   - <property name="project.structure.side.proportion" value="0.0" />
417   - <property name="aspect.path.notification.shown" value="true" />
418   - <property name="WebServerToolWindowFactoryState" value="false" />
419   - <property name="recentsLimit" value="5" />
420   - <property name="restartRequiresConfirmation" value="true" />
421   - <property name="FullScreen" value="false" />
422   - <property name="list.type.of.created.stylesheet" value="CSS" />
423   - <property name="dynamic.classpath" value="false" />
424   - <property name="OverrideImplement.combined" value="true" />
425   - <property name="OverrideImplement.overriding.sorted" value="false" />
426   - <property name="extract.method.default.visibility" value="private" />
427   - <property name="last_opened_file_path" value="$USER_HOME$/ToolUtil.class" />
428   - </component>
429   - <component name="RecentsManager">
430   - <key name="CopyClassDialog.RECENTS_KEY">
431   - <recent name="com.canrd.patent.web" />
432   - </key>
433   - <key name="CopyFile.RECENT_KEYS">
434   - <recent name="$PROJECT_DIR$/src/main/webapp/include" />
435   - <recent name="$PROJECT_DIR$/src/main/webapp/css" />
436   - <recent name="$PROJECT_DIR$/src/main/webapp" />
437   - </key>
438   - <key name="MoveFile.RECENT_KEYS">
439   - <recent name="$PROJECT_DIR$/src/main/webapp/WEB-INF" />
440   - <recent name="$PROJECT_DIR$/src/main/webapp" />
441   - <recent name="$PROJECT_DIR$/src/main/webapp/views" />
442   - </key>
443   - </component>
444   - <component name="RunManager" selected="Tomcat Server.customer_contact.jsp (3)">
445   - <configuration default="false" name="customer_contact.jsp (5)" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" temporary="true" APPLICATION_SERVER_NAME="tomcat8" ALTERNATIVE_JRE_ENABLED="false">
446   - <option name="OPEN_IN_BROWSER_URL" value="http://localhost:8080/customer_contact.jsp" />
447   - <deployment>
448   - <artifact name="patent:war">
449   - <settings>
450   - <option name="CONTEXT_PATH" value="/" />
451   - </settings>
452   - </artifact>
453   - </deployment>
454   - <server-settings>
455   - <option name="BASE_DIRECTORY_NAME" value="customer_contact_jsp_(5)_patent_5" />
456   - </server-settings>
457   - <predefined_log_file id="Tomcat" enabled="true" />
458   - <predefined_log_file id="Tomcat Catalina" enabled="true" />
459   - <predefined_log_file id="Tomcat Manager" enabled="false" />
460   - <predefined_log_file id="Tomcat Host Manager" enabled="false" />
461   - <predefined_log_file id="Tomcat Localhost Access" enabled="false" />
462   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
463   - <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
464   - <option name="USE_ENV_VARIABLES" value="true" />
465   - <STARTUP>
466   - <option name="USE_DEFAULT" value="true" />
467   - <option name="SCRIPT" value="" />
468   - <option name="VM_PARAMETERS" value="" />
469   - <option name="PROGRAM_PARAMETERS" value="" />
470   - </STARTUP>
471   - <SHUTDOWN>
472   - <option name="USE_DEFAULT" value="true" />
473   - <option name="SCRIPT" value="" />
474   - <option name="VM_PARAMETERS" value="" />
475   - <option name="PROGRAM_PARAMETERS" value="" />
476   - </SHUTDOWN>
477   - </ConfigurationWrapper>
478   - <method>
479   - <option name="BuildArtifacts" enabled="true">
480   - <artifact name="patent:war" />
481   - </option>
482   - </method>
483   - </configuration>
484   - <configuration default="false" name="customer_contact.jsp" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" temporary="true" APPLICATION_SERVER_NAME="tomcat8" ALTERNATIVE_JRE_ENABLED="false">
485   - <option name="OPEN_IN_BROWSER_URL" value="http://localhost:8080/customer_contact.jsp" />
486   - <deployment>
487   - <artifact name="patent:war">
488   - <settings>
489   - <option name="CONTEXT_PATH" value="/" />
490   - </settings>
491   - </artifact>
492   - </deployment>
493   - <server-settings>
494   - <option name="BASE_DIRECTORY_NAME" value="customer_contact_jsp_patent_6" />
495   - </server-settings>
496   - <predefined_log_file id="Tomcat" enabled="true" />
497   - <predefined_log_file id="Tomcat Catalina" enabled="true" />
498   - <predefined_log_file id="Tomcat Manager" enabled="false" />
499   - <predefined_log_file id="Tomcat Host Manager" enabled="false" />
500   - <predefined_log_file id="Tomcat Localhost Access" enabled="false" />
501   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
502   - <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
503   - <option name="USE_ENV_VARIABLES" value="true" />
504   - <STARTUP>
505   - <option name="USE_DEFAULT" value="true" />
506   - <option name="SCRIPT" value="" />
507   - <option name="VM_PARAMETERS" value="" />
508   - <option name="PROGRAM_PARAMETERS" value="" />
509   - </STARTUP>
510   - <SHUTDOWN>
511   - <option name="USE_DEFAULT" value="true" />
512   - <option name="SCRIPT" value="" />
513   - <option name="VM_PARAMETERS" value="" />
514   - <option name="PROGRAM_PARAMETERS" value="" />
515   - </SHUTDOWN>
516   - </ConfigurationWrapper>
517   - <method>
518   - <option name="BuildArtifacts" enabled="true">
519   - <artifact name="patent:war" />
520   - </option>
521   - </method>
522   - </configuration>
523   - <configuration default="false" name="customer_contact.jsp (1)" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" temporary="true" APPLICATION_SERVER_NAME="tomcat8" ALTERNATIVE_JRE_ENABLED="false">
524   - <option name="OPEN_IN_BROWSER_URL" value="http://localhost:8080/customer_contact.jsp" />
525   - <deployment>
526   - <artifact name="patent:war">
527   - <settings>
528   - <option name="CONTEXT_PATH" value="/" />
529   - </settings>
530   - </artifact>
531   - </deployment>
532   - <server-settings>
533   - <option name="BASE_DIRECTORY_NAME" value="customer_contact_jsp_(1)_patent_6" />
534   - </server-settings>
535   - <predefined_log_file id="Tomcat" enabled="true" />
536   - <predefined_log_file id="Tomcat Catalina" enabled="true" />
537   - <predefined_log_file id="Tomcat Manager" enabled="false" />
538   - <predefined_log_file id="Tomcat Host Manager" enabled="false" />
539   - <predefined_log_file id="Tomcat Localhost Access" enabled="false" />
540   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
541   - <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
542   - <option name="USE_ENV_VARIABLES" value="true" />
543   - <STARTUP>
544   - <option name="USE_DEFAULT" value="true" />
545   - <option name="SCRIPT" value="" />
546   - <option name="VM_PARAMETERS" value="" />
547   - <option name="PROGRAM_PARAMETERS" value="" />
548   - </STARTUP>
549   - <SHUTDOWN>
550   - <option name="USE_DEFAULT" value="true" />
551   - <option name="SCRIPT" value="" />
552   - <option name="VM_PARAMETERS" value="" />
553   - <option name="PROGRAM_PARAMETERS" value="" />
554   - </SHUTDOWN>
555   - </ConfigurationWrapper>
556   - <method>
557   - <option name="BuildArtifacts" enabled="true">
558   - <artifact name="patent:war" />
559   - </option>
560   - </method>
561   - </configuration>
562   - <configuration default="false" name="customer_contact.jsp (2)" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" temporary="true" APPLICATION_SERVER_NAME="tomcat8" ALTERNATIVE_JRE_ENABLED="false">
563   - <option name="OPEN_IN_BROWSER_URL" value="http://localhost:8080/customer_contact.jsp" />
564   - <deployment>
565   - <artifact name="patent:war">
566   - <settings>
567   - <option name="CONTEXT_PATH" value="/" />
568   - </settings>
569   - </artifact>
570   - </deployment>
571   - <server-settings>
572   - <option name="BASE_DIRECTORY_NAME" value="customer_contact_jsp_(2)_patent_6" />
573   - </server-settings>
574   - <predefined_log_file id="Tomcat" enabled="true" />
575   - <predefined_log_file id="Tomcat Catalina" enabled="true" />
576   - <predefined_log_file id="Tomcat Manager" enabled="false" />
577   - <predefined_log_file id="Tomcat Host Manager" enabled="false" />
578   - <predefined_log_file id="Tomcat Localhost Access" enabled="false" />
579   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
580   - <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
581   - <option name="USE_ENV_VARIABLES" value="true" />
582   - <STARTUP>
583   - <option name="USE_DEFAULT" value="true" />
584   - <option name="SCRIPT" value="" />
585   - <option name="VM_PARAMETERS" value="" />
586   - <option name="PROGRAM_PARAMETERS" value="" />
587   - </STARTUP>
588   - <SHUTDOWN>
589   - <option name="USE_DEFAULT" value="true" />
590   - <option name="SCRIPT" value="" />
591   - <option name="VM_PARAMETERS" value="" />
592   - <option name="PROGRAM_PARAMETERS" value="" />
593   - </SHUTDOWN>
594   - </ConfigurationWrapper>
595   - <method>
596   - <option name="BuildArtifacts" enabled="true">
597   - <artifact name="patent:war" />
598   - </option>
599   - </method>
600   - </configuration>
601   - <configuration default="false" name="customer_contact.jsp (3)" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" temporary="true" APPLICATION_SERVER_NAME="tomcat8" ALTERNATIVE_JRE_ENABLED="false">
602   - <option name="OPEN_IN_BROWSER_URL" value="http://localhost:8080/customer_contact.jsp" />
603   - <deployment>
604   - <artifact name="patent:war">
605   - <settings>
606   - <option name="CONTEXT_PATH" value="/" />
607   - </settings>
608   - </artifact>
609   - </deployment>
610   - <server-settings>
611   - <option name="BASE_DIRECTORY_NAME" value="customer_contact_jsp_(3)_patent_6" />
612   - </server-settings>
613   - <predefined_log_file id="Tomcat" enabled="true" />
614   - <predefined_log_file id="Tomcat Catalina" enabled="true" />
615   - <predefined_log_file id="Tomcat Manager" enabled="false" />
616   - <predefined_log_file id="Tomcat Host Manager" enabled="false" />
617   - <predefined_log_file id="Tomcat Localhost Access" enabled="false" />
618   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
619   - <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
620   - <option name="USE_ENV_VARIABLES" value="true" />
621   - <STARTUP>
622   - <option name="USE_DEFAULT" value="true" />
623   - <option name="SCRIPT" value="" />
624   - <option name="VM_PARAMETERS" value="" />
625   - <option name="PROGRAM_PARAMETERS" value="" />
626   - </STARTUP>
627   - <SHUTDOWN>
628   - <option name="USE_DEFAULT" value="true" />
629   - <option name="SCRIPT" value="" />
630   - <option name="VM_PARAMETERS" value="" />
631   - <option name="PROGRAM_PARAMETERS" value="" />
632   - </SHUTDOWN>
633   - </ConfigurationWrapper>
634   - <method>
635   - <option name="BuildArtifacts" enabled="true">
636   - <artifact name="patent:war" />
637   - </option>
638   - </method>
639   - </configuration>
640   - <configuration default="true" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" ALTERNATIVE_JRE_ENABLED="false">
641   - <deployment />
642   - <server-settings />
643   - <predefined_log_file id="Tomcat" enabled="true" />
644   - <predefined_log_file id="Tomcat Catalina" enabled="true" />
645   - <predefined_log_file id="Tomcat Manager" enabled="false" />
646   - <predefined_log_file id="Tomcat Host Manager" enabled="false" />
647   - <predefined_log_file id="Tomcat Localhost Access" enabled="false" />
648   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
649   - <method />
650   - </configuration>
651   - <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
652   - <module name="" />
653   - <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
654   - <option name="PROGRAM_PARAMETERS" />
655   - <method />
656   - </configuration>
657   - <configuration default="true" type="AndroidRunConfigurationType" factoryName="Android Application">
658   - <module name="" />
659   - <option name="DEPLOY" value="true" />
660   - <option name="ARTIFACT_NAME" value="" />
661   - <option name="PM_INSTALL_OPTIONS" value="" />
662   - <option name="ACTIVITY_EXTRA_FLAGS" value="" />
663   - <option name="MODE" value="default_activity" />
664   - <option name="TARGET_SELECTION_MODE" value="EMULATOR" />
665   - <option name="PREFERRED_AVD" value="" />
666   - <option name="CLEAR_LOGCAT" value="false" />
667   - <option name="SHOW_LOGCAT_AUTOMATICALLY" value="true" />
668   - <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
669   - <option name="FORCE_STOP_RUNNING_APP" value="true" />
670   - <option name="USE_LAST_SELECTED_DEVICE" value="false" />
671   - <option name="PREFERRED_AVD" value="" />
672   - <option name="DEEP_LINK" value="" />
673   - <option name="ACTIVITY_CLASS" value="" />
674   - <method />
675   - </configuration>
676   - <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
677   - <module name="" />
678   - <option name="TESTING_TYPE" value="0" />
679   - <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
680   - <option name="METHOD_NAME" value="" />
681   - <option name="CLASS_NAME" value="" />
682   - <option name="PACKAGE_NAME" value="" />
683   - <option name="EXTRA_OPTIONS" value="" />
684   - <option name="TARGET_SELECTION_MODE" value="EMULATOR" />
685   - <option name="PREFERRED_AVD" value="" />
686   - <option name="CLEAR_LOGCAT" value="false" />
687   - <option name="SHOW_LOGCAT_AUTOMATICALLY" value="true" />
688   - <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
689   - <option name="FORCE_STOP_RUNNING_APP" value="true" />
690   - <option name="USE_LAST_SELECTED_DEVICE" value="false" />
691   - <option name="PREFERRED_AVD" value="" />
692   - <method />
693   - </configuration>
694   - <configuration default="true" type="Applet" factoryName="Applet">
695   - <option name="WIDTH" value="400" />
696   - <option name="HEIGHT" value="300" />
697   - <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
698   - <module />
699   - <method />
700   - </configuration>
701   - <configuration default="true" type="Application" factoryName="Application">
702   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
703   - <option name="MAIN_CLASS_NAME" />
704   - <option name="VM_PARAMETERS" />
705   - <option name="PROGRAM_PARAMETERS" />
706   - <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
707   - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
708   - <option name="ALTERNATIVE_JRE_PATH" />
709   - <option name="ENABLE_SWING_INSPECTOR" value="false" />
710   - <option name="ENV_VARIABLES" />
711   - <option name="PASS_PARENT_ENVS" value="true" />
712   - <module name="" />
713   - <envs />
714   - <method />
715   - </configuration>
716   - <configuration default="true" type="ArquillianJUnit" factoryName="">
717   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
718   - <module name="" />
719   - <option name="arquillianRunConfiguration">
720   - <value>
721   - <option name="containerStateName" value="" />
722   - </value>
723   - </option>
724   - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
725   - <option name="ALTERNATIVE_JRE_PATH" />
726   - <option name="PACKAGE_NAME" />
727   - <option name="MAIN_CLASS_NAME" />
728   - <option name="METHOD_NAME" />
729   - <option name="TEST_OBJECT" value="class" />
730   - <option name="VM_PARAMETERS" />
731   - <option name="PARAMETERS" />
732   - <option name="WORKING_DIRECTORY" />
733   - <option name="ENV_VARIABLES" />
734   - <option name="PASS_PARENT_ENVS" value="true" />
735   - <option name="TEST_SEARCH_SCOPE">
736   - <value defaultName="singleModule" />
737   - </option>
738   - <envs />
739   - <patterns />
740   - <method />
741   - </configuration>
742   - <configuration default="true" type="ArquillianTestNG" factoryName="">
743   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
744   - <module name="" />
745   - <option name="arquillianRunConfiguration">
746   - <value>
747   - <option name="containerStateName" value="" />
748   - </value>
749   - </option>
750   - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
751   - <option name="ALTERNATIVE_JRE_PATH" />
752   - <option name="SUITE_NAME" />
753   - <option name="PACKAGE_NAME" />
754   - <option name="MAIN_CLASS_NAME" />
755   - <option name="METHOD_NAME" />
756   - <option name="GROUP_NAME" />
757   - <option name="TEST_OBJECT" value="CLASS" />
758   - <option name="VM_PARAMETERS" />
759   - <option name="PARAMETERS" />
760   - <option name="WORKING_DIRECTORY" />
761   - <option name="OUTPUT_DIRECTORY" />
762   - <option name="ANNOTATION_TYPE" />
763   - <option name="ENV_VARIABLES" />
764   - <option name="PASS_PARENT_ENVS" value="true" />
765   - <option name="TEST_SEARCH_SCOPE">
766   - <value defaultName="singleModule" />
767   - </option>
768   - <option name="USE_DEFAULT_REPORTERS" value="false" />
769   - <option name="PROPERTIES_FILE" />
770   - <envs />
771   - <properties />
772   - <listeners />
773   - <method />
774   - </configuration>
775   - <configuration default="true" type="CucumberJavaRunConfigurationType" factoryName="Cucumber java">
776   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
777   - <option name="myFilePath" />
778   - <option name="GLUE" />
779   - <option name="myNameFilter" />
780   - <option name="myGeneratedName" />
781   - <option name="MAIN_CLASS_NAME" />
782   - <option name="VM_PARAMETERS" />
783   - <option name="PROGRAM_PARAMETERS" />
784   - <option name="WORKING_DIRECTORY" />
785   - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
786   - <option name="ALTERNATIVE_JRE_PATH" />
787   - <option name="ENABLE_SWING_INSPECTOR" value="false" />
788   - <option name="ENV_VARIABLES" />
789   - <option name="PASS_PARENT_ENVS" value="true" />
790   - <module name="" />
791   - <envs />
792   - <method />
793   - </configuration>
794   - <configuration default="true" type="FlashRunConfigurationType" factoryName="Flash App">
795   - <option name="BCName" value="" />
796   - <option name="IOSSimulatorSdkPath" value="" />
797   - <option name="adlOptions" value="" />
798   - <option name="airProgramParameters" value="" />
799   - <option name="appDescriptorForEmulator" value="Android" />
800   - <option name="debugTransport" value="USB" />
801   - <option name="debuggerSdkRaw" value="BC SDK" />
802   - <option name="emulator" value="NexusOne" />
803   - <option name="emulatorAdlOptions" value="" />
804   - <option name="fastPackaging" value="true" />
805   - <option name="fullScreenHeight" value="0" />
806   - <option name="fullScreenWidth" value="0" />
807   - <option name="launchUrl" value="false" />
808   - <option name="launcherParameters">
809   - <LauncherParameters>
810   - <option name="browser" value="a7bb68e0-33c0-4d6f-a81a-aac1fdb870c8" />
811   - <option name="launcherType" value="OSDefault" />
812   - <option name="newPlayerInstance" value="false" />
813   - <option name="playerPath" value="/Applications/Flash Player Debugger.app" />
814   - </LauncherParameters>
815   - </option>
816   - <option name="mobileRunTarget" value="Emulator" />
817   - <option name="moduleName" value="" />
818   - <option name="overriddenMainClass" value="" />
819   - <option name="overriddenOutputFileName" value="" />
820   - <option name="overrideMainClass" value="false" />
821   - <option name="runTrusted" value="true" />
822   - <option name="screenDpi" value="0" />
823   - <option name="screenHeight" value="0" />
824   - <option name="screenWidth" value="0" />
825   - <option name="url" value="http://" />
826   - <option name="usbDebugPort" value="7936" />
827   - <method />
828   - </configuration>
829   - <configuration default="true" type="FlexUnitRunConfigurationType" factoryName="FlexUnit" appDescriptorForEmulator="Android" class_name="" emulatorAdlOptions="" method_name="" package_name="" scope="Class">
830   - <option name="BCName" value="" />
831   - <option name="launcherParameters">
832   - <LauncherParameters>
833   - <option name="browser" value="a7bb68e0-33c0-4d6f-a81a-aac1fdb870c8" />
834   - <option name="launcherType" value="OSDefault" />
835   - <option name="newPlayerInstance" value="false" />
836   - <option name="playerPath" value="/Applications/Flash Player Debugger.app" />
837   - </LauncherParameters>
838   - </option>
839   - <option name="moduleName" value="" />
840   - <option name="trusted" value="true" />
841   - <method />
842   - </configuration>
843   - <configuration default="true" type="GradleRunConfiguration" factoryName="Gradle">
844   - <ExternalSystemSettings>
845   - <option name="executionName" />
846   - <option name="externalProjectPath" />
847   - <option name="externalSystemIdString" value="GRADLE" />
848   - <option name="scriptParameters" />
849   - <option name="taskDescriptions">
850   - <list />
851   - </option>
852   - <option name="taskNames">
853   - <list />
854   - </option>
855   - <option name="vmOptions" />
856   - </ExternalSystemSettings>
857   - <method />
858   - </configuration>
859   - <configuration default="true" type="GrailsRunConfigurationType" factoryName="Grails">
860   - <setting name="vmparams" value="" />
861   - <setting name="cmdLine" value="run-app" />
862   - <setting name="passParentEnv" value="true" />
863   - <setting name="launchBrowser" value="false" />
864   - <setting name="depsClasspath" value="false" />
865   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
866   - <method />
867   - </configuration>
868   - <configuration default="true" type="JUnit" factoryName="JUnit">
869   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
870   - <module name="" />
871   - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
872   - <option name="ALTERNATIVE_JRE_PATH" />
873   - <option name="PACKAGE_NAME" />
874   - <option name="MAIN_CLASS_NAME" />
875   - <option name="METHOD_NAME" />
876   - <option name="TEST_OBJECT" value="class" />
877   - <option name="VM_PARAMETERS" value="-ea" />
878   - <option name="PARAMETERS" />
879   - <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
880   - <option name="ENV_VARIABLES" />
881   - <option name="PASS_PARENT_ENVS" value="true" />
882   - <option name="TEST_SEARCH_SCOPE">
883   - <value defaultName="singleModule" />
884   - </option>
885   - <envs />
886   - <patterns />
887   - <method />
888   - </configuration>
889   - <configuration default="true" type="JUnitTestDiscovery" factoryName="JUnit Test Discovery" changeList="All">
890   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
891   - <module name="" />
892   - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
893   - <option name="ALTERNATIVE_JRE_PATH" />
894   - <option name="PACKAGE_NAME" />
895   - <option name="MAIN_CLASS_NAME" />
896   - <option name="METHOD_NAME" />
897   - <option name="TEST_OBJECT" value="class" />
898   - <option name="VM_PARAMETERS" />
899   - <option name="PARAMETERS" />
900   - <option name="WORKING_DIRECTORY" />
901   - <option name="ENV_VARIABLES" />
902   - <option name="PASS_PARENT_ENVS" value="true" />
903   - <option name="TEST_SEARCH_SCOPE">
904   - <value defaultName="singleModule" />
905   - </option>
906   - <envs />
907   - <patterns />
908   - <method />
909   - </configuration>
910   - <configuration default="true" type="JarApplication" factoryName="JAR Application">
911   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
912   - <envs />
913   - <method />
914   - </configuration>
915   - <configuration default="true" type="Java Scratch" factoryName="Java Scratch">
916   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
917   - <option name="SCRATCH_FILE_ID" value="0" />
918   - <option name="MAIN_CLASS_NAME" />
919   - <option name="VM_PARAMETERS" />
920   - <option name="PROGRAM_PARAMETERS" />
921   - <option name="WORKING_DIRECTORY" />
922   - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
923   - <option name="ALTERNATIVE_JRE_PATH" />
924   - <option name="ENABLE_SWING_INSPECTOR" value="false" />
925   - <option name="ENV_VARIABLES" />
926   - <option name="PASS_PARENT_ENVS" value="true" />
927   - <module name="" />
928   - <envs />
929   - <method />
930   - </configuration>
931   - <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
932   - <method />
933   - </configuration>
934   - <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
935   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
936   - <option name="MAIN_CLASS_NAME" />
937   - <option name="VM_PARAMETERS" />
938   - <option name="PROGRAM_PARAMETERS" />
939   - <option name="WORKING_DIRECTORY" />
940   - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
941   - <option name="ALTERNATIVE_JRE_PATH" />
942   - <option name="PASS_PARENT_ENVS" value="true" />
943   - <module name="patent" />
944   - <envs />
945   - <method />
946   - </configuration>
947   - <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script">
948   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
949   - <option name="filePath" />
950   - <option name="vmParameters" />
951   - <option name="alternativeJrePath" />
952   - <option name="programParameters" />
953   - <option name="passParentEnvs" value="true" />
954   - <option name="workingDirectory" />
955   - <option name="isAlternativeJrePathEnabled" value="false" />
956   - <envs />
957   - <method />
958   - </configuration>
959   - <configuration default="true" type="MavenRunConfiguration" factoryName="Maven">
960   - <MavenSettings>
961   - <option name="myGeneralSettings" />
962   - <option name="myRunnerSettings" />
963   - <option name="myRunnerParameters">
964   - <MavenRunnerParameters>
965   - <option name="profiles">
966   - <set />
967   - </option>
968   - <option name="goals">
969   - <list />
970   - </option>
971   - <option name="profilesMap">
972   - <map />
973   - </option>
974   - <option name="resolveToWorkspace" value="false" />
975   - <option name="workingDirPath" value="" />
976   - </MavenRunnerParameters>
977   - </option>
978   - </MavenSettings>
979   - <method />
980   - </configuration>
981   - <configuration default="true" type="Remote" factoryName="Remote">
982   - <option name="USE_SOCKET_TRANSPORT" value="true" />
983   - <option name="SERVER_MODE" value="false" />
984   - <option name="SHMEM_ADDRESS" value="javadebug" />
985   - <option name="HOST" value="localhost" />
986   - <option name="PORT" value="5005" />
987   - <method />
988   - </configuration>
989   - <configuration default="true" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
990   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
991   - <module name="" />
992   - <envs />
993   - <method />
994   - </configuration>
995   - <configuration default="true" type="TestNG" factoryName="TestNG">
996   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
997   - <module name="" />
998   - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
999   - <option name="ALTERNATIVE_JRE_PATH" />
1000   - <option name="SUITE_NAME" />
1001   - <option name="PACKAGE_NAME" />
1002   - <option name="MAIN_CLASS_NAME" />
1003   - <option name="METHOD_NAME" />
1004   - <option name="GROUP_NAME" />
1005   - <option name="TEST_OBJECT" value="CLASS" />
1006   - <option name="VM_PARAMETERS" value="-ea" />
1007   - <option name="PARAMETERS" />
1008   - <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
1009   - <option name="OUTPUT_DIRECTORY" />
1010   - <option name="ANNOTATION_TYPE" />
1011   - <option name="ENV_VARIABLES" />
1012   - <option name="PASS_PARENT_ENVS" value="true" />
1013   - <option name="TEST_SEARCH_SCOPE">
1014   - <value defaultName="singleModule" />
1015   - </option>
1016   - <option name="USE_DEFAULT_REPORTERS" value="false" />
1017   - <option name="PROPERTIES_FILE" />
1018   - <envs />
1019   - <properties />
1020   - <listeners />
1021   - <method />
1022   - </configuration>
1023   - <configuration default="true" type="TestNGTestDiscovery" factoryName="TestNG Test Discovery" changeList="All">
1024   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
1025   - <module name="" />
1026   - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
1027   - <option name="ALTERNATIVE_JRE_PATH" />
1028   - <option name="SUITE_NAME" />
1029   - <option name="PACKAGE_NAME" />
1030   - <option name="MAIN_CLASS_NAME" />
1031   - <option name="METHOD_NAME" />
1032   - <option name="GROUP_NAME" />
1033   - <option name="TEST_OBJECT" value="CLASS" />
1034   - <option name="VM_PARAMETERS" />
1035   - <option name="PARAMETERS" />
1036   - <option name="WORKING_DIRECTORY" />
1037   - <option name="OUTPUT_DIRECTORY" />
1038   - <option name="ANNOTATION_TYPE" />
1039   - <option name="ENV_VARIABLES" />
1040   - <option name="PASS_PARENT_ENVS" value="true" />
1041   - <option name="TEST_SEARCH_SCOPE">
1042   - <value defaultName="singleModule" />
1043   - </option>
1044   - <option name="USE_DEFAULT_REPORTERS" value="false" />
1045   - <option name="PROPERTIES_FILE" />
1046   - <envs />
1047   - <properties />
1048   - <listeners />
1049   - <method />
1050   - </configuration>
1051   - <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
1052   - <node-interpreter>project</node-interpreter>
1053   - <node-options />
1054   - <gulpfile />
1055   - <tasks />
1056   - <arguments />
1057   - <pass-parent-envs>true</pass-parent-envs>
1058   - <envs />
1059   - <method />
1060   - </configuration>
1061   - <configuration default="true" type="js.build_tools.npm" factoryName="npm">
1062   - <command value="run-script" />
1063   - <scripts />
1064   - <node-interpreter value="project" />
1065   - <envs />
1066   - <method />
1067   - </configuration>
1068   - <configuration default="true" type="osgi.bnd.run" factoryName="Run Launcher">
1069   - <method />
1070   - </configuration>
1071   - <configuration default="true" type="osgi.bnd.run" factoryName="Test Launcher (JUnit)">
1072   - <method />
1073   - </configuration>
1074   - <configuration default="false" name="patent" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" APPLICATION_SERVER_NAME="tomcat8" ALTERNATIVE_JRE_ENABLED="false">
1075   - <option name="SHOW_DIALOG_ON_UPDATE" value="false" />
1076   - <deployment>
1077   - <artifact name="patent:war exploded">
1078   - <settings>
1079   - <option name="CONTEXT_PATH" value="/" />
1080   - </settings>
1081   - </artifact>
1082   - </deployment>
1083   - <server-settings>
1084   - <option name="BASE_DIRECTORY_NAME" value="Unnamed_patent" />
1085   - </server-settings>
1086   - <predefined_log_file id="Tomcat" enabled="true" />
1087   - <predefined_log_file id="Tomcat Catalina" enabled="true" />
1088   - <predefined_log_file id="Tomcat Manager" enabled="false" />
1089   - <predefined_log_file id="Tomcat Host Manager" enabled="false" />
1090   - <predefined_log_file id="Tomcat Localhost Access" enabled="false" />
1091   - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
1092   - <RunnerSettings RunnerId="Debug">
1093   - <option name="DEBUG_PORT" value="56697" />
1094   - </RunnerSettings>
1095   - <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Cover">
1096   - <option name="USE_ENV_VARIABLES" value="true" />
1097   - <STARTUP>
1098   - <option name="USE_DEFAULT" value="true" />
1099   - <option name="SCRIPT" value="" />
1100   - <option name="VM_PARAMETERS" value="" />
1101   - <option name="PROGRAM_PARAMETERS" value="" />
1102   - </STARTUP>
1103   - <SHUTDOWN>
1104   - <option name="USE_DEFAULT" value="true" />
1105   - <option name="SCRIPT" value="" />
1106   - <option name="VM_PARAMETERS" value="" />
1107   - <option name="PROGRAM_PARAMETERS" value="" />
1108   - </SHUTDOWN>
1109   - </ConfigurationWrapper>
1110   - <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug">
1111   - <option name="USE_ENV_VARIABLES" value="true" />
1112   - <STARTUP>
1113   - <option name="USE_DEFAULT" value="true" />
1114   - <option name="SCRIPT" value="" />
1115   - <option name="VM_PARAMETERS" value="" />
1116   - <option name="PROGRAM_PARAMETERS" value="" />
1117   - </STARTUP>
1118   - <SHUTDOWN>
1119   - <option name="USE_DEFAULT" value="true" />
1120   - <option name="SCRIPT" value="" />
1121   - <option name="VM_PARAMETERS" value="" />
1122   - <option name="PROGRAM_PARAMETERS" value="" />
1123   - </SHUTDOWN>
1124   - </ConfigurationWrapper>
1125   - <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
1126   - <option name="USE_ENV_VARIABLES" value="true" />
1127   - <STARTUP>
1128   - <option name="USE_DEFAULT" value="true" />
1129   - <option name="SCRIPT" value="" />
1130   - <option name="VM_PARAMETERS" value="" />
1131   - <option name="PROGRAM_PARAMETERS" value="" />
1132   - </STARTUP>
1133   - <SHUTDOWN>
1134   - <option name="USE_DEFAULT" value="true" />
1135   - <option name="SCRIPT" value="" />
1136   - <option name="VM_PARAMETERS" value="" />
1137   - <option name="PROGRAM_PARAMETERS" value="" />
1138   - </SHUTDOWN>
1139   - </ConfigurationWrapper>
1140   - <method>
1141   - <option name="BuildArtifacts" enabled="true">
1142   - <artifact name="patent:war exploded" />
1143   - </option>
1144   - </method>
1145   - </configuration>
1146   - <list size="6">
1147   - <item index="0" class="java.lang.String" itemvalue="Tomcat Server.patent" />
1148   - <item index="1" class="java.lang.String" itemvalue="Tomcat Server.customer_contact.jsp (5)" />
1149   - <item index="2" class="java.lang.String" itemvalue="Tomcat Server.customer_contact.jsp" />
1150   - <item index="3" class="java.lang.String" itemvalue="Tomcat Server.customer_contact.jsp (1)" />
1151   - <item index="4" class="java.lang.String" itemvalue="Tomcat Server.customer_contact.jsp (2)" />
1152   - <item index="5" class="java.lang.String" itemvalue="Tomcat Server.customer_contact.jsp (3)" />
1153   - </list>
1154   - <recent_temporary>
1155   - <list size="5">
1156   - <item index="0" class="java.lang.String" itemvalue="Tomcat Server.customer_contact.jsp (3)" />
1157   - <item index="1" class="java.lang.String" itemvalue="Tomcat Server.customer_contact.jsp (2)" />
1158   - <item index="2" class="java.lang.String" itemvalue="Tomcat Server.customer_contact.jsp (1)" />
1159   - <item index="3" class="java.lang.String" itemvalue="Tomcat Server.customer_contact.jsp" />
1160   - <item index="4" class="java.lang.String" itemvalue="Tomcat Server.customer_contact.jsp (5)" />
1161   - </list>
1162   - </recent_temporary>
1163   - </component>
1164   - <component name="ShelveChangesManager" show_recycled="false">
1165   - <option name="remove_strategy" value="false" />
1166   - </component>
1167   - <component name="SvnConfiguration">
1168   - <configuration />
1169   - </component>
1170   - <component name="TaskManager">
1171   - <task active="true" id="Default" summary="Default task">
1172   - <changelist id="a8f74803-c7c3-405c-9584-6ffd161452f6" name="Default" comment="" />
1173   - <created>1468214759106</created>
1174   - <option name="number" value="Default" />
1175   - <option name="presentableId" value="Default" />
1176   - <updated>1468214759106</updated>
1177   - <workItem from="1468214760432" duration="1049000" />
1178   - <workItem from="1468234772794" duration="330000" />
1179   - <workItem from="1468239559791" duration="4887000" />
1180   - <workItem from="1468299389349" duration="3387000" />
1181   - <workItem from="1468337930753" duration="8151000" />
1182   - <workItem from="1468542212525" duration="929000" />
1183   - <workItem from="1468640565571" duration="23833000" />
1184   - <workItem from="1468748693910" duration="7618000" />
1185   - <workItem from="1468885739175" duration="14625000" />
1186   - <workItem from="1469026864774" duration="4528000" />
1187   - <workItem from="1469112269396" duration="6881000" />
1188   - <workItem from="1469242140776" duration="1637000" />
1189   - <workItem from="1469243959439" duration="3683000" />
1190   - <workItem from="1469260205882" duration="12837000" />
1191   - <workItem from="1469585749367" duration="1353000" />
1192   - <workItem from="1471243326631" duration="16861000" />
1193   - </task>
1194   - <servers />
1195   - </component>
1196   - <component name="TimeTrackingManager">
1197   - <option name="totallyTimeSpent" value="112589000" />
1198   - </component>
1199   - <component name="ToolWindowManager">
1200   - <frame x="65" y="24" width="1855" height="1056" extended-state="6" />
1201   - <editor active="false" />
1202   - <layout>
1203   - <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
1204   - <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
1205   - <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4495708" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
1206   - <window_info id="Palette&#9;" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
1207   - <window_info id="Java Enterprise" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
1208   - <window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
1209   - <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
1210   - <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.53812635" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
1211   - <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.28689885" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
1212   - <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32953367" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
1213   - <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.18884121" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
1214   - <window_info id="Spring" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
1215   - <window_info id="Terminal" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.29613733" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
1216   - <window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
1217   - <window_info id="Designer" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
1218   - <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.20011055" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
1219   - <window_info id="Web" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
1220   - <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
1221   - <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
1222   - <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
1223   - <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
1224   - <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
1225   - <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.5332618" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
1226   - <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
1227   - <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
1228   - <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
1229   - <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
1230   - <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
1231   - <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3896373" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
1232   - </layout>
1233   - <layout-to-restore>
1234   - <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
1235   - <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
1236   - <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
1237   - <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
1238   - <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="8" side_tool="true" content_ui="tabs" />
1239   - <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.53812635" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
1240   - <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.08642972" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
1241   - <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
1242   - <window_info id="Designer" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
1243   - <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
1244   - <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
1245   - <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
1246   - <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
1247   - <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.090625" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
1248   - <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
1249   - <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.26943004" sideWeight="0.5" order="12" side_tool="false" content_ui="tabs" />
1250   - <window_info id="Palette&#9;" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
1251   - <window_info id="Java Enterprise" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
1252   - <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
1253   - <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
1254   - <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.36165804" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
1255   - <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.140625" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
1256   - <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24313408" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
1257   - <window_info id="Web" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="true" content_ui="tabs" />
1258   - <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.528125" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
1259   - <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="true" content_ui="tabs" />
1260   - </layout-to-restore>
1261   - </component>
1262   - <component name="Vcs.Log.UiProperties">
1263   - <option name="RECENTLY_FILTERED_USER_GROUPS">
1264   - <collection />
1265   - </option>
1266   - <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
1267   - <collection />
1268   - </option>
1269   - </component>
1270   - <component name="VcsContentAnnotationSettings">
1271   - <option name="myLimit" value="2678400000" />
1272   - </component>
1273   - <component name="XDebuggerManager">
1274   - <breakpoint-manager>
1275   - <option name="time" value="32" />
1276   - </breakpoint-manager>
1277   - <watches-manager />
1278   - </component>
1279   - <component name="antWorkspaceConfiguration">
1280   - <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
1281   - <option name="FILTER_TARGETS" value="false" />
1282   - </component>
1283   - <component name="editorHistoryManager">
1284   - <entry file="file://$PROJECT_DIR$/src/main/resources/mapper/OrderMapper.xml">
1285   - <provider selected="true" editor-type-id="text-editor">
1286   - <state relative-caret-position="0">
1287   - <caret line="181" column="20" selection-start-line="181" selection-start-column="20" selection-end-line="181" selection-end-column="20" />
1288   - </state>
1289   - </provider>
1290   - </entry>
1291   - <entry file="file://$PROJECT_DIR$/src/main/resources.local/logback.xml">
1292   - <provider selected="true" editor-type-id="text-editor">
1293   - <state relative-caret-position="0">
1294   - <caret line="11" column="43" selection-start-line="11" selection-start-column="43" selection-end-line="11" selection-end-column="43" />
1295   - <folding />
1296   - </state>
1297   - </provider>
1298   - </entry>
1299   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/mapper/OrderMapper.java">
1300   - <provider selected="true" editor-type-id="text-editor">
1301   - <state relative-caret-position="0">
1302   - <caret line="62" column="22" selection-start-line="62" selection-start-column="22" selection-end-line="62" selection-end-column="22" />
1303   - </state>
1304   - </provider>
1305   - </entry>
1306   - <entry file="jar://$MAVEN_REPOSITORY$/org/springframework/spring-core/4.2.3.RELEASE/spring-core-4.2.3.RELEASE-sources.jar!/org/springframework/util/Assert.java" />
1307   - <entry file="file://$PROJECT_DIR$/src/main/webapp/error.jsp">
1308   - <provider selected="true" editor-type-id="text-editor">
1309   - <state relative-caret-position="0">
1310   - <caret line="6" column="58" selection-start-line="6" selection-start-column="58" selection-end-line="6" selection-end-column="58" />
1311   - </state>
1312   - </provider>
1313   - </entry>
1314   - <entry file="file://$PROJECT_DIR$/src/main/webapp/notice.jsp">
1315   - <provider selected="true" editor-type-id="text-editor">
1316   - <state relative-caret-position="0">
1317   - <caret line="27" column="24" selection-start-line="27" selection-start-column="24" selection-end-line="27" selection-end-column="24" />
1318   - </state>
1319   - </provider>
1320   - </entry>
1321   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/web/OrderDataController.java">
1322   - <provider selected="true" editor-type-id="text-editor">
1323   - <state relative-caret-position="0">
1324   - <caret line="8" column="32" selection-start-line="8" selection-start-column="13" selection-end-line="8" selection-end-column="32" />
1325   - </state>
1326   - </provider>
1327   - </entry>
1328   - <entry file="file://$PROJECT_DIR$/src/test/resources/mbg/generatorConfig.xml">
1329   - <provider selected="true" editor-type-id="text-editor">
1330   - <state relative-caret-position="0">
1331   - <caret line="51" column="204" selection-start-line="51" selection-start-column="13" selection-end-line="51" selection-end-column="204" />
1332   - <folding />
1333   - </state>
1334   - </provider>
1335   - </entry>
1336   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/model/Order.java">
1337   - <provider selected="true" editor-type-id="text-editor">
1338   - <state relative-caret-position="0">
1339   - <caret line="4" column="13" selection-start-line="4" selection-start-column="13" selection-end-line="4" selection-end-column="13" />
1340   - </state>
1341   - </provider>
1342   - </entry>
1343   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/mapper/CasementMapper.java">
1344   - <provider selected="true" editor-type-id="text-editor">
1345   - <state relative-caret-position="0">
1346   - <caret line="7" column="17" selection-start-line="7" selection-start-column="17" selection-end-line="7" selection-end-column="17" />
1347   - </state>
1348   - </provider>
1349   - </entry>
1350   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/enums/OrderStatusEnum.java">
1351   - <provider selected="true" editor-type-id="text-editor">
1352   - <state relative-caret-position="0">
1353   - <caret line="7" column="4" selection-start-line="7" selection-start-column="4" selection-end-line="7" selection-end-column="4" />
1354   - </state>
1355   - </provider>
1356   - </entry>
1357   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/web/IndexController.java">
1358   - <provider selected="true" editor-type-id="text-editor">
1359   - <state relative-caret-position="0">
1360   - <caret line="16" column="25" selection-start-line="16" selection-start-column="25" selection-end-line="16" selection-end-column="25" />
1361   - </state>
1362   - </provider>
1363   - </entry>
1364   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/web/CasementPageController.java">
1365   - <provider selected="true" editor-type-id="text-editor">
1366   - <state relative-caret-position="0">
1367   - <caret line="49" column="21" selection-start-line="49" selection-start-column="21" selection-end-line="49" selection-end-column="21" />
1368   - </state>
1369   - </provider>
1370   - </entry>
1371   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/service/CaseHandlingService.java">
1372   - <provider selected="true" editor-type-id="text-editor">
1373   - <state relative-caret-position="0">
1374   - <caret line="44" column="52" selection-start-line="44" selection-start-column="52" selection-end-line="44" selection-end-column="52" />
1375   - </state>
1376   - </provider>
1377   - </entry>
1378   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/service/OrderService.java">
1379   - <provider selected="true" editor-type-id="text-editor">
1380   - <state relative-caret-position="0">
1381   - <caret line="31" column="0" selection-start-line="31" selection-start-column="0" selection-end-line="31" selection-end-column="0" />
1382   - </state>
1383   - </provider>
1384   - </entry>
1385   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/enums/ReduceTypeEnum.java">
1386   - <provider selected="true" editor-type-id="text-editor">
1387   - <state relative-caret-position="0">
1388   - <caret line="5" column="0" selection-start-line="5" selection-start-column="0" selection-end-line="5" selection-end-column="0" />
1389   - </state>
1390   - </provider>
1391   - </entry>
1392   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/dto/CaseOutputDto.java">
1393   - <provider selected="true" editor-type-id="text-editor">
1394   - <state relative-caret-position="0">
1395   - <caret line="11" column="32" selection-start-line="11" selection-start-column="19" selection-end-line="11" selection-end-column="32" />
1396   - </state>
1397   - </provider>
1398   - </entry>
1399   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/dto/OrderListOutputDto.java">
1400   - <provider selected="true" editor-type-id="text-editor">
1401   - <state relative-caret-position="0">
1402   - <caret line="17" column="16" selection-start-line="17" selection-start-column="16" selection-end-line="17" selection-end-column="16" />
1403   - </state>
1404   - </provider>
1405   - </entry>
1406   - <entry file="file://$PROJECT_DIR$/src/main/webapp/css/footer.css">
1407   - <provider selected="true" editor-type-id="text-editor">
1408   - <state relative-caret-position="0">
1409   - <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
1410   - </state>
1411   - </provider>
1412   - </entry>
1413   - <entry file="file://$PROJECT_DIR$/src/main/webapp/include/header.jsp">
1414   - <provider selected="true" editor-type-id="text-editor">
1415   - <state relative-caret-position="0">
1416   - <caret line="8" column="62" selection-start-line="8" selection-start-column="62" selection-end-line="8" selection-end-column="62" />
1417   - </state>
1418   - </provider>
1419   - </entry>
1420   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/model/Casement.java">
1421   - <provider selected="true" editor-type-id="text-editor">
1422   - <state relative-caret-position="0">
1423   - <caret line="4" column="13" selection-start-line="4" selection-start-column="13" selection-end-line="4" selection-end-column="13" />
1424   - </state>
1425   - </provider>
1426   - </entry>
1427   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/dal/dto/OrderOutputDto.java">
1428   - <provider selected="true" editor-type-id="text-editor">
1429   - <state relative-caret-position="0">
1430   - <caret line="8" column="41" selection-start-line="8" selection-start-column="41" selection-end-line="8" selection-end-column="41" />
1431   - </state>
1432   - </provider>
1433   - </entry>
1434   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/web/OrderPageController.java">
1435   - <provider selected="true" editor-type-id="text-editor">
1436   - <state relative-caret-position="0">
1437   - <caret line="80" column="58" selection-start-line="80" selection-start-column="58" selection-end-line="80" selection-end-column="58" />
1438   - </state>
1439   - </provider>
1440   - </entry>
1441   - <entry file="file://$PROJECT_DIR$/src/main/webapp/css/user_side_bar.css">
1442   - <provider selected="true" editor-type-id="text-editor">
1443   - <state relative-caret-position="0">
1444   - <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
1445   - </state>
1446   - </provider>
1447   - </entry>
1448   - <entry file="file://$PROJECT_DIR$/src/main/webapp/include/user_side.jsp">
1449   - <provider selected="true" editor-type-id="text-editor">
1450   - <state relative-caret-position="0">
1451   - <caret line="8" column="67" selection-start-line="8" selection-start-column="67" selection-end-line="8" selection-end-column="67" />
1452   - </state>
1453   - </provider>
1454   - </entry>
1455   - <entry file="file://$PROJECT_DIR$/src/main/webapp/css/order_detail.css">
1456   - <provider selected="true" editor-type-id="text-editor">
1457   - <state relative-caret-position="0">
1458   - <caret line="34" column="0" selection-start-line="34" selection-start-column="0" selection-end-line="34" selection-end-column="0" />
1459   - </state>
1460   - </provider>
1461   - </entry>
1462   - <entry file="file://$PROJECT_DIR$/src/main/webapp/css/header.css">
1463   - <provider selected="true" editor-type-id="text-editor">
1464   - <state relative-caret-position="0">
1465   - <caret line="1" column="0" selection-start-line="1" selection-start-column="0" selection-end-line="32" selection-end-column="1" />
1466   - </state>
1467   - </provider>
1468   - </entry>
1469   - <entry file="file://$PROJECT_DIR$/src/main/webapp/case_detail.jsp">
1470   - <provider selected="true" editor-type-id="text-editor">
1471   - <state relative-caret-position="0">
1472   - <caret line="19" column="31" selection-start-line="19" selection-start-column="31" selection-end-line="19" selection-end-column="31" />
1473   - </state>
1474   - </provider>
1475   - </entry>
1476   - <entry file="file://$PROJECT_DIR$/src/main/webapp/order_detail.jsp">
1477   - <provider selected="true" editor-type-id="text-editor">
1478   - <state relative-caret-position="0">
1479   - <caret line="20" column="12" selection-start-line="20" selection-start-column="12" selection-end-line="20" selection-end-column="69" />
1480   - </state>
1481   - </provider>
1482   - </entry>
1483   - <entry file="file://$PROJECT_DIR$/src/main/webapp/case_manage.jsp">
1484   - <provider selected="true" editor-type-id="text-editor">
1485   - <state relative-caret-position="0">
1486   - <caret line="6" column="61" selection-start-line="6" selection-start-column="61" selection-end-line="6" selection-end-column="61" />
1487   - </state>
1488   - </provider>
1489   - </entry>
1490   - <entry file="file://$PROJECT_DIR$/src/main/webapp/css/case-manage.css">
1491   - <provider selected="true" editor-type-id="text-editor">
1492   - <state relative-caret-position="0">
1493   - <caret line="40" column="0" selection-start-line="40" selection-start-column="0" selection-end-line="40" selection-end-column="0" />
1494   - </state>
1495   - </provider>
1496   - </entry>
1497   - <entry file="file://$PROJECT_DIR$/src/main/webapp/pay_result.jsp">
1498   - <provider selected="true" editor-type-id="text-editor">
1499   - <state relative-caret-position="0">
1500   - <caret line="29" column="7" selection-start-line="29" selection-start-column="7" selection-end-line="29" selection-end-column="64" />
1501   - </state>
1502   - </provider>
1503   - </entry>
1504   - <entry file="file://$PROJECT_DIR$/src/main/webapp/service.jsp">
1505   - <provider selected="true" editor-type-id="text-editor">
1506   - <state relative-caret-position="0">
1507   - <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
1508   - </state>
1509   - </provider>
1510   - </entry>
1511   - <entry file="file://$PROJECT_DIR$/src/main/webapp/css/patent-index.css">
1512   - <provider selected="true" editor-type-id="text-editor">
1513   - <state relative-caret-position="0">
1514   - <caret line="116" column="2" selection-start-line="116" selection-start-column="1" selection-end-line="116" selection-end-column="2" />
1515   - </state>
1516   - </provider>
1517   - </entry>
1518   - <entry file="file://$PROJECT_DIR$/src/main/webapp/img/2Dbarcode.png">
1519   - <provider selected="true" editor-type-id="images">
1520   - <state />
1521   - </provider>
1522   - </entry>
1523   - <entry file="file://$PROJECT_DIR$/src/main/webapp/css/home.css">
1524   - <provider selected="true" editor-type-id="text-editor">
1525   - <state relative-caret-position="0">
1526   - <caret line="29" column="0" selection-start-line="29" selection-start-column="0" selection-end-line="29" selection-end-column="0" />
1527   - </state>
1528   - </provider>
1529   - </entry>
1530   - <entry file="file://$PROJECT_DIR$/src/main/webapp/home_patent.jsp">
1531   - <provider selected="true" editor-type-id="text-editor">
1532   - <state relative-caret-position="0">
1533   - <caret line="300" column="57" selection-start-line="300" selection-start-column="46" selection-end-line="300" selection-end-column="57" />
1534   - </state>
1535   - </provider>
1536   - </entry>
1537   - <entry file="file://$PROJECT_DIR$/src/main/webapp/originImg/hot.png">
1538   - <provider selected="true" editor-type-id="images">
1539   - <state />
1540   - </provider>
1541   - </entry>
1542   - <entry file="file://$PROJECT_DIR$/src/main/webapp/originImg/2Dbarcode.png">
1543   - <provider selected="true" editor-type-id="images">
1544   - <state />
1545   - </provider>
1546   - </entry>
1547   - <entry file="file://$PROJECT_DIR$/src/main/webapp/originImg/keludeyoushi.png">
1548   - <provider selected="true" editor-type-id="images">
1549   - <state />
1550   - </provider>
1551   - </entry>
1552   - <entry file="file://$PROJECT_DIR$/src/main/webapp/originImg/refer-title.png">
1553   - <provider selected="true" editor-type-id="images">
1554   - <state />
1555   - </provider>
1556   - </entry>
1557   - <entry file="file://$PROJECT_DIR$/src/main/resources.local/props/fdfs.properties">
1558   - <provider selected="true" editor-type-id="text-editor">
1559   - <state relative-caret-position="-393">
1560   - <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
1561   - <folding />
1562   - </state>
1563   - </provider>
1564   - </entry>
1565   - <entry file="file://$PROJECT_DIR$/doc/sql/Untitled.sql">
1566   - <provider selected="true" editor-type-id="text-editor">
1567   - <state relative-caret-position="102">
1568   - <caret line="8" column="39" selection-start-line="8" selection-start-column="39" selection-end-line="8" selection-end-column="39" />
1569   - <folding />
1570   - </state>
1571   - </provider>
1572   - </entry>
1573   - <entry file="file://$PROJECT_DIR$/doc/sql/ddl.sql">
1574   - <provider selected="true" editor-type-id="text-editor">
1575   - <state relative-caret-position="15">
1576   - <caret line="1" column="0" selection-start-line="1" selection-start-column="0" selection-end-line="1" selection-end-column="0" />
1577   - <folding />
1578   - </state>
1579   - </provider>
1580   - </entry>
1581   - <entry file="file://$PROJECT_DIR$/src/main/webapp/index.jsp">
1582   - <provider selected="true" editor-type-id="text-editor">
1583   - <state relative-caret-position="-1751">
1584   - <caret line="6" column="66" selection-start-line="6" selection-start-column="66" selection-end-line="6" selection-end-column="66" />
1585   - <folding />
1586   - </state>
1587   - </provider>
1588   - </entry>
1589   - <entry file="file://$PROJECT_DIR$/src/main/resources.local/props/jdbc.properties">
1590   - <provider selected="true" editor-type-id="text-editor">
1591   - <state relative-caret-position="90">
1592   - <caret line="6" column="30" selection-start-line="6" selection-start-column="30" selection-end-line="6" selection-end-column="30" />
1593   - <folding />
1594   - </state>
1595   - </provider>
1596   - </entry>
1597   - <entry file="file://$PROJECT_DIR$/src/main/webapp/pay.jsp">
1598   - <provider selected="true" editor-type-id="text-editor">
1599   - <state relative-caret-position="1215">
1600   - <caret line="120" column="71" selection-start-line="120" selection-start-column="71" selection-end-line="120" selection-end-column="71" />
1601   - <folding />
1602   - </state>
1603   - </provider>
1604   - </entry>
1605   - <entry file="file://$PROJECT_DIR$/src/main/java/com/canrd/patent/web/HelloController.java">
1606   - <provider selected="true" editor-type-id="text-editor">
1607   - <state relative-caret-position="-268">
1608   - <caret line="40" column="8" selection-start-line="40" selection-start-column="8" selection-end-line="40" selection-end-column="8" />
1609   - <folding />
1610   - </state>
1611   - </provider>
1612   - </entry>
1613   - <entry file="file://$PROJECT_DIR$/pom.xml">
1614   - <provider selected="true" editor-type-id="text-editor">
1615   - <state relative-caret-position="-180">
1616   - <caret line="24" column="24" selection-start-line="24" selection-start-column="24" selection-end-line="24" selection-end-column="24" />
1617   - <folding />
1618   - </state>
1619   - </provider>
1620   - </entry>
1621   - <entry file="file://$PROJECT_DIR$/src/main/webapp/css/case-detail.css">
1622   - <provider selected="true" editor-type-id="text-editor">
1623   - <state relative-caret-position="15">
1624   - <caret line="34" column="0" selection-start-line="34" selection-start-column="0" selection-end-line="34" selection-end-column="0" />
1625   - <folding />
1626   - </state>
1627   - </provider>
1628   - </entry>
1629   - <entry file="file://$PROJECT_DIR$/src/main/webapp/customer_contact.jsp">
1630   - <provider selected="true" editor-type-id="text-editor">
1631   - <state relative-caret-position="203">
1632   - <caret line="33" column="13" selection-start-line="33" selection-start-column="13" selection-end-line="33" selection-end-column="13" />
1633   - <folding />
1634   - </state>
1635   - </provider>
1636   - </entry>
1637   - </component>
1638   -</project>
1639 0 \ No newline at end of file
src/main/webapp/css/home.css
... ... @@ -52,13 +52,53 @@ li {
52 52  
53 53 .home-wrap>div>div{
54 54 overflow: hidden;
  55 + margin-top:20px;
55 56 }
56 57  
57 58 .home-wrap>div>div ul{
58 59 overflow: hidden;
59 60 }
60 61  
  62 +.home-wrap>div>div ul span {
  63 + float: left;
  64 + width: 80px;
  65 + height: 40px;
  66 + line-height: 40px;
  67 + font-size: 16px;
  68 + margin-right: 10px;
  69 + text-align: center;
  70 +}
  71 +
61 72 .home-wrap>div>div ul li{
  73 + font-size:16px;
  74 + height:40px;
  75 + line-height: 40px;
  76 + width: 142px;
62 77 float: left;
63   - padding-right: 50px;
  78 + margin-right: 20px;
  79 + text-align:center;
  80 + background: #efefef;
  81 + border-radius: 5px;
  82 +}
  83 +
  84 +.home-wrap>div>div p{
  85 + font-size: 16px;
  86 + color: #1287cd;
  87 + padding-left: 100px;
  88 +}
  89 +
  90 +.expense{
  91 + color:#f78e5b;
  92 + font-size: 16px;
  93 +}
  94 +
  95 +.submit_case{
  96 + width: 142px;
  97 + height: 40px;
  98 + background: #f78e5b;
  99 + border: 0px;
  100 + border-radius: 5px;
  101 + font-size: 16px;
  102 + margin-left: 250px;
  103 + color: white
64 104 }
65 105 \ No newline at end of file
... ...
src/main/webapp/home_patent.jsp
... ... @@ -19,23 +19,22 @@
19 19 <div class="home-wrap">
20 20 <div>
21 21 <div class="case_type">
22   - <p></p>
23 22 </div>
24 23 <div class="service_type">
25   - <p></p>
26 24 </div>
27 25 <div class="paid_type">
28   - <p></p>
29 26 </div>
30 27 <div class="reduce_type">
31   - <p></p>
32 28 </div>
33 29 <%--<div>
34 30 <p>数量:<input type="text" style="width: 40px;height: 20px"></p>
35 31 </div>--%>
36 32 <div>
37   - <span class="expense"></span>
38   - <%--<button class="submit_case">提交案件</button>--%>
  33 + <ul>
  34 + <span>费用合计:</span><span class="expense"></span>
  35 + </ul>
  36 + </div>
  37 + <div>
39 38 <form style="display: inline" id="submit_form" method="post">
40 39 <input type="hidden" name="caseType" id="input_ct">
41 40 <input type="hidden" name="serviceType" id="input_st">
... ... @@ -52,6 +51,7 @@
52 51 </body>
53 52 </html>
54 53 <script>
  54 + var border_color=[];
55 55 var selectTypeFlag={};
56 56 var allData;
57 57 /***
... ... @@ -70,18 +70,20 @@
70 70 var caseItem = $(".case_type");
71 71 if(data.caseTypeList){
72 72 var ulItem = $("<ul></ul>").appendTo(caseItem);
73   - var ulItem2 = $("<ul></ul>").appendTo(caseItem);
  73 + //var ulItem2 = $("<ul></ul>").appendTo(caseItem);
74 74 ulItem.html("");
  75 + $("<span></span>").text("案件类型:").appendTo(ulItem);
75 76 $.each(data.caseTypeList,function(i,ct){
76 77 var caseTypeLi = $("<li onclick=setCaseType(\'"+ct.id+"\',this)></li>").text(ct.title).attr("name",ct.name).attr("data",ct.id).appendTo(ulItem);
77 78 //默认选择
78 79 if(i==0){
79 80 caseTypeLi.css("background","#1287cd");
  81 + caseTypeLi.css("color","#fff");
80 82 selectTypeFlag['caseType']=ct.name;
81 83 }
82 84 //描述信息
83 85 if(i==0&&ct.description!=null){
84   - $("<li></li>").text(ct.description).appendTo(ulItem2);
  86 + $("<p></p>").text(ct.description).appendTo(caseItem);
85 87 }
86 88 });
87 89 }
... ... @@ -90,18 +92,19 @@
90 92 var serviceItem = $(".service_type");
91 93 if(data.serviceTypeList){
92 94 var ulItem = $("<ul></ul>").appendTo(serviceItem);
93   - var ulItem2 = $("<ul></ul>").appendTo(serviceItem);
94 95 ulItem.html("");
  96 + $("<span></span>").text("服务类型:").appendTo(ulItem);
95 97 $.each(data.serviceTypeList,function(i,st){
96 98 var serviceTypeLi = $("<li onclick=setServiceType("+st.id+",this)></li>").text(st.title).attr("name",st.name).attr("data",st.id).appendTo(ulItem);
97 99 //默认选择
98 100 if(i==0){
99 101 serviceTypeLi.css("background","#1287cd");
  102 + serviceTypeLi.css("color","#fff");
100 103 selectTypeFlag['serviceType']=st.name;
101 104 }
102 105 //描述信息
103 106 if(i==0&&st.description!=null){
104   - $("<li></li>").text(st.description).appendTo(ulItem2);
  107 + $("<p></p>").text(st.description).appendTo(serviceItem);
105 108 }
106 109 });
107 110 }
... ... @@ -110,18 +113,19 @@
110 113 var paidItem = $(".paid_type");
111 114 if(data.serviceTypeList){
112 115 var ulItem = $("<ul></ul>").appendTo(paidItem);
113   - var ulItem2 = $("<ul></ul>").appendTo(paidItem);
114 116 ulItem.html("");
  117 + $("<span></span>").text("官方缴纳:").appendTo(ulItem);
115 118 $.each(data.paidTypeList,function(i,pt){
116 119 var paidTypeLi = $("<li onclick=setPayType("+pt.id+",this)></li>").text(pt.title).attr("name",pt.name).attr("data",pt.id).appendTo(ulItem);
117 120 //默认选择
118 121 if(i==0){
119 122 paidTypeLi.css("background","#1287cd");
  123 + paidTypeLi.css("color","#fff");
120 124 selectTypeFlag['paidType']=pt.name;
121 125 }
122 126 //描述信息
123 127 if(i==0&&pt.description!=null){
124   - $("<li></li>").text(pt.description).appendTo(ulItem2);
  128 + $("<p></p>").text(pt.description).appendTo(paidItem);
125 129 }
126 130 });
127 131 }
... ... @@ -129,16 +133,17 @@
129 133 var reduceItem = $(".reduce_type");
130 134 if(data.reduceTypeList){
131 135 var ulItem = $("<ul></ul>").appendTo(reduceItem);
132   - var ulItem2 = $("<ul></ul>").appendTo(reduceItem);
133 136 ulItem.html("");
  137 + $("<span></span>").text("官网减缓:").appendTo(ulItem);
134 138 $.each(data.reduceTypeList,function(i,rt){
135 139 var reduceTypeLi = $("<li onclick=setReduceType("+rt.id+",this)></li>").text(rt.title).attr("name",rt.name).attr("data",rt.id).appendTo(ulItem);
136 140 if(i==0){
137 141 reduceTypeLi.css("background","#1287cd");
  142 + reduceTypeLi.css("color","#fff");
138 143 reduceItem.hide();
139 144 }
140 145 if(i==0&&rt.description!=null){
141   - $("<li></li>").text(rt.description).appendTo(ulItem2);
  146 + $("<p></p>").text(rt.description).appendTo(reduceItem);
142 147 }
143 148 });
144 149 }
... ... @@ -173,7 +178,12 @@
173 178 }
174 179 });
175 180 }
176   -
  181 + function setClickStyle(that){
  182 + $(that.parentNode.childNodes).not("span").css("background","#efefef")
  183 + $(that.parentNode.childNodes).css("color","#646464")
  184 + $(that).css("background","#1287cd");
  185 + $(that).css("color","#fff");
  186 + }
177 187 /***
178 188 * caseType_description
179 189 * @param id
... ... @@ -187,10 +197,9 @@
187 197 });
188 198 //设置case类型
189 199 selectTypeFlag['caseType']=$(that).attr("name");
190   - $(that.parentNode.childNodes).css("background","#fff")
191   - $(that).css("background","#1287cd");
  200 + setClickStyle(that);
192 201 //设置描述
193   - var descLi = that.parentNode.nextSibling.firstChild;
  202 + var descLi = that.parentNode.nextSibling;
194 203 $(descLi).text(description);
195 204 loadExpense();
196 205 }
... ... @@ -207,10 +216,9 @@
207 216 });
208 217 //设置service类型
209 218 selectTypeFlag['serviceType']=$(that).attr("name");
210   - $(that.parentNode.childNodes).css("background","#fff")
211   - $(that).css("background","#1287cd");
  219 + setClickStyle(that);
212 220 //设置描述
213   - var descLi = that.parentNode.nextSibling.firstChild;
  221 + var descLi = that.parentNode.nextSibling;
214 222 $(descLi).text(description);
215 223 loadExpense();
216 224 }
... ... @@ -218,14 +226,12 @@
218 226 function setPayType(id,that){
219 227 if(id==1){
220 228 //设置not_paid类型
221   - $(that.parentNode.childNodes).css("background","#fff")
222   - $(that).css("background","#1287cd");
  229 + setClickStyle(that);
223 230 $(".reduce_type").hide();
224 231 selectTypeFlag['reduceType']=null;
225 232 }else{
226 233 //设置paid类型
227   - $(that.parentNode.childNodes).css("background","#fff")
228   - $(that).css("background","#1287cd");
  234 + setClickStyle(that);
229 235 $(".reduce_type").show();
230 236 selectTypeFlag['reduceType']=$("[name=P85]").attr("name");
231 237 }
... ... @@ -234,8 +240,7 @@
234 240 }
235 241  
236 242 function setReduceType(id,that){
237   - $(that.parentNode.childNodes).css("background","#fff")
238   - $(that).css("background","#1287cd");
  243 + setClickStyle(that);
239 244 selectTypeFlag['reduceType']=$(that).attr("name");
240 245 loadExpense();
241 246 }
... ... @@ -253,7 +258,7 @@
253 258 reduceType:selectTypeFlag['reduceType']
254 259 },
255 260 success:function(res){
256   - $(".expense").text(res.data);
  261 + $(".expense").text("¥"+res.data);
257 262 selectTypeFlag['expense']=res.data;
258 263 },
259 264 error:function(err){
... ... @@ -302,4 +307,8 @@
302 307 $("form#submit_form").submit();
303 308  
304 309 }
  310 +
  311 + $.each(border_color,function(i,obj){
  312 + obj.css("background","#1287cd");
  313 + });
305 314 </script>
... ...
target/patent/css/home.css
... ... @@ -52,13 +52,53 @@ li {
52 52  
53 53 .home-wrap>div>div{
54 54 overflow: hidden;
  55 + margin-top:20px;
55 56 }
56 57  
57 58 .home-wrap>div>div ul{
58 59 overflow: hidden;
59 60 }
60 61  
  62 +.home-wrap>div>div ul span {
  63 + float: left;
  64 + width: 80px;
  65 + height: 40px;
  66 + line-height: 40px;
  67 + font-size: 16px;
  68 + margin-right: 10px;
  69 + text-align: center;
  70 +}
  71 +
61 72 .home-wrap>div>div ul li{
  73 + font-size:16px;
  74 + height:40px;
  75 + line-height: 40px;
  76 + width: 142px;
62 77 float: left;
63   - padding-right: 50px;
  78 + margin-right: 20px;
  79 + text-align:center;
  80 + background: #efefef;
  81 + border-radius: 5px;
  82 +}
  83 +
  84 +.home-wrap>div>div p{
  85 + font-size: 16px;
  86 + color: #1287cd;
  87 + padding-left: 100px;
  88 +}
  89 +
  90 +.expense{
  91 + color:#f78e5b;
  92 + font-size: 16px;
  93 +}
  94 +
  95 +.submit_case{
  96 + width: 142px;
  97 + height: 40px;
  98 + background: #f78e5b;
  99 + border: 0px;
  100 + border-radius: 5px;
  101 + font-size: 16px;
  102 + margin-left: 250px;
  103 + color: white
64 104 }
65 105 \ No newline at end of file
... ...
target/patent/home_patent.jsp
... ... @@ -19,23 +19,22 @@
19 19 <div class="home-wrap">
20 20 <div>
21 21 <div class="case_type">
22   - <p></p>
23 22 </div>
24 23 <div class="service_type">
25   - <p></p>
26 24 </div>
27 25 <div class="paid_type">
28   - <p></p>
29 26 </div>
30 27 <div class="reduce_type">
31   - <p></p>
32 28 </div>
33 29 <%--<div>
34 30 <p>数量:<input type="text" style="width: 40px;height: 20px"></p>
35 31 </div>--%>
36 32 <div>
37   - <span class="expense"></span>
38   - <%--<button class="submit_case">提交案件</button>--%>
  33 + <ul>
  34 + <span>费用合计:</span><span class="expense"></span>
  35 + </ul>
  36 + </div>
  37 + <div>
39 38 <form style="display: inline" id="submit_form" method="post">
40 39 <input type="hidden" name="caseType" id="input_ct">
41 40 <input type="hidden" name="serviceType" id="input_st">
... ... @@ -52,6 +51,7 @@
52 51 </body>
53 52 </html>
54 53 <script>
  54 + var border_color=[];
55 55 var selectTypeFlag={};
56 56 var allData;
57 57 /***
... ... @@ -70,18 +70,20 @@
70 70 var caseItem = $(".case_type");
71 71 if(data.caseTypeList){
72 72 var ulItem = $("<ul></ul>").appendTo(caseItem);
73   - var ulItem2 = $("<ul></ul>").appendTo(caseItem);
  73 + //var ulItem2 = $("<ul></ul>").appendTo(caseItem);
74 74 ulItem.html("");
  75 + $("<span></span>").text("案件类型:").appendTo(ulItem);
75 76 $.each(data.caseTypeList,function(i,ct){
76 77 var caseTypeLi = $("<li onclick=setCaseType(\'"+ct.id+"\',this)></li>").text(ct.title).attr("name",ct.name).attr("data",ct.id).appendTo(ulItem);
77 78 //默认选择
78 79 if(i==0){
79 80 caseTypeLi.css("background","#1287cd");
  81 + caseTypeLi.css("color","#fff");
80 82 selectTypeFlag['caseType']=ct.name;
81 83 }
82 84 //描述信息
83 85 if(i==0&&ct.description!=null){
84   - $("<li></li>").text(ct.description).appendTo(ulItem2);
  86 + $("<p></p>").text(ct.description).appendTo(caseItem);
85 87 }
86 88 });
87 89 }
... ... @@ -90,18 +92,19 @@
90 92 var serviceItem = $(".service_type");
91 93 if(data.serviceTypeList){
92 94 var ulItem = $("<ul></ul>").appendTo(serviceItem);
93   - var ulItem2 = $("<ul></ul>").appendTo(serviceItem);
94 95 ulItem.html("");
  96 + $("<span></span>").text("服务类型:").appendTo(ulItem);
95 97 $.each(data.serviceTypeList,function(i,st){
96 98 var serviceTypeLi = $("<li onclick=setServiceType("+st.id+",this)></li>").text(st.title).attr("name",st.name).attr("data",st.id).appendTo(ulItem);
97 99 //默认选择
98 100 if(i==0){
99 101 serviceTypeLi.css("background","#1287cd");
  102 + serviceTypeLi.css("color","#fff");
100 103 selectTypeFlag['serviceType']=st.name;
101 104 }
102 105 //描述信息
103 106 if(i==0&&st.description!=null){
104   - $("<li></li>").text(st.description).appendTo(ulItem2);
  107 + $("<p></p>").text(st.description).appendTo(serviceItem);
105 108 }
106 109 });
107 110 }
... ... @@ -110,18 +113,19 @@
110 113 var paidItem = $(".paid_type");
111 114 if(data.serviceTypeList){
112 115 var ulItem = $("<ul></ul>").appendTo(paidItem);
113   - var ulItem2 = $("<ul></ul>").appendTo(paidItem);
114 116 ulItem.html("");
  117 + $("<span></span>").text("官方缴纳:").appendTo(ulItem);
115 118 $.each(data.paidTypeList,function(i,pt){
116 119 var paidTypeLi = $("<li onclick=setPayType("+pt.id+",this)></li>").text(pt.title).attr("name",pt.name).attr("data",pt.id).appendTo(ulItem);
117 120 //默认选择
118 121 if(i==0){
119 122 paidTypeLi.css("background","#1287cd");
  123 + paidTypeLi.css("color","#fff");
120 124 selectTypeFlag['paidType']=pt.name;
121 125 }
122 126 //描述信息
123 127 if(i==0&&pt.description!=null){
124   - $("<li></li>").text(pt.description).appendTo(ulItem2);
  128 + $("<p></p>").text(pt.description).appendTo(paidItem);
125 129 }
126 130 });
127 131 }
... ... @@ -129,16 +133,17 @@
129 133 var reduceItem = $(".reduce_type");
130 134 if(data.reduceTypeList){
131 135 var ulItem = $("<ul></ul>").appendTo(reduceItem);
132   - var ulItem2 = $("<ul></ul>").appendTo(reduceItem);
133 136 ulItem.html("");
  137 + $("<span></span>").text("官网减缓:").appendTo(ulItem);
134 138 $.each(data.reduceTypeList,function(i,rt){
135 139 var reduceTypeLi = $("<li onclick=setReduceType("+rt.id+",this)></li>").text(rt.title).attr("name",rt.name).attr("data",rt.id).appendTo(ulItem);
136 140 if(i==0){
137 141 reduceTypeLi.css("background","#1287cd");
  142 + reduceTypeLi.css("color","#fff");
138 143 reduceItem.hide();
139 144 }
140 145 if(i==0&&rt.description!=null){
141   - $("<li></li>").text(rt.description).appendTo(ulItem2);
  146 + $("<p></p>").text(rt.description).appendTo(reduceItem);
142 147 }
143 148 });
144 149 }
... ... @@ -173,7 +178,12 @@
173 178 }
174 179 });
175 180 }
176   -
  181 + function setClickStyle(that){
  182 + $(that.parentNode.childNodes).not("span").css("background","#efefef")
  183 + $(that.parentNode.childNodes).css("color","#646464")
  184 + $(that).css("background","#1287cd");
  185 + $(that).css("color","#fff");
  186 + }
177 187 /***
178 188 * caseType_description
179 189 * @param id
... ... @@ -187,10 +197,9 @@
187 197 });
188 198 //设置case类型
189 199 selectTypeFlag['caseType']=$(that).attr("name");
190   - $(that.parentNode.childNodes).css("background","#fff")
191   - $(that).css("background","#1287cd");
  200 + setClickStyle(that);
192 201 //设置描述
193   - var descLi = that.parentNode.nextSibling.firstChild;
  202 + var descLi = that.parentNode.nextSibling;
194 203 $(descLi).text(description);
195 204 loadExpense();
196 205 }
... ... @@ -207,10 +216,9 @@
207 216 });
208 217 //设置service类型
209 218 selectTypeFlag['serviceType']=$(that).attr("name");
210   - $(that.parentNode.childNodes).css("background","#fff")
211   - $(that).css("background","#1287cd");
  219 + setClickStyle(that);
212 220 //设置描述
213   - var descLi = that.parentNode.nextSibling.firstChild;
  221 + var descLi = that.parentNode.nextSibling;
214 222 $(descLi).text(description);
215 223 loadExpense();
216 224 }
... ... @@ -218,14 +226,12 @@
218 226 function setPayType(id,that){
219 227 if(id==1){
220 228 //设置not_paid类型
221   - $(that.parentNode.childNodes).css("background","#fff")
222   - $(that).css("background","#1287cd");
  229 + setClickStyle(that);
223 230 $(".reduce_type").hide();
224 231 selectTypeFlag['reduceType']=null;
225 232 }else{
226 233 //设置paid类型
227   - $(that.parentNode.childNodes).css("background","#fff")
228   - $(that).css("background","#1287cd");
  234 + setClickStyle(that);
229 235 $(".reduce_type").show();
230 236 selectTypeFlag['reduceType']=$("[name=P85]").attr("name");
231 237 }
... ... @@ -234,8 +240,7 @@
234 240 }
235 241  
236 242 function setReduceType(id,that){
237   - $(that.parentNode.childNodes).css("background","#fff")
238   - $(that).css("background","#1287cd");
  243 + setClickStyle(that);
239 244 selectTypeFlag['reduceType']=$(that).attr("name");
240 245 loadExpense();
241 246 }
... ... @@ -253,7 +258,7 @@
253 258 reduceType:selectTypeFlag['reduceType']
254 259 },
255 260 success:function(res){
256   - $(".expense").text(res.data);
  261 + $(".expense").text("¥"+res.data);
257 262 selectTypeFlag['expense']=res.data;
258 263 },
259 264 error:function(err){
... ... @@ -302,4 +307,8 @@
302 307 $("form#submit_form").submit();
303 308  
304 309 }
  310 +
  311 + $.each(border_color,function(i,obj){
  312 + obj.css("background","#1287cd");
  313 + });
305 314 </script>
... ...