diff --git a/src/main/webapp/WEB-INF/clipreport4/logs/ClipReport4.2025-01-02-1.log b/src/main/webapp/WEB-INF/clipreport4/logs/ClipReport4.2025-01-02-1.log new file mode 100644 index 00000000..a454e3f2 --- /dev/null +++ b/src/main/webapp/WEB-INF/clipreport4/logs/ClipReport4.2025-01-02-1.log @@ -0,0 +1,275 @@ +[CLIP report Server - Report Key 00c0cbe58df248c184b3e683f244a752 Thread 157. | INFO 2025-01-02 12:51:39] : Report Read Time : TimeMillis : 363ms, HH:MM:SS : 00:00:00 +[CLIP report Server - Report Key 00c0cbe58df248c184b3e683f244a752 Thread 157. | INFO CODE=10 | 2025-01-02 12:51:40] : 리포트 생성을 시작합니다. +[CLIP report Server - Report Key 00c0cbe58df248c184b3e683f244a752 Thread 157. | DEBUG CODE=10100 | 2025-01-02 12:51:40] : [SQLDS3] Data Query : SELECT + +( + + CASE WHEN RESPONDENT_GUBUN ='1302000000' + + THEN RESPONDENT_COMPANY + + ELSE RESPONDENT_CEO + + END + +)AS RESPONDENT_CEO, + +( + + CASE WHEN APPLCNT_GUBUN = '1302000000' + + THEN APPLCNT_COMPANY + + ELSE COMPANY_CEO + + END + +)AS APPLCNT_NAME, + + ROWNUM RNUM, + + CASE_NO, + + COMPANY_CEO, + + APPLCNT_COMPANY, + + RESPONDENT_COMPANY, + + RESPONDENT_ADDR, + + ADDR_ORDER, + + MEDIATION_BIG, + + MEDIATION_SMALL, + + BIG_ORDER, + + OTHER_CODE + +FROM ( + +SELECT + + RESPONDENT_GUBUN, + + CASE_NO, + + COMPANY_CEO, + + APPLCNT_COMPANY, + + APPLCNT_GUBUN, + + RESPONDENT_CEO, + + RESPONDENT_COMPANY, + + RESPONDENT_ADDR, + + DECODE(RESPONDENT_ADDR, '서울', 1, '대전', 2, '대구', 3, '광주', 4, '부산', 5) AS ADDR_ORDER, + + MEDIATION_BIG, + + MEDIATION_SMALL, + + DECODE(MEDIATION_BIG, '성립', 1, '불성립', 2, '중지', 3, '심의', 1) AS BIG_ORDER, + + OTHER_CODE + +FROM + +( + +SELECT + + (SELECT RESPONDENT_GUBUN FROM C_CASERESPONDENT C WHERE C.CASE_NO = A.CASE_NO AND ROWNUM = 1) AS RESPONDENT_GUBUN, + + CASE_NO, + + (SELECT COMPANY_CEO FROM C_CASEAPPLCNT B WHERE B.CASE_NO = A.CASE_NO AND ROWNUM = 1) AS COMPANY_CEO, + + (SELECT APPLCNT_COMPANY FROM C_CASEAPPLCNT B WHERE B.CASE_NO = A.CASE_NO AND ROWNUM = 1) AS APPLCNT_COMPANY, + + (SELECT COMPANY_GUBUN FROM C_CASEAPPLCNT B WHERE B.CASE_NO = A.CASE_NO AND ROWNUM = 1) AS APPLCNT_GUBUN, + + (SELECT RESPONDENT_CEO FROM C_CASERESPONDENT C WHERE C.CASE_NO = A.CASE_NO AND ROWNUM = 1) AS RESPONDENT_CEO, + + (SELECT RESPONDENT_COMPANY FROM C_CASERESPONDENT C WHERE C.CASE_NO = A.CASE_NO AND ROWNUM = 1) AS RESPONDENT_COMPANY, + + (SELECT OTHER_CODE FROM C_CASERCEPT CR WHERE CR.CASE_NO = A.CASE_NO) AS OTHER_CODE, + + (SELECT + + DECODE(SUBSTR(ADDR1, 0, INSTR(ADDR1, ' ')-1), + + '서울특별시', '서울', + + '인천광역시', '서울', + + '경기도', '서울', + + '강원도', '서울', + + '대전광역시', '대전', + + '충청북도', '대전', + + '충청남도', '대전', + + '세종특별자치시', '대전', + + '대구광역시', '대구', + + '경상북도', '대구', + + '광주광역시', '광주', + + '전라북도', '광주', + + '전라남도', '광주', + + '제주특별자치도', '광주', + + '부산광역시', '부산', + + '경상남도', '부산', + + '울산광역시', '부산') + + FROM C_CASERESPONDENT C WHERE C.CASE_NO = A.CASE_NO AND ROWNUM = 1) AS RESPONDENT_ADDR, + + (SELECT + + (SELECT CODE_NAME FROM C_CODE WHERE CODE_IDXS = MEDIATION_BIG) AS MEDIATION_BIG + + FROM C_DLBRTMTR + + WHERE CASE_NO = A.CASE_NO + + AND CFRNC_NO = '5' + + UNION ALL + + SELECT + + (SELECT CODE_NAME FROM C_CODE WHERE CODE_IDXS = MEDIATION_BIG) AS MEDIATION_BIG + + FROM C_ENDMTR + + WHERE CASE_NO = A.CASE_NO + + AND CFRNC_NO = '5' + + ) AS MEDIATION_BIG, + + (SELECT + + (SELECT CODE_NAME FROM C_CODE WHERE CODE_IDXS = MEDIATION_SMALL) AS MEDIATION_SMALL + + FROM C_DLBRTMTR + + WHERE CASE_NO = A.CASE_NO + + AND CFRNC_NO = '5' + + UNION ALL + + SELECT + + (SELECT CODE_NAME FROM C_CODE WHERE CODE_IDXS = MEDIATION_SMALL) AS MEDIATION_SMALL + + FROM C_ENDMTR + + WHERE CASE_NO = A.CASE_NO + + AND CFRNC_NO = '5' + + ) AS MEDIATION_SMALL + +FROM C_MASTER A + +WHERE CASE_NO IN ((SELECT + + CASE_NO + + FROM C_DLBRTMTR + + WHERE MEDIATION_BIG NOT IN ('0616010000', '0617010000', '0618010000') + + AND MEDIATION_SMALL NOT IN ('0616000000', '0617000000', '0618000000') AND CFRNC_NO = '5' + + UNION ALL + + SELECT CASE_NO + + FROM C_ENDMTR + + WHERE MEDIATION_BIG NOT IN ('0616010000', '0617010000', '0618010000') + + AND MEDIATION_SMALL NOT IN ('0616000000', '0617000000', '0618000000') AND CFRNC_NO = '5')) + +) + +ORDER BY ADDR_ORDER, BIG_ORDER, CASE_NO ASC + +) +[CLIP report Server - Report Key 00c0cbe58df248c184b3e683f244a752 Thread 157. | ERROR CODE=6102 | 2025-01-02 12:52:10] : [SQLDS3] JDBC 연결에 실패하였습니다. +Exception : java.sql.SQLRecoverableException: ORA-17002: IO 오류: 현재 연결은 원격 호스트에 의해 강제로 끊겼습니다, connect lapse 30004 ms., Authentication lapse 0 ms. + at oracle.jdbc.driver.T4CConnection.handleLogonIOException(T4CConnection.java:1126) + at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:866) + at oracle.jdbc.driver.PhysicalConnection.connect(PhysicalConnection.java:1101) + at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:104) + at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:837) + at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:664) + at java.sql.DriverManager.getConnection(Unknown Source) + at java.sql.DriverManager.getConnection(Unknown Source) + at com.clipsoft.clipreport.common.util.data.jdbc.DBConnectionJDBC.connection(DBConnectionJDBC.java:101) + at com.clipsoft.clipreport.common.util.data.jdbc.DBConnectionJDBC.connection(DBConnectionJDBC.java:81) + at com.clipsoft.clipreport.common.util.data.DataConnectionManager.connectionJDBC(DataConnectionManager.java:148) + at com.clipsoft.clipreport.common.util.data.DataConnectionManager.connection(DataConnectionManager.java:80) + at com.clipsoft.clipreport.engine.context.recordsetview.builder.recordset.RecordSetCreator.createDataToRecordSetBySQL(RecordSetCreator.java:325) + at com.clipsoft.clipreport.engine.context.recordsetview.builder.recordset.RecordSetCreator.createDataToRecordSet(RecordSetCreator.java:367) + at com.clipsoft.clipreport.engine.context.recordsetview.builder.recordset.RecordSetCreator.createRecordSet(RecordSetCreator.java:117) + at com.clipsoft.clipreport.engine.context.recordsetview.RecordSetViewManager.getRecordList(RecordSetViewManager.java:202) + at com.clipsoft.clipreport.engine.context.recordsetview.RecordSetViewManager.setReportData(RecordSetViewManager.java:147) + at com.clipsoft.clipreport.engine.context.Context.startReport(Context.java:209) + at com.clipsoft.clipreport.engine.builder.Builder.build(Builder.java:64) + at com.clipsoft.clipreport.engine.Engine.buildReportFile(Engine.java:499) + at com.clipsoft.clipreport.engine.Engine.buildReportFiles(Engine.java:488) + at com.clipsoft.clipreport.engine.Engine.buildReport(Engine.java:190) + at com.clipsoft.clipreport.FileSaveRunable.run(FileSaveRunable.java:44) + at java.lang.Thread.run(Unknown Source) +Caused by: java.io.IOException: 현재 연결은 원격 호스트에 의해 강제로 끊겼습니다, connect lapse 30004 ms., Authentication lapse 0 ms. + at oracle.jdbc.driver.T4CConnection.handleLogonIOException(T4CConnection.java:1121) + ... 23 more +Caused by: java.io.IOException: 현재 연결은 원격 호스트에 의해 강제로 끊겼습니다, connect lapse 30004 ms. + at oracle.net.ns.NSProtocolNIO.negotiateConnection(NSProtocolNIO.java:256) + at oracle.net.ns.NSProtocol.connect(NSProtocol.java:327) + at oracle.jdbc.driver.T4CConnection.connectSession(T4CConnection.java:2645) + at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:795) + ... 22 more +Caused by: java.io.IOException: 현재 연결은 원격 호스트에 의해 강제로 끊겼습니다 + at sun.nio.ch.SocketDispatcher.read0(Native Method) + at sun.nio.ch.SocketDispatcher.read(Unknown Source) + at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) + at sun.nio.ch.IOUtil.read(Unknown Source) + at sun.nio.ch.SocketChannelImpl.read(Unknown Source) + at oracle.net.nt.TimeoutSocketChannel.readFromSocket(TimeoutSocketChannel.java:743) + at oracle.net.nt.TimeoutSocketChannel.doSelectForRead(TimeoutSocketChannel.java:604) + at oracle.net.nt.TimeoutSocketChannel.read(TimeoutSocketChannel.java:501) + at oracle.net.ns.NSProtocolNIO.doSocketRead(NSProtocolNIO.java:1222) + at oracle.net.ns.NIOPacket.readNIOPacket(NIOPacket.java:435) + at oracle.net.ns.NSProtocolNIO.negotiateConnection(NSProtocolNIO.java:210) + ... 25 more + +[CLIP report Server - Report Key 00c0cbe58df248c184b3e683f244a752 Thread 157. | INFO 2025-01-02 12:52:10] : [SQLDS3] Connection Time : TimeMillis : 30034ms, HH:MM:SS : 00:00:30 +[CLIP report Server - Report Key 00c0cbe58df248c184b3e683f244a752 Thread 157. | DEBUG 2025-01-02 12:52:10] : [SQLDS3] JDBC Connection Failed +[CLIP report Server - Report Key 00c0cbe58df248c184b3e683f244a752 Thread 157. | WARNING CODE=3152 | 2025-01-02 12:52:10] : [SQLDS3] Database Data가 없습니다. +[CLIP report Server - Report Key 00c0cbe58df248c184b3e683f244a752 Thread 157. | INFO CODE=11 | 2025-01-02 12:52:10] : 리포트 생성이 끝났습니다. +[CLIP report Server - Report Key 00c0cbe58df248c184b3e683f244a752 Thread 157. | INFO 2025-01-02 12:52:10] : Report Build Time : TimeMillis : 30286ms, HH:MM:SS : 00:00:30 +[CLIP report Server - Report Key 00c0cbe58df248c184b3e683f244a752 Thread 157. | INFO 2025-01-02 12:52:10] : Total Page Count saved! +[CLIP report Server - Report Key 00c0cbe58df248c184b3e683f244a752 Thread 157. | INFO 2025-01-02 12:52:10] : Last Document saved! +[CLIP report Server - Report Key 00c0cbe58df248c184b3e683f244a752 Thread 157. | INFO 2025-01-02 12:52:10] : Database Connection Close Start +[CLIP report Server - Report Key 00c0cbe58df248c184b3e683f244a752 Thread 157. | INFO 2025-01-02 12:52:10] : Database Connection Close End : TimeMillis : 0ms, HH:MM:SS : 00:00:00 diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35ccount b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35ccount deleted file mode 100644 index bf15ef80..00000000 --- a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35ccount +++ /dev/null @@ -1 +0,0 @@ -{"count":2533,"endReport":true,"error":false} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cdocument b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cdocument deleted file mode 100644 index 713bc5ff..00000000 --- a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cdocument +++ /dev/null @@ -1 +0,0 @@ -{"a":"1.0.0.71","b":"","c":"","d":"","e":"","f":"","g":{"a":[[1,2970,2100,1,50,50,50,50,1,0]],"b":[],"c":[[1,16777215,0,0,0,16777215,16777215],[1,16777215,0,0,0,16777215,0],[0,14211288,0,16777215,0,16777215,0],[1,14211288,0,16777215,0,16777215,0]],"d":[[0,0,0],[1,75,0],[0,0,0],[0,0,0]],"e":[[8,18,false,false,false,false,0,1,-1,1,-1,8],[8,10,false,false,false,false,0,1,-1,1,-1,8]],"f":[[1,1,true,1,0.0,0.0,1,"",0],[1,1,true,1,0.0,0.0,1,"%23%2C%23%230",0]],"g":[[false,"B","I","B","S","C","O","R","P","O","BR"]],"h":[[0,0,0,0]],"i":[[true,true,true,true,true,true,true,true,true,true,true,true]],"j":[],"k":["%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95","NanumBarunGothic","%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95+Light","NanumBarunGothic+Light","%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95+UltraLight","NanumBarunGothic+UltraLight","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95+ExtraBold","NanumGothicExtraBold","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95","NanumGothic","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95%EC%BD%94%EB%94%A9","NanumGothicCoding","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95%EC%BD%94%EB%94%A9-Bold","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0","NanumMyeongjo","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0+Bold","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0+ExtraBold","NanumMyeongjoExtraBold"]},"h":[2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533],"i":2533,"j":[0,34,68,102,136,170,204,238,272,306,340,374,408,442,476,510,544,578,612,646,680,714,748,782,816,850,884,918,952,986,1020,1054,1088,1122,1156,1190,1224,1258,1292,1326,1360,1394,1428,1462,1496,1530,1564,1598,1632,1666,1700,1734,1768,1802,1836,1870,1904,1938,1972,2006,2040,2074,2108,2142,2176,2210,2244,2278,2312,2346,2380,2414,2448,2510,2569,2641,2711,2764,2817,2870],"k":false,"l":[],"m":"","n":"","o":[{"a":"","b":1,"c":[0,34,68,102,136,170,204,238,272,306,340,374,408,442,476,510,544,578,612,646,680,714,748,782,816,850,884,918,952,986,1020,1054,1088,1122,1156,1190,1224,1258,1292,1326,1360,1394,1428,1462,1496,1530,1564,1598,1632,1666,1700,1734,1768,1802,1836,1870,1904,1938,1972,2006,2040,2074,2108,2142,2176,2210,2244,2278,2312,2346,2380,2414,2448,2510,2569,2641,2711,2764,2817,2870]}],"p":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false],"r":{},"s":"C%3A%5CeGovFrameDev-3.9.0-64bit_kofons%5Cworkspace%5Cfairnet%5Csrc%5Cmain%5Cwebapp%5CWEB-INF%5Cclipreport4%2Ftemp%2F%5C002d7ea745db4a1a8ff8b9c09771f35cadfed79cad464735a71dffd27b151b20",,"t":"C%3A%5CeGovFrameDev-3.9.0-64bit_kofons%5Cworkspace%5Cfairnet%5Csrc%5Cmain%5Cwebapp%5CWEB-INF%5Cclipreport4%2Ftemp%2F%5C002d7ea745db4a1a8ff8b9c09771f35c409043c33300464f8dba54c8db2b04b9",} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage0 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage0 deleted file mode 100644 index d1d77cc1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage0 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1 deleted file mode 100644 index e5a6cb41..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage10 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage10 deleted file mode 100644 index 1f9995d3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage10 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage100 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage100 deleted file mode 100644 index 6af40f68..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage100 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1000 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1000 deleted file mode 100644 index 3d201921..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1000 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1001 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1001 deleted file mode 100644 index 3102a11c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1001 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1002 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1002 deleted file mode 100644 index baf3b3c4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1002 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1003 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1003 deleted file mode 100644 index eb44174d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1003 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1004 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1004 deleted file mode 100644 index a5ff7391..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1004 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1005 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1005 deleted file mode 100644 index 0f275ac0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1005 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1006 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1006 deleted file mode 100644 index 692d4d02..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1006 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1007 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1007 deleted file mode 100644 index 849dc61a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1007 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1008 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1008 deleted file mode 100644 index 34cdbcfa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1008 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1009 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1009 deleted file mode 100644 index a185c384..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1009 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage101 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage101 deleted file mode 100644 index b9127824..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage101 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1010 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1010 deleted file mode 100644 index 3b4f6999..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1010 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1011 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1011 deleted file mode 100644 index b32c511f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1011 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1012 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1012 deleted file mode 100644 index 61205d11..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1012 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1013 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1013 deleted file mode 100644 index a3341a18..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1013 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1014 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1014 deleted file mode 100644 index 8e022a7b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1014 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1015 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1015 deleted file mode 100644 index b7118d98..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1015 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1016 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1016 deleted file mode 100644 index 581a6287..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1016 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1017 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1017 deleted file mode 100644 index fa6fa079..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1017 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1018 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1018 deleted file mode 100644 index 2f2586da..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1018 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1019 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1019 deleted file mode 100644 index 7c2ae323..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1019 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage102 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage102 deleted file mode 100644 index b9624540..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage102 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1020 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1020 deleted file mode 100644 index 11ccd140..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1020 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1021 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1021 deleted file mode 100644 index 112681ad..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1021 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1022 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1022 deleted file mode 100644 index f4921243..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1022 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1023 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1023 deleted file mode 100644 index d960e28f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1023 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1024 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1024 deleted file mode 100644 index 96450ce5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1024 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1025 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1025 deleted file mode 100644 index d136673b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1025 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1026 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1026 deleted file mode 100644 index 2a4ebe23..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1026 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1027 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1027 deleted file mode 100644 index c7a5a411..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1027 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1028 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1028 deleted file mode 100644 index 7415c1d2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1028 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1029 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1029 deleted file mode 100644 index 356eb721..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1029 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage103 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage103 deleted file mode 100644 index 7d69d30f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage103 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1030 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1030 deleted file mode 100644 index ac25cc5a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1030 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1031 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1031 deleted file mode 100644 index 6c117751..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1031 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1032 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1032 deleted file mode 100644 index b38c2eed..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1032 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1033 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1033 deleted file mode 100644 index 754239b7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1033 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1034 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1034 deleted file mode 100644 index 6cb5eb5d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1034 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1035 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1035 deleted file mode 100644 index 830ec815..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1035 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1036 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1036 deleted file mode 100644 index e9d2fce1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1036 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1037 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1037 deleted file mode 100644 index 1744b2bc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1037 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1038 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1038 deleted file mode 100644 index 18312eaf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1038 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1039 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1039 deleted file mode 100644 index f5d1d299..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1039 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage104 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage104 deleted file mode 100644 index 2c40b680..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage104 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1040 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1040 deleted file mode 100644 index b4898139..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1040 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1041 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1041 deleted file mode 100644 index 527bfc89..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1041 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1042 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1042 deleted file mode 100644 index 9da3b84e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1042 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1043 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1043 deleted file mode 100644 index b219dc71..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1043 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1044 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1044 deleted file mode 100644 index d77aece4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1044 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1045 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1045 deleted file mode 100644 index 59b2d5ee..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1045 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1046 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1046 deleted file mode 100644 index 48a4a6c5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1046 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1047 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1047 deleted file mode 100644 index 8ce54aed..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1047 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1048 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1048 deleted file mode 100644 index 2a2b0f54..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1048 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1049 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1049 deleted file mode 100644 index 7a094b09..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1049 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage105 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage105 deleted file mode 100644 index 57e925c5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage105 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1050 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1050 deleted file mode 100644 index 2e96786b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1050 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1051 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1051 deleted file mode 100644 index 411b1faa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1051 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1052 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1052 deleted file mode 100644 index 12ef9577..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1052 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1053 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1053 deleted file mode 100644 index 7891a45d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1053 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1054 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1054 deleted file mode 100644 index 7db5035d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1054 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1055 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1055 deleted file mode 100644 index 3e768c4d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1055 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1056 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1056 deleted file mode 100644 index 75e55b28..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1056 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1057 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1057 deleted file mode 100644 index 4df5034e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1057 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1058 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1058 deleted file mode 100644 index fc3f4049..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1058 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1059 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1059 deleted file mode 100644 index 2ab1cc30..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1059 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage106 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage106 deleted file mode 100644 index 33eb7ad7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage106 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1060 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1060 deleted file mode 100644 index c985cbc5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1060 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1061 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1061 deleted file mode 100644 index eb75b2c7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1061 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1062 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1062 deleted file mode 100644 index 30d5709e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1062 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1063 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1063 deleted file mode 100644 index 1172954d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1063 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1064 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1064 deleted file mode 100644 index 4cf0b1e6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1064 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1065 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1065 deleted file mode 100644 index e7d8fa5f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1065 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1066 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1066 deleted file mode 100644 index ff93abc8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1066 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1067 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1067 deleted file mode 100644 index 75359dab..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1067 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1068 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1068 deleted file mode 100644 index 93e3b767..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1068 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1069 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1069 deleted file mode 100644 index 5c9146e6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1069 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage107 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage107 deleted file mode 100644 index d372ea6e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage107 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1070 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1070 deleted file mode 100644 index b0b339c9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1070 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1071 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1071 deleted file mode 100644 index bbc1ce3f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1071 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1072 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1072 deleted file mode 100644 index 228108c6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1072 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1073 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1073 deleted file mode 100644 index 947caac4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1073 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1074 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1074 deleted file mode 100644 index 140d9798..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1074 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1075 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1075 deleted file mode 100644 index 2e628731..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1075 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1076 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1076 deleted file mode 100644 index a098dc86..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1076 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1077 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1077 deleted file mode 100644 index f94248d2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1077 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1078 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1078 deleted file mode 100644 index d0201201..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1078 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1079 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1079 deleted file mode 100644 index effb4f20..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1079 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage108 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage108 deleted file mode 100644 index d7c9db1a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage108 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1080 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1080 deleted file mode 100644 index 14f6fc9e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1080 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1081 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1081 deleted file mode 100644 index d595a048..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1081 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1082 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1082 deleted file mode 100644 index 81f5fc18..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1082 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1083 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1083 deleted file mode 100644 index 072dfc2b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1083 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1084 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1084 deleted file mode 100644 index c09400ed..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1084 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1085 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1085 deleted file mode 100644 index f1792a71..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1085 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1086 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1086 deleted file mode 100644 index de904c67..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1086 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1087 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1087 deleted file mode 100644 index 7827ce93..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1087 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1088 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1088 deleted file mode 100644 index 96ef63e0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1088 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1089 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1089 deleted file mode 100644 index e2f7794d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1089 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage109 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage109 deleted file mode 100644 index 1694aed1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage109 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1090 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1090 deleted file mode 100644 index 60d38afd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1090 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1091 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1091 deleted file mode 100644 index b04f43cf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1091 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1092 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1092 deleted file mode 100644 index 7a013682..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1092 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1093 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1093 deleted file mode 100644 index a8ed061c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1093 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1094 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1094 deleted file mode 100644 index 13336964..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1094 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1095 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1095 deleted file mode 100644 index ac14f9d0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1095 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1096 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1096 deleted file mode 100644 index bc452b45..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1096 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1097 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1097 deleted file mode 100644 index bf421bb3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1097 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1098 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1098 deleted file mode 100644 index ca944163..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1098 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1099 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1099 deleted file mode 100644 index 2e4ad8e5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1099 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage11 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage11 deleted file mode 100644 index 0f2573da..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage11 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage110 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage110 deleted file mode 100644 index b0bd9433..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage110 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1100 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1100 deleted file mode 100644 index bd804aae..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1100 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1101 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1101 deleted file mode 100644 index f2f1bec6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1101 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1102 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1102 deleted file mode 100644 index 87488dd2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1102 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1103 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1103 deleted file mode 100644 index 6a4f8c97..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1103 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1104 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1104 deleted file mode 100644 index 433af9e5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1104 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1105 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1105 deleted file mode 100644 index b713602e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1105 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1106 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1106 deleted file mode 100644 index 12aee920..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1106 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1107 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1107 deleted file mode 100644 index 6f3251ec..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1107 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1108 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1108 deleted file mode 100644 index 56ec4a38..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1108 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1109 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1109 deleted file mode 100644 index 88aa663d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1109 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage111 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage111 deleted file mode 100644 index 49e99cf2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage111 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1110 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1110 deleted file mode 100644 index 9e03d032..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1110 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1111 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1111 deleted file mode 100644 index c97702e3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1111 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1112 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1112 deleted file mode 100644 index a66e7e0d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1112 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1113 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1113 deleted file mode 100644 index fb006a54..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1113 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1114 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1114 deleted file mode 100644 index cab1d53c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1114 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1115 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1115 deleted file mode 100644 index 60c381bc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1115 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1116 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1116 deleted file mode 100644 index f85894f9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1116 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1117 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1117 deleted file mode 100644 index 6f122e7b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1117 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1118 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1118 deleted file mode 100644 index 2db7a6f5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1118 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1119 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1119 deleted file mode 100644 index 34163117..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1119 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage112 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage112 deleted file mode 100644 index 142a02c9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage112 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1120 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1120 deleted file mode 100644 index f9cd3e4c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1120 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1121 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1121 deleted file mode 100644 index 1c0b010e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1121 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1122 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1122 deleted file mode 100644 index ababc361..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1122 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1123 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1123 deleted file mode 100644 index ccaa7628..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1123 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1124 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1124 deleted file mode 100644 index 96c1a509..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1124 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1125 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1125 deleted file mode 100644 index dab45b74..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1125 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1126 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1126 deleted file mode 100644 index 83795631..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1126 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1127 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1127 deleted file mode 100644 index d17595d3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1127 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1128 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1128 deleted file mode 100644 index 60618bf3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1128 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1129 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1129 deleted file mode 100644 index 518fdd2e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1129 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage113 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage113 deleted file mode 100644 index 7ae62505..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage113 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1130 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1130 deleted file mode 100644 index ae3f7c88..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1130 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1131 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1131 deleted file mode 100644 index 64c746d1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1131 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1132 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1132 deleted file mode 100644 index 064ecf54..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1132 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1133 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1133 deleted file mode 100644 index 6d5ab332..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1133 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1134 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1134 deleted file mode 100644 index 0bb01d64..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1134 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1135 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1135 deleted file mode 100644 index 2bc3c68a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1135 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1136 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1136 deleted file mode 100644 index cb70128e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1136 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1137 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1137 deleted file mode 100644 index 4ce8378e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1137 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1138 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1138 deleted file mode 100644 index 0ae19b1a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1138 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1139 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1139 deleted file mode 100644 index ce4e3a53..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1139 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage114 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage114 deleted file mode 100644 index f0f0e491..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage114 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1140 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1140 deleted file mode 100644 index 4a6c1c05..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1140 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1141 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1141 deleted file mode 100644 index 3d873491..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1141 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1142 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1142 deleted file mode 100644 index 2bfa9463..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1142 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1143 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1143 deleted file mode 100644 index 4de4d376..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1143 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1144 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1144 deleted file mode 100644 index 609b64ea..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1144 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1145 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1145 deleted file mode 100644 index 715372c8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1145 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1146 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1146 deleted file mode 100644 index 4b40aa86..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1146 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1147 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1147 deleted file mode 100644 index 616cc502..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1147 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1148 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1148 deleted file mode 100644 index 43433667..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1148 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1149 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1149 deleted file mode 100644 index 00187b5c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1149 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage115 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage115 deleted file mode 100644 index 2a35f108..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage115 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1150 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1150 deleted file mode 100644 index 6de77be7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1150 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1151 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1151 deleted file mode 100644 index d6f1acfd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1151 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1152 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1152 deleted file mode 100644 index 16db1c54..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1152 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1153 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1153 deleted file mode 100644 index a9ce69a9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1153 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1154 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1154 deleted file mode 100644 index f8513315..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1154 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1155 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1155 deleted file mode 100644 index 22fbdf3a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1155 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1156 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1156 deleted file mode 100644 index f7e11e2a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1156 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1157 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1157 deleted file mode 100644 index c15de596..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1157 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1158 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1158 deleted file mode 100644 index aaef4511..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1158 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1159 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1159 deleted file mode 100644 index 91bebde2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1159 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage116 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage116 deleted file mode 100644 index ca497683..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage116 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1160 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1160 deleted file mode 100644 index beefb724..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1160 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1161 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1161 deleted file mode 100644 index 06e07c55..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1161 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1162 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1162 deleted file mode 100644 index f30732a3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1162 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1163 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1163 deleted file mode 100644 index 0dac6f79..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1163 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1164 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1164 deleted file mode 100644 index 0ccde786..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1164 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1165 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1165 deleted file mode 100644 index 0fd8a725..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1165 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1166 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1166 deleted file mode 100644 index 5f211303..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1166 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1167 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1167 deleted file mode 100644 index 28f8a398..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1167 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1168 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1168 deleted file mode 100644 index 3d19fca9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1168 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1169 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1169 deleted file mode 100644 index 8173f7f6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1169 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage117 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage117 deleted file mode 100644 index b6994e27..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage117 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1170 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1170 deleted file mode 100644 index ec5bb38b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1170 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1171 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1171 deleted file mode 100644 index 5f51ccbc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1171 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1172 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1172 deleted file mode 100644 index 3fa66f87..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1172 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1173 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1173 deleted file mode 100644 index 9b9caa4e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1173 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1174 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1174 deleted file mode 100644 index a95166bf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1174 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1175 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1175 deleted file mode 100644 index 9abee9f6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1175 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1176 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1176 deleted file mode 100644 index 18f159a8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1176 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1177 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1177 deleted file mode 100644 index 661a256f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1177 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1178 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1178 deleted file mode 100644 index d639a39b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1178 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1179 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1179 deleted file mode 100644 index bf3fc238..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1179 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage118 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage118 deleted file mode 100644 index a4b6c630..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage118 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1180 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1180 deleted file mode 100644 index 2d49d603..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1180 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1181 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1181 deleted file mode 100644 index 61304706..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1181 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1182 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1182 deleted file mode 100644 index 1fe0b546..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1182 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1183 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1183 deleted file mode 100644 index ac81150b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1183 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1184 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1184 deleted file mode 100644 index 69ce9ad0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1184 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1185 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1185 deleted file mode 100644 index 0c576776..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1185 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1186 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1186 deleted file mode 100644 index 27a3b966..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1186 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1187 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1187 deleted file mode 100644 index c823b32d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1187 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1188 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1188 deleted file mode 100644 index 5c881a9f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1188 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1189 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1189 deleted file mode 100644 index 888981e1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1189 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage119 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage119 deleted file mode 100644 index 333e04b4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage119 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1190 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1190 deleted file mode 100644 index b08d2e82..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1190 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1191 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1191 deleted file mode 100644 index cd785a7d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1191 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1192 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1192 deleted file mode 100644 index 80056e16..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1192 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1193 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1193 deleted file mode 100644 index f519418e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1193 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1194 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1194 deleted file mode 100644 index 819ebaab..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1194 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1195 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1195 deleted file mode 100644 index a0bc577f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1195 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1196 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1196 deleted file mode 100644 index f62a2877..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1196 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1197 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1197 deleted file mode 100644 index 532f5750..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1197 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1198 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1198 deleted file mode 100644 index 02e27fab..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1198 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1199 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1199 deleted file mode 100644 index a4458c60..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1199 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage12 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage12 deleted file mode 100644 index 17c74bd7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage12 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage120 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage120 deleted file mode 100644 index 988841f9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage120 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1200 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1200 deleted file mode 100644 index eb46162d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1200 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1201 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1201 deleted file mode 100644 index e17abb7e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1201 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1202 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1202 deleted file mode 100644 index eeb0273b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1202 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1203 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1203 deleted file mode 100644 index ecccbbe0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1203 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1204 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1204 deleted file mode 100644 index d6c04383..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1204 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1205 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1205 deleted file mode 100644 index 8b5f24a6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1205 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1206 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1206 deleted file mode 100644 index 03b9f75b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1206 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1207 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1207 deleted file mode 100644 index 154821ab..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1207 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1208 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1208 deleted file mode 100644 index 68283913..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1208 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1209 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1209 deleted file mode 100644 index ebec5e7f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1209 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage121 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage121 deleted file mode 100644 index 5754e554..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage121 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1210 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1210 deleted file mode 100644 index edb94cdd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1210 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1211 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1211 deleted file mode 100644 index aa837755..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1211 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1212 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1212 deleted file mode 100644 index d2305778..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1212 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1213 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1213 deleted file mode 100644 index 90411157..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1213 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1214 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1214 deleted file mode 100644 index f8ff4b37..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1214 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1215 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1215 deleted file mode 100644 index bac9b590..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1215 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1216 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1216 deleted file mode 100644 index 7580b37e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1216 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1217 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1217 deleted file mode 100644 index 14b83b99..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1217 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1218 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1218 deleted file mode 100644 index 50ca178c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1218 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1219 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1219 deleted file mode 100644 index 65e20068..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1219 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage122 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage122 deleted file mode 100644 index fbeba128..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage122 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1220 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1220 deleted file mode 100644 index 36198166..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1220 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1221 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1221 deleted file mode 100644 index c7052036..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1221 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1222 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1222 deleted file mode 100644 index 71ed0b9d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1222 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1223 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1223 deleted file mode 100644 index c51f7c06..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1223 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1224 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1224 deleted file mode 100644 index 750c931f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1224 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1225 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1225 deleted file mode 100644 index c3884b79..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1225 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1226 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1226 deleted file mode 100644 index 09136a10..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1226 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1227 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1227 deleted file mode 100644 index 1b28431c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1227 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1228 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1228 deleted file mode 100644 index 7f55482a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1228 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1229 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1229 deleted file mode 100644 index 268c341d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1229 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage123 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage123 deleted file mode 100644 index 5d5dd5da..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage123 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1230 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1230 deleted file mode 100644 index d4e343ff..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1230 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1231 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1231 deleted file mode 100644 index 12a0a3e2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1231 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1232 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1232 deleted file mode 100644 index 56e4bc2d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1232 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1233 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1233 deleted file mode 100644 index b6a5c26d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1233 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1234 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1234 deleted file mode 100644 index b41e588c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1234 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1235 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1235 deleted file mode 100644 index c63393d1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1235 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1236 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1236 deleted file mode 100644 index 90b6ac23..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1236 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1237 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1237 deleted file mode 100644 index 661a8ead..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1237 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1238 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1238 deleted file mode 100644 index fda4113d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1238 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1239 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1239 deleted file mode 100644 index 27a26470..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1239 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage124 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage124 deleted file mode 100644 index 49890cad..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage124 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1240 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1240 deleted file mode 100644 index face2e01..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1240 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1241 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1241 deleted file mode 100644 index 84d68446..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1241 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1242 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1242 deleted file mode 100644 index d229553e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1242 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1243 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1243 deleted file mode 100644 index 163eca36..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1243 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1244 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1244 deleted file mode 100644 index e3cc2365..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1244 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1245 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1245 deleted file mode 100644 index dc7612e2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1245 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1246 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1246 deleted file mode 100644 index eebd4a90..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1246 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1247 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1247 deleted file mode 100644 index 0f3d4429..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1247 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1248 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1248 deleted file mode 100644 index 346c3830..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1248 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1249 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1249 deleted file mode 100644 index 3a10f008..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1249 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage125 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage125 deleted file mode 100644 index 82a9cbeb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage125 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1250 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1250 deleted file mode 100644 index 4bd122b9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1250 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1251 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1251 deleted file mode 100644 index 815bda93..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1251 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1252 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1252 deleted file mode 100644 index 9b89a711..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1252 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1253 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1253 deleted file mode 100644 index 355f644c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1253 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1254 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1254 deleted file mode 100644 index 4f5c7b0f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1254 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1255 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1255 deleted file mode 100644 index a22e28ab..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1255 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1256 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1256 deleted file mode 100644 index d3a4d62e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1256 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1257 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1257 deleted file mode 100644 index 560801f0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1257 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1258 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1258 deleted file mode 100644 index cfa8ca2d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1258 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1259 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1259 deleted file mode 100644 index f4a8bcf2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1259 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage126 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage126 deleted file mode 100644 index dbca2fb5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage126 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1260 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1260 deleted file mode 100644 index ed8ce8a0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1260 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1261 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1261 deleted file mode 100644 index 41bc978f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1261 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1262 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1262 deleted file mode 100644 index eabcedf9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1262 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1263 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1263 deleted file mode 100644 index ca9ba8d6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1263 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1264 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1264 deleted file mode 100644 index 81b24415..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1264 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1265 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1265 deleted file mode 100644 index ae91b58b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1265 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1266 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1266 deleted file mode 100644 index d3bae02c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1266 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1267 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1267 deleted file mode 100644 index 24140685..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1267 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1268 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1268 deleted file mode 100644 index de3bf555..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1268 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1269 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1269 deleted file mode 100644 index f8d043dc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1269 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage127 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage127 deleted file mode 100644 index 7ded8fdc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage127 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1270 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1270 deleted file mode 100644 index 1472402d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1270 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1271 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1271 deleted file mode 100644 index 85fd5600..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1271 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1272 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1272 deleted file mode 100644 index 161033a3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1272 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1273 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1273 deleted file mode 100644 index e8fa6e30..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1273 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1274 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1274 deleted file mode 100644 index 138f9088..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1274 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1275 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1275 deleted file mode 100644 index 0b83db8b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1275 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1276 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1276 deleted file mode 100644 index b07e538c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1276 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1277 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1277 deleted file mode 100644 index 968b66fb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1277 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1278 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1278 deleted file mode 100644 index cf2af2f7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1278 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1279 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1279 deleted file mode 100644 index a2cd6c1a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1279 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage128 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage128 deleted file mode 100644 index 94818861..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage128 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1280 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1280 deleted file mode 100644 index 00942366..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1280 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1281 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1281 deleted file mode 100644 index c12a4bd2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1281 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1282 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1282 deleted file mode 100644 index 7afc6f8b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1282 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1283 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1283 deleted file mode 100644 index e665b9b7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1283 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1284 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1284 deleted file mode 100644 index 0af24dc1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1284 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1285 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1285 deleted file mode 100644 index b054e464..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1285 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1286 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1286 deleted file mode 100644 index 6e21eb8b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1286 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1287 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1287 deleted file mode 100644 index 58a80c09..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1287 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1288 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1288 deleted file mode 100644 index 20b20d08..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1288 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1289 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1289 deleted file mode 100644 index b3360ade..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1289 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage129 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage129 deleted file mode 100644 index 0ab19306..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage129 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1290 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1290 deleted file mode 100644 index 2911553a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1290 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1291 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1291 deleted file mode 100644 index 62c0ea59..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1291 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1292 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1292 deleted file mode 100644 index af7f45d6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1292 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1293 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1293 deleted file mode 100644 index cd46802b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1293 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1294 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1294 deleted file mode 100644 index 36af8890..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1294 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1295 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1295 deleted file mode 100644 index 79025e06..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1295 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1296 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1296 deleted file mode 100644 index 5f630f0e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1296 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1297 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1297 deleted file mode 100644 index 31c21807..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1297 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1298 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1298 deleted file mode 100644 index 87486e35..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1298 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1299 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1299 deleted file mode 100644 index 32784d3f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1299 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage13 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage13 deleted file mode 100644 index 9365f173..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage13 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage130 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage130 deleted file mode 100644 index af4c4c4d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage130 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1300 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1300 deleted file mode 100644 index 13cd5648..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1300 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1301 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1301 deleted file mode 100644 index 82309052..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1301 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1302 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1302 deleted file mode 100644 index 9b6509ba..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1302 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1303 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1303 deleted file mode 100644 index 05fe0f7e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1303 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1304 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1304 deleted file mode 100644 index 9a8f804f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1304 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1305 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1305 deleted file mode 100644 index 9d68ee71..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1305 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1306 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1306 deleted file mode 100644 index 942f5400..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1306 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1307 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1307 deleted file mode 100644 index 7bd78d73..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1307 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1308 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1308 deleted file mode 100644 index 362ec27c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1308 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1309 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1309 deleted file mode 100644 index d85895aa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1309 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage131 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage131 deleted file mode 100644 index b0974794..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage131 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1310 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1310 deleted file mode 100644 index 09c61d04..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1310 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1311 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1311 deleted file mode 100644 index 4c49fe59..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1311 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1312 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1312 deleted file mode 100644 index 0681cb1c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1312 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1313 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1313 deleted file mode 100644 index c8885fb7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1313 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1314 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1314 deleted file mode 100644 index 8c751280..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1314 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1315 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1315 deleted file mode 100644 index 09d20bcd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1315 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1316 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1316 deleted file mode 100644 index c08f493d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1316 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1317 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1317 deleted file mode 100644 index 664755b8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1317 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1318 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1318 deleted file mode 100644 index f6cdf841..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1318 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1319 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1319 deleted file mode 100644 index fceeade0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1319 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage132 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage132 deleted file mode 100644 index ffba5608..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage132 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1320 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1320 deleted file mode 100644 index fe994855..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1320 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1321 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1321 deleted file mode 100644 index e63cdbc3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1321 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1322 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1322 deleted file mode 100644 index 3c88ac87..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1322 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1323 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1323 deleted file mode 100644 index 9a5c6901..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1323 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1324 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1324 deleted file mode 100644 index 28e76c1a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1324 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1325 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1325 deleted file mode 100644 index 7ac99d79..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1325 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1326 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1326 deleted file mode 100644 index c30fc9f0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1326 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1327 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1327 deleted file mode 100644 index 272c0344..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1327 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1328 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1328 deleted file mode 100644 index 82c64753..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1328 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1329 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1329 deleted file mode 100644 index 09bf9fef..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1329 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage133 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage133 deleted file mode 100644 index 2b66fa1e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage133 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1330 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1330 deleted file mode 100644 index 7f9cf01f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1330 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1331 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1331 deleted file mode 100644 index b5315749..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1331 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1332 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1332 deleted file mode 100644 index 545f8928..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1332 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1333 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1333 deleted file mode 100644 index dbcd60c9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1333 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1334 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1334 deleted file mode 100644 index f59d24b6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1334 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1335 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1335 deleted file mode 100644 index a772369f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1335 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1336 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1336 deleted file mode 100644 index ca8bfc1a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1336 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1337 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1337 deleted file mode 100644 index b81136e3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1337 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1338 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1338 deleted file mode 100644 index 5f3fc9e2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1338 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1339 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1339 deleted file mode 100644 index e2ace239..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1339 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage134 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage134 deleted file mode 100644 index 1929954f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage134 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1340 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1340 deleted file mode 100644 index 2b36a3dc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1340 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1341 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1341 deleted file mode 100644 index fc89572b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1341 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1342 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1342 deleted file mode 100644 index 1a3ef41e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1342 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1343 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1343 deleted file mode 100644 index 1849aa54..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1343 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1344 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1344 deleted file mode 100644 index f7a96edc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1344 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1345 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1345 deleted file mode 100644 index a06794dd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1345 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1346 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1346 deleted file mode 100644 index 85d2dc42..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1346 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1347 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1347 deleted file mode 100644 index 84e8d2ea..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1347 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1348 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1348 deleted file mode 100644 index feff913d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1348 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1349 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1349 deleted file mode 100644 index 262afc19..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1349 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage135 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage135 deleted file mode 100644 index ae0132ce..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage135 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1350 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1350 deleted file mode 100644 index f8c54620..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1350 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1351 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1351 deleted file mode 100644 index 001a5983..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1351 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1352 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1352 deleted file mode 100644 index 382ac572..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1352 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1353 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1353 deleted file mode 100644 index 8fb7a053..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1353 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1354 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1354 deleted file mode 100644 index 2b6a0e76..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1354 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1355 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1355 deleted file mode 100644 index 7988fb9e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1355 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1356 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1356 deleted file mode 100644 index 6f3d2336..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1356 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1357 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1357 deleted file mode 100644 index 0cd641a3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1357 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1358 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1358 deleted file mode 100644 index 71a5b532..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1358 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1359 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1359 deleted file mode 100644 index 1eaafe77..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1359 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage136 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage136 deleted file mode 100644 index 5f312d32..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage136 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1360 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1360 deleted file mode 100644 index aec7f28e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1360 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1361 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1361 deleted file mode 100644 index dd4f340d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1361 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1362 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1362 deleted file mode 100644 index b6829c13..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1362 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1363 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1363 deleted file mode 100644 index 8ee7600d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1363 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1364 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1364 deleted file mode 100644 index 88eba51a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1364 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1365 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1365 deleted file mode 100644 index dd759e92..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1365 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1366 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1366 deleted file mode 100644 index ccc3e239..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1366 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1367 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1367 deleted file mode 100644 index 2eec7bf2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1367 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1368 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1368 deleted file mode 100644 index 83f4087d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1368 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1369 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1369 deleted file mode 100644 index dda384f0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1369 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage137 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage137 deleted file mode 100644 index 069f5d21..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage137 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1370 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1370 deleted file mode 100644 index 874acc24..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1370 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1371 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1371 deleted file mode 100644 index 0c01d66b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1371 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1372 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1372 deleted file mode 100644 index 58df2a85..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1372 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1373 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1373 deleted file mode 100644 index 6967bb81..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1373 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1374 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1374 deleted file mode 100644 index 0dda4f6c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1374 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1375 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1375 deleted file mode 100644 index 309108bb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1375 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1376 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1376 deleted file mode 100644 index b440fb9d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1376 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1377 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1377 deleted file mode 100644 index a6ea657f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1377 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1378 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1378 deleted file mode 100644 index fe26b0bb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1378 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1379 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1379 deleted file mode 100644 index 490391fa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1379 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage138 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage138 deleted file mode 100644 index 0cd074ca..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage138 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1380 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1380 deleted file mode 100644 index 74489d4d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1380 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1381 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1381 deleted file mode 100644 index a0e530c1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1381 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1382 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1382 deleted file mode 100644 index 1898cd56..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1382 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1383 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1383 deleted file mode 100644 index 68b21880..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1383 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1384 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1384 deleted file mode 100644 index d696cd5f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1384 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1385 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1385 deleted file mode 100644 index 516a21c8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1385 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1386 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1386 deleted file mode 100644 index a2f420d6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1386 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1387 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1387 deleted file mode 100644 index 924db4e9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1387 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1388 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1388 deleted file mode 100644 index 91024ab3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1388 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1389 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1389 deleted file mode 100644 index 26fd8ffb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1389 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage139 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage139 deleted file mode 100644 index 53b92ad9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage139 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1390 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1390 deleted file mode 100644 index f639ca68..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1390 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1391 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1391 deleted file mode 100644 index a93b6607..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1391 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1392 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1392 deleted file mode 100644 index 8bde006c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1392 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1393 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1393 deleted file mode 100644 index 047680fe..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1393 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1394 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1394 deleted file mode 100644 index 3ac8eca1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1394 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1395 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1395 deleted file mode 100644 index 8d45b822..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1395 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1396 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1396 deleted file mode 100644 index d5176bdc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1396 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1397 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1397 deleted file mode 100644 index 13d32ac8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1397 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1398 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1398 deleted file mode 100644 index a2e26f2b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1398 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1399 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1399 deleted file mode 100644 index 70cb79b9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1399 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage14 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage14 deleted file mode 100644 index 3d07dbc6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage14 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage140 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage140 deleted file mode 100644 index 6cdd62c2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage140 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1400 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1400 deleted file mode 100644 index 52421ae5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1400 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1401 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1401 deleted file mode 100644 index d730b54b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1401 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1402 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1402 deleted file mode 100644 index 3f2bdce4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1402 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1403 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1403 deleted file mode 100644 index d89cc691..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1403 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1404 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1404 deleted file mode 100644 index 72d370a0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1404 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1405 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1405 deleted file mode 100644 index 01f50d2d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1405 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1406 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1406 deleted file mode 100644 index 66d49bac..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1406 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1407 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1407 deleted file mode 100644 index 0d5e82e2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1407 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1408 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1408 deleted file mode 100644 index 733f8d07..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1408 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1409 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1409 deleted file mode 100644 index 2d0329b9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1409 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage141 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage141 deleted file mode 100644 index 6259395e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage141 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1410 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1410 deleted file mode 100644 index 60d252db..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1410 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1411 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1411 deleted file mode 100644 index 7bb33db5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1411 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1412 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1412 deleted file mode 100644 index 016d6760..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1412 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1413 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1413 deleted file mode 100644 index 62b54271..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1413 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1414 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1414 deleted file mode 100644 index 9f0d73ac..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1414 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1415 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1415 deleted file mode 100644 index 4b3f274f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1415 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1416 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1416 deleted file mode 100644 index 0ea80fad..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1416 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1417 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1417 deleted file mode 100644 index 56fb1e9d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1417 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1418 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1418 deleted file mode 100644 index f88b91fd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1418 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1419 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1419 deleted file mode 100644 index 8f42be73..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1419 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage142 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage142 deleted file mode 100644 index 9f1b65b8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage142 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1420 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1420 deleted file mode 100644 index 0af0037f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1420 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1421 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1421 deleted file mode 100644 index 2d8ef160..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1421 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1422 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1422 deleted file mode 100644 index 9b8c5cb9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1422 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1423 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1423 deleted file mode 100644 index ba3835b0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1423 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1424 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1424 deleted file mode 100644 index 884215b8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1424 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1425 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1425 deleted file mode 100644 index fddad4c6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1425 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1426 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1426 deleted file mode 100644 index 954bd8b8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1426 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1427 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1427 deleted file mode 100644 index 620e43ec..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1427 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1428 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1428 deleted file mode 100644 index cdb7a965..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1428 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1429 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1429 deleted file mode 100644 index f8a2d8f2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1429 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage143 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage143 deleted file mode 100644 index 5941bc2b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage143 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1430 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1430 deleted file mode 100644 index 1f883200..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1430 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1431 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1431 deleted file mode 100644 index c3ac2910..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1431 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1432 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1432 deleted file mode 100644 index f432a55d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1432 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1433 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1433 deleted file mode 100644 index 3e12e7cc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1433 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1434 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1434 deleted file mode 100644 index 9d37c106..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1434 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1435 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1435 deleted file mode 100644 index b45bcef7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1435 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1436 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1436 deleted file mode 100644 index 3c50311f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1436 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1437 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1437 deleted file mode 100644 index 68f155da..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1437 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1438 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1438 deleted file mode 100644 index 444390f7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1438 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1439 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1439 deleted file mode 100644 index 5b28e5ee..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1439 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage144 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage144 deleted file mode 100644 index bf7a67ae..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage144 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1440 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1440 deleted file mode 100644 index d209dfa1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1440 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1441 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1441 deleted file mode 100644 index 9518b53e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1441 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1442 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1442 deleted file mode 100644 index ce1ed91a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1442 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1443 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1443 deleted file mode 100644 index 3db9192c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1443 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1444 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1444 deleted file mode 100644 index 26a1fcae..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1444 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1445 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1445 deleted file mode 100644 index b91f0f40..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1445 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1446 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1446 deleted file mode 100644 index a3ef9657..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1446 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1447 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1447 deleted file mode 100644 index 7c74d871..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1447 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1448 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1448 deleted file mode 100644 index 2e99a900..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1448 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1449 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1449 deleted file mode 100644 index 14165963..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1449 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage145 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage145 deleted file mode 100644 index 8b1e5b1b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage145 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1450 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1450 deleted file mode 100644 index e3f9e894..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1450 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1451 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1451 deleted file mode 100644 index bf06112a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1451 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1452 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1452 deleted file mode 100644 index 62d62aa0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1452 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1453 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1453 deleted file mode 100644 index 1884a2ea..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1453 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1454 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1454 deleted file mode 100644 index 538419d0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1454 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1455 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1455 deleted file mode 100644 index e9002bee..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1455 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1456 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1456 deleted file mode 100644 index 44de0c66..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1456 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1457 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1457 deleted file mode 100644 index 716bb019..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1457 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1458 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1458 deleted file mode 100644 index 1eae0969..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1458 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1459 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1459 deleted file mode 100644 index 33fc2211..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1459 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage146 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage146 deleted file mode 100644 index f5366e56..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage146 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1460 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1460 deleted file mode 100644 index 95f6e75a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1460 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1461 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1461 deleted file mode 100644 index dcb60408..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1461 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1462 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1462 deleted file mode 100644 index f8318090..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1462 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1463 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1463 deleted file mode 100644 index 39e3a363..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1463 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1464 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1464 deleted file mode 100644 index 07bd1951..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1464 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1465 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1465 deleted file mode 100644 index a32df71e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1465 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1466 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1466 deleted file mode 100644 index 8c009cf5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1466 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1467 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1467 deleted file mode 100644 index 9a445dac..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1467 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1468 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1468 deleted file mode 100644 index 8fe38a9a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1468 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1469 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1469 deleted file mode 100644 index 4f5ecc6a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1469 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage147 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage147 deleted file mode 100644 index 3703658b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage147 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1470 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1470 deleted file mode 100644 index b5918848..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1470 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1471 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1471 deleted file mode 100644 index cb336912..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1471 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1472 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1472 deleted file mode 100644 index 9a6f820a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1472 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1473 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1473 deleted file mode 100644 index 420873fe..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1473 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1474 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1474 deleted file mode 100644 index 6b0fb66b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1474 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1475 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1475 deleted file mode 100644 index 74d24d23..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1475 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1476 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1476 deleted file mode 100644 index 27460f44..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1476 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1477 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1477 deleted file mode 100644 index dad7f2ca..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1477 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1478 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1478 deleted file mode 100644 index 46fd4dee..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1478 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1479 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1479 deleted file mode 100644 index 7a2ae90a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1479 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage148 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage148 deleted file mode 100644 index a06f65bf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage148 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1480 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1480 deleted file mode 100644 index 2dad1153..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1480 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1481 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1481 deleted file mode 100644 index 5bf7fb41..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1481 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1482 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1482 deleted file mode 100644 index 31a72a8a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1482 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1483 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1483 deleted file mode 100644 index a9a270b5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1483 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1484 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1484 deleted file mode 100644 index 1628e454..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1484 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1485 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1485 deleted file mode 100644 index cd5f82fb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1485 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1486 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1486 deleted file mode 100644 index 68f34a88..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1486 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1487 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1487 deleted file mode 100644 index 4b72b005..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1487 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1488 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1488 deleted file mode 100644 index 91dba301..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1488 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1489 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1489 deleted file mode 100644 index 7a8eca01..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1489 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage149 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage149 deleted file mode 100644 index debbb553..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage149 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1490 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1490 deleted file mode 100644 index 28b92195..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1490 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1491 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1491 deleted file mode 100644 index 7c21cfba..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1491 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1492 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1492 deleted file mode 100644 index 7aaab7a9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1492 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1493 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1493 deleted file mode 100644 index 9c7d86ed..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1493 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1494 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1494 deleted file mode 100644 index ce76cf60..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1494 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1495 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1495 deleted file mode 100644 index 951adfb4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1495 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1496 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1496 deleted file mode 100644 index a8a8b54e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1496 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1497 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1497 deleted file mode 100644 index aec6c1ee..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1497 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1498 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1498 deleted file mode 100644 index 39efb357..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1498 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1499 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1499 deleted file mode 100644 index cb50a292..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1499 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage15 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage15 deleted file mode 100644 index 6d737782..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage15 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage150 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage150 deleted file mode 100644 index fbf54ec5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage150 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1500 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1500 deleted file mode 100644 index 964bdd71..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1500 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1501 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1501 deleted file mode 100644 index 5595b447..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1501 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1502 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1502 deleted file mode 100644 index 309347e4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1502 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1503 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1503 deleted file mode 100644 index 5edec0b9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1503 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1504 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1504 deleted file mode 100644 index 842a2194..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1504 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1505 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1505 deleted file mode 100644 index f5a385c6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1505 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1506 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1506 deleted file mode 100644 index 6b736310..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1506 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1507 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1507 deleted file mode 100644 index 7865374e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1507 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1508 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1508 deleted file mode 100644 index 22e266a0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1508 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1509 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1509 deleted file mode 100644 index 6968e3ee..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1509 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage151 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage151 deleted file mode 100644 index 7e8d55df..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage151 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1510 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1510 deleted file mode 100644 index b7bbf5da..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1510 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1511 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1511 deleted file mode 100644 index 460b8597..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1511 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1512 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1512 deleted file mode 100644 index 2a2bb81e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1512 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1513 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1513 deleted file mode 100644 index 34d8a2c2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1513 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1514 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1514 deleted file mode 100644 index e0608774..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1514 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1515 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1515 deleted file mode 100644 index 01a50d31..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1515 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1516 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1516 deleted file mode 100644 index b726b1cc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1516 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1517 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1517 deleted file mode 100644 index 810beeb9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1517 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1518 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1518 deleted file mode 100644 index 9812331b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1518 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1519 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1519 deleted file mode 100644 index 85bdac32..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1519 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage152 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage152 deleted file mode 100644 index c80b8f6d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage152 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1520 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1520 deleted file mode 100644 index 7119aee6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1520 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1521 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1521 deleted file mode 100644 index 76a141ff..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1521 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1522 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1522 deleted file mode 100644 index 7b438d79..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1522 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1523 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1523 deleted file mode 100644 index 386a91b7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1523 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1524 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1524 deleted file mode 100644 index 85e9e611..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1524 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1525 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1525 deleted file mode 100644 index 6f317aeb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1525 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1526 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1526 deleted file mode 100644 index efbc7df7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1526 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1527 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1527 deleted file mode 100644 index 036bc997..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1527 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1528 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1528 deleted file mode 100644 index b20187bd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1528 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1529 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1529 deleted file mode 100644 index 41b7bf5b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1529 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage153 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage153 deleted file mode 100644 index b7c7c329..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage153 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1530 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1530 deleted file mode 100644 index 2122b725..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1530 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1531 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1531 deleted file mode 100644 index 27456291..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1531 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1532 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1532 deleted file mode 100644 index 59e62598..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1532 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1533 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1533 deleted file mode 100644 index 2f3ef47c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1533 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1534 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1534 deleted file mode 100644 index 71dafda9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1534 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1535 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1535 deleted file mode 100644 index 42320098..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1535 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1536 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1536 deleted file mode 100644 index e97bb457..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1536 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1537 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1537 deleted file mode 100644 index ccd08c0f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1537 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1538 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1538 deleted file mode 100644 index 02b20c18..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1538 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1539 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1539 deleted file mode 100644 index 1ea74639..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1539 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage154 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage154 deleted file mode 100644 index f3521435..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage154 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1540 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1540 deleted file mode 100644 index 2a0ed9f0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1540 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1541 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1541 deleted file mode 100644 index df96aafa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1541 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1542 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1542 deleted file mode 100644 index 457ba302..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1542 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1543 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1543 deleted file mode 100644 index 852fdea7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1543 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1544 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1544 deleted file mode 100644 index 1d104114..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1544 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1545 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1545 deleted file mode 100644 index 13e44c6a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1545 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1546 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1546 deleted file mode 100644 index ec6f22f9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1546 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1547 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1547 deleted file mode 100644 index f5295402..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1547 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1548 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1548 deleted file mode 100644 index 4d0c14b9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1548 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1549 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1549 deleted file mode 100644 index dc3ab4c1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1549 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage155 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage155 deleted file mode 100644 index e6239342..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage155 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1550 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1550 deleted file mode 100644 index f3dd2cbb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1550 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1551 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1551 deleted file mode 100644 index 6ee9eb74..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1551 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1552 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1552 deleted file mode 100644 index 05f36e6d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1552 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1553 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1553 deleted file mode 100644 index d751d1b2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1553 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1554 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1554 deleted file mode 100644 index edd29fa9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1554 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1555 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1555 deleted file mode 100644 index e4196712..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1555 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1556 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1556 deleted file mode 100644 index 823df27a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1556 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1557 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1557 deleted file mode 100644 index f4353764..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1557 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1558 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1558 deleted file mode 100644 index 7adeaa52..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1558 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1559 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1559 deleted file mode 100644 index f7324eee..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1559 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage156 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage156 deleted file mode 100644 index fe67aec5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage156 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1560 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1560 deleted file mode 100644 index cc393c94..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1560 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1561 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1561 deleted file mode 100644 index d09656f5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1561 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1562 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1562 deleted file mode 100644 index d0f788b8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1562 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1563 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1563 deleted file mode 100644 index 44c8de06..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1563 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1564 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1564 deleted file mode 100644 index a0de17c4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1564 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1565 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1565 deleted file mode 100644 index 335e303a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1565 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1566 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1566 deleted file mode 100644 index ce4ea342..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1566 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1567 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1567 deleted file mode 100644 index 121f71b2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1567 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1568 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1568 deleted file mode 100644 index 8550879b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1568 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1569 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1569 deleted file mode 100644 index 109733d3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1569 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage157 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage157 deleted file mode 100644 index 16b569aa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage157 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1570 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1570 deleted file mode 100644 index 588623a2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1570 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1571 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1571 deleted file mode 100644 index 789c4f92..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1571 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1572 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1572 deleted file mode 100644 index a8bdc68c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1572 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1573 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1573 deleted file mode 100644 index f7c2a4ab..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1573 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1574 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1574 deleted file mode 100644 index aefd944a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1574 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1575 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1575 deleted file mode 100644 index 3ee3c478..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1575 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1576 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1576 deleted file mode 100644 index 5bc339ba..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1576 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1577 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1577 deleted file mode 100644 index b245b12c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1577 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1578 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1578 deleted file mode 100644 index c995c0a4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1578 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1579 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1579 deleted file mode 100644 index 2692a496..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1579 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage158 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage158 deleted file mode 100644 index b20bf3dc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage158 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1580 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1580 deleted file mode 100644 index b15e0d56..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1580 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1581 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1581 deleted file mode 100644 index afb53e96..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1581 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1582 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1582 deleted file mode 100644 index 79848f0c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1582 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1583 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1583 deleted file mode 100644 index 771857c5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1583 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1584 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1584 deleted file mode 100644 index ab5c4ede..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1584 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1585 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1585 deleted file mode 100644 index 7e40a3ef..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1585 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1586 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1586 deleted file mode 100644 index 9c2e1483..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1586 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1587 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1587 deleted file mode 100644 index 22373af8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1587 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1588 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1588 deleted file mode 100644 index 3bc3bb74..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1588 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1589 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1589 deleted file mode 100644 index 6de158af..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1589 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage159 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage159 deleted file mode 100644 index 667e40da..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage159 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1590 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1590 deleted file mode 100644 index 7f157a64..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1590 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1591 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1591 deleted file mode 100644 index 3fb779ec..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1591 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1592 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1592 deleted file mode 100644 index 8fa03ede..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1592 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1593 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1593 deleted file mode 100644 index 44e05d98..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1593 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1594 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1594 deleted file mode 100644 index 019dbae8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1594 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1595 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1595 deleted file mode 100644 index 05133913..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1595 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1596 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1596 deleted file mode 100644 index 90e495c2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1596 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1597 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1597 deleted file mode 100644 index d1015e2b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1597 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1598 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1598 deleted file mode 100644 index 1a00ca7c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1598 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1599 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1599 deleted file mode 100644 index 10062c22..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1599 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage16 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage16 deleted file mode 100644 index b5eb7f00..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage16 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage160 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage160 deleted file mode 100644 index dc920f58..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage160 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1600 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1600 deleted file mode 100644 index 835d53e1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1600 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1601 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1601 deleted file mode 100644 index c51ee430..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1601 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1602 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1602 deleted file mode 100644 index ee7ef818..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1602 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1603 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1603 deleted file mode 100644 index 67553119..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1603 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1604 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1604 deleted file mode 100644 index 70bdbc3e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1604 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1605 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1605 deleted file mode 100644 index 01a9744d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1605 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1606 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1606 deleted file mode 100644 index f45167ca..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1606 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1607 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1607 deleted file mode 100644 index 65e38627..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1607 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1608 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1608 deleted file mode 100644 index 7aa54c19..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1608 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1609 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1609 deleted file mode 100644 index e4dd5a91..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1609 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage161 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage161 deleted file mode 100644 index 5fd77b3e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage161 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1610 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1610 deleted file mode 100644 index 95576bbf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1610 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1611 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1611 deleted file mode 100644 index e7218cdd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1611 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1612 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1612 deleted file mode 100644 index 22faacdd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1612 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1613 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1613 deleted file mode 100644 index 98576175..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1613 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1614 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1614 deleted file mode 100644 index 6c5bc830..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1614 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1615 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1615 deleted file mode 100644 index 4bd39fca..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1615 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1616 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1616 deleted file mode 100644 index 707bb59d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1616 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1617 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1617 deleted file mode 100644 index 01c79ef8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1617 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1618 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1618 deleted file mode 100644 index 0f57894c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1618 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1619 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1619 deleted file mode 100644 index 9cea36c8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1619 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage162 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage162 deleted file mode 100644 index a8d4e874..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage162 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1620 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1620 deleted file mode 100644 index 445781b6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1620 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1621 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1621 deleted file mode 100644 index 911489f8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1621 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1622 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1622 deleted file mode 100644 index b39aa016..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1622 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1623 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1623 deleted file mode 100644 index 6e84b684..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1623 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1624 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1624 deleted file mode 100644 index e9af4466..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1624 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1625 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1625 deleted file mode 100644 index 4bb888aa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1625 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1626 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1626 deleted file mode 100644 index e89892eb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1626 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1627 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1627 deleted file mode 100644 index 7d3f674d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1627 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1628 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1628 deleted file mode 100644 index 967d23c3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1628 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1629 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1629 deleted file mode 100644 index 26bc6e83..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1629 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage163 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage163 deleted file mode 100644 index eba31c6d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage163 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1630 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1630 deleted file mode 100644 index 1455380d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1630 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1631 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1631 deleted file mode 100644 index f804a125..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1631 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1632 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1632 deleted file mode 100644 index aef7f11f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1632 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1633 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1633 deleted file mode 100644 index ea4256f8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1633 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1634 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1634 deleted file mode 100644 index 74f3054b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1634 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1635 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1635 deleted file mode 100644 index dabaeefc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1635 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1636 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1636 deleted file mode 100644 index 19613edc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1636 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1637 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1637 deleted file mode 100644 index 107b0dbb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1637 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1638 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1638 deleted file mode 100644 index 776fbc9d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1638 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1639 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1639 deleted file mode 100644 index c013b5a6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1639 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage164 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage164 deleted file mode 100644 index 136e0091..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage164 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1640 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1640 deleted file mode 100644 index 7943f5f4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1640 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1641 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1641 deleted file mode 100644 index ab7c9e0f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1641 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1642 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1642 deleted file mode 100644 index 114fa418..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1642 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1643 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1643 deleted file mode 100644 index 995bf80d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1643 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1644 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1644 deleted file mode 100644 index b0c24e2e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1644 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1645 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1645 deleted file mode 100644 index 88737622..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1645 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1646 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1646 deleted file mode 100644 index 9e5cca2e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1646 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1647 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1647 deleted file mode 100644 index 6c0c5dfc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1647 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1648 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1648 deleted file mode 100644 index d960db89..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1648 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1649 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1649 deleted file mode 100644 index e0eb9169..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1649 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage165 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage165 deleted file mode 100644 index 11a05ade..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage165 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1650 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1650 deleted file mode 100644 index 8494a075..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1650 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1651 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1651 deleted file mode 100644 index 91f06fa3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1651 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1652 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1652 deleted file mode 100644 index 6ef27a7a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1652 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1653 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1653 deleted file mode 100644 index 421729b1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1653 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1654 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1654 deleted file mode 100644 index 1ad696fd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1654 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1655 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1655 deleted file mode 100644 index 2d0d30e7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1655 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1656 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1656 deleted file mode 100644 index 9288874d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1656 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1657 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1657 deleted file mode 100644 index ea10ebfd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1657 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1658 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1658 deleted file mode 100644 index 91d3899f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1658 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1659 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1659 deleted file mode 100644 index 0d71dbac..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1659 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage166 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage166 deleted file mode 100644 index 454e8f8e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage166 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1660 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1660 deleted file mode 100644 index a87c4c1a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1660 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1661 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1661 deleted file mode 100644 index 70b6a9dc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1661 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1662 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1662 deleted file mode 100644 index 35806fad..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1662 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1663 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1663 deleted file mode 100644 index 8cd185aa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1663 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1664 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1664 deleted file mode 100644 index bc825e85..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1664 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1665 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1665 deleted file mode 100644 index e48637a0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1665 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1666 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1666 deleted file mode 100644 index 23dd5151..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1666 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1667 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1667 deleted file mode 100644 index e7af4378..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1667 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1668 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1668 deleted file mode 100644 index 5e6dbca9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1668 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1669 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1669 deleted file mode 100644 index 13b213d0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1669 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage167 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage167 deleted file mode 100644 index 34e981e4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage167 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1670 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1670 deleted file mode 100644 index 7f7401a6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1670 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1671 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1671 deleted file mode 100644 index d020e253..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1671 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1672 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1672 deleted file mode 100644 index 7bbfa59e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1672 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1673 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1673 deleted file mode 100644 index 251573a7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1673 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1674 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1674 deleted file mode 100644 index 1dd4f705..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1674 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1675 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1675 deleted file mode 100644 index b51e2321..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1675 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1676 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1676 deleted file mode 100644 index ce2a674d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1676 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1677 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1677 deleted file mode 100644 index 7b0f324d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1677 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1678 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1678 deleted file mode 100644 index 677843d8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1678 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1679 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1679 deleted file mode 100644 index b15c70d0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1679 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage168 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage168 deleted file mode 100644 index 289278b8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage168 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1680 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1680 deleted file mode 100644 index cc39e2d8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1680 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1681 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1681 deleted file mode 100644 index c9978063..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1681 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1682 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1682 deleted file mode 100644 index a8d5b329..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1682 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1683 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1683 deleted file mode 100644 index 852f11a5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1683 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1684 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1684 deleted file mode 100644 index e89350d3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1684 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1685 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1685 deleted file mode 100644 index c0040054..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1685 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1686 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1686 deleted file mode 100644 index c46651f1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1686 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1687 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1687 deleted file mode 100644 index d28f208f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1687 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1688 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1688 deleted file mode 100644 index 1b700ff8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1688 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1689 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1689 deleted file mode 100644 index f416fe13..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1689 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage169 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage169 deleted file mode 100644 index a2e61f8e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage169 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1690 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1690 deleted file mode 100644 index b12fde9f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1690 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1691 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1691 deleted file mode 100644 index 13d4be90..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1691 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1692 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1692 deleted file mode 100644 index 114f506f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1692 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1693 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1693 deleted file mode 100644 index 84388568..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1693 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1694 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1694 deleted file mode 100644 index 0c44d235..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1694 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1695 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1695 deleted file mode 100644 index df6acb04..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1695 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1696 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1696 deleted file mode 100644 index 21663e07..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1696 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1697 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1697 deleted file mode 100644 index 7f7e9ffd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1697 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1698 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1698 deleted file mode 100644 index a1c5417b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1698 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1699 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1699 deleted file mode 100644 index 3e72be94..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1699 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage17 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage17 deleted file mode 100644 index 57bc5144..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage17 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage170 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage170 deleted file mode 100644 index 6ffaaee8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage170 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1700 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1700 deleted file mode 100644 index 389d3e2a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1700 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1701 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1701 deleted file mode 100644 index 93fdca2e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1701 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1702 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1702 deleted file mode 100644 index 8cbb7485..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1702 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1703 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1703 deleted file mode 100644 index 6496a25c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1703 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1704 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1704 deleted file mode 100644 index b21e50f0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1704 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1705 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1705 deleted file mode 100644 index 6f64a2f4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1705 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1706 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1706 deleted file mode 100644 index f024403e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1706 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1707 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1707 deleted file mode 100644 index e237e617..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1707 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1708 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1708 deleted file mode 100644 index 31dd574b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1708 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1709 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1709 deleted file mode 100644 index 7cba856b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1709 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage171 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage171 deleted file mode 100644 index df9ccc39..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage171 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1710 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1710 deleted file mode 100644 index 961e5df2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1710 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1711 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1711 deleted file mode 100644 index c4402dc1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1711 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1712 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1712 deleted file mode 100644 index 0d6cc02e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1712 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1713 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1713 deleted file mode 100644 index 695c793e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1713 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1714 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1714 deleted file mode 100644 index 8f7ae55f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1714 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1715 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1715 deleted file mode 100644 index 0b914c27..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1715 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1716 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1716 deleted file mode 100644 index ae680ce3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1716 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1717 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1717 deleted file mode 100644 index 30073925..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1717 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1718 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1718 deleted file mode 100644 index f07890fc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1718 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1719 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1719 deleted file mode 100644 index 9ff641a2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1719 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage172 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage172 deleted file mode 100644 index d40b03ad..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage172 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1720 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1720 deleted file mode 100644 index eab29411..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1720 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1721 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1721 deleted file mode 100644 index 3f23a1a8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1721 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1722 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1722 deleted file mode 100644 index 0e7cb044..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1722 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1723 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1723 deleted file mode 100644 index 332f3ab9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1723 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1724 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1724 deleted file mode 100644 index 8b5f7e6b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1724 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1725 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1725 deleted file mode 100644 index aa8ee2aa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1725 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1726 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1726 deleted file mode 100644 index 9e7152af..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1726 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1727 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1727 deleted file mode 100644 index d2f408db..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1727 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1728 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1728 deleted file mode 100644 index 9c6ab8ee..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1728 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1729 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1729 deleted file mode 100644 index 5af63058..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1729 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage173 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage173 deleted file mode 100644 index 4a5e2835..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage173 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1730 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1730 deleted file mode 100644 index 058629c8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1730 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1731 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1731 deleted file mode 100644 index 484d10ed..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1731 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1732 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1732 deleted file mode 100644 index 8ea5f8b1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1732 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1733 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1733 deleted file mode 100644 index 675ee328..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1733 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1734 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1734 deleted file mode 100644 index 611f99c3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1734 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1735 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1735 deleted file mode 100644 index 23244166..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1735 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1736 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1736 deleted file mode 100644 index 60141b83..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1736 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1737 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1737 deleted file mode 100644 index 83714684..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1737 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1738 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1738 deleted file mode 100644 index adb25100..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1738 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1739 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1739 deleted file mode 100644 index 76b2574a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1739 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage174 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage174 deleted file mode 100644 index 37c9c128..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage174 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1740 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1740 deleted file mode 100644 index b69e0540..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1740 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1741 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1741 deleted file mode 100644 index b27eb8f8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1741 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1742 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1742 deleted file mode 100644 index 628d908a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1742 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1743 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1743 deleted file mode 100644 index d8f95f1f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1743 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1744 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1744 deleted file mode 100644 index 567e3731..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1744 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1745 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1745 deleted file mode 100644 index 87f20bc5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1745 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1746 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1746 deleted file mode 100644 index 9e1d4b34..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1746 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1747 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1747 deleted file mode 100644 index 0291c938..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1747 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1748 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1748 deleted file mode 100644 index ed253a49..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1748 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1749 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1749 deleted file mode 100644 index a80db507..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1749 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage175 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage175 deleted file mode 100644 index e50ec005..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage175 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1750 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1750 deleted file mode 100644 index 827ea244..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1750 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1751 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1751 deleted file mode 100644 index facb3695..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1751 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1752 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1752 deleted file mode 100644 index 928de4c7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1752 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1753 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1753 deleted file mode 100644 index bd1e8012..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1753 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1754 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1754 deleted file mode 100644 index d628a55f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1754 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1755 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1755 deleted file mode 100644 index af388b29..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1755 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1756 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1756 deleted file mode 100644 index 86db20f3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1756 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1757 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1757 deleted file mode 100644 index e9c49afa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1757 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1758 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1758 deleted file mode 100644 index 930aed99..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1758 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1759 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1759 deleted file mode 100644 index 0fb3a946..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1759 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage176 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage176 deleted file mode 100644 index 4f137499..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage176 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1760 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1760 deleted file mode 100644 index 360ffd39..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1760 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1761 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1761 deleted file mode 100644 index 26282a7a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1761 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1762 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1762 deleted file mode 100644 index 94468830..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1762 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1763 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1763 deleted file mode 100644 index 6b9d3872..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1763 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1764 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1764 deleted file mode 100644 index de277745..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1764 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1765 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1765 deleted file mode 100644 index 5c22b9a2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1765 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1766 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1766 deleted file mode 100644 index 8b7fe052..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1766 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1767 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1767 deleted file mode 100644 index e991757a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1767 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1768 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1768 deleted file mode 100644 index 63b732a5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1768 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1769 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1769 deleted file mode 100644 index e168c475..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1769 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage177 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage177 deleted file mode 100644 index b3902255..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage177 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1770 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1770 deleted file mode 100644 index dd6126ab..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1770 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1771 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1771 deleted file mode 100644 index 33b2af79..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1771 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1772 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1772 deleted file mode 100644 index 3e1496f8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1772 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1773 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1773 deleted file mode 100644 index 5f0681d1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1773 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1774 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1774 deleted file mode 100644 index 66e27804..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1774 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1775 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1775 deleted file mode 100644 index c7ce938f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1775 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1776 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1776 deleted file mode 100644 index a954da93..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1776 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1777 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1777 deleted file mode 100644 index 4813c48e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1777 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1778 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1778 deleted file mode 100644 index 3cd311d6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1778 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1779 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1779 deleted file mode 100644 index 1ef430d0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1779 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage178 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage178 deleted file mode 100644 index 729b2116..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage178 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1780 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1780 deleted file mode 100644 index f3307558..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1780 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1781 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1781 deleted file mode 100644 index 32fb4abb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1781 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1782 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1782 deleted file mode 100644 index 551ca698..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1782 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1783 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1783 deleted file mode 100644 index ae4b63dd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1783 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1784 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1784 deleted file mode 100644 index ec656d4d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1784 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1785 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1785 deleted file mode 100644 index f6b54521..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1785 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1786 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1786 deleted file mode 100644 index 0d99deb4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1786 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1787 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1787 deleted file mode 100644 index 4573e593..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1787 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1788 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1788 deleted file mode 100644 index 46cb2bfe..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1788 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1789 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1789 deleted file mode 100644 index e67cd5b0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1789 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage179 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage179 deleted file mode 100644 index 7a186cf7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage179 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1790 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1790 deleted file mode 100644 index 920a83cb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1790 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1791 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1791 deleted file mode 100644 index 180756f9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1791 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1792 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1792 deleted file mode 100644 index 103b2e10..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1792 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1793 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1793 deleted file mode 100644 index 1b16b1ad..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1793 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1794 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1794 deleted file mode 100644 index 79a5766e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1794 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1795 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1795 deleted file mode 100644 index 9b9c6a87..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1795 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1796 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1796 deleted file mode 100644 index fe724153..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1796 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1797 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1797 deleted file mode 100644 index fe6ba377..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1797 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1798 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1798 deleted file mode 100644 index 6af3ffb0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1798 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1799 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1799 deleted file mode 100644 index a136440c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1799 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage18 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage18 deleted file mode 100644 index 0a8daf91..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage18 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage180 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage180 deleted file mode 100644 index 20906a9c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage180 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1800 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1800 deleted file mode 100644 index 717ec67c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1800 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1801 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1801 deleted file mode 100644 index c7505594..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1801 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1802 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1802 deleted file mode 100644 index 3b8df9e1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1802 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1803 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1803 deleted file mode 100644 index 41ee0ef8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1803 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1804 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1804 deleted file mode 100644 index 245d984d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1804 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1805 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1805 deleted file mode 100644 index 17db4d6f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1805 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1806 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1806 deleted file mode 100644 index 9a771f47..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1806 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1807 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1807 deleted file mode 100644 index a0557935..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1807 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1808 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1808 deleted file mode 100644 index 9ec9ba49..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1808 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1809 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1809 deleted file mode 100644 index 47fcc7f4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1809 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage181 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage181 deleted file mode 100644 index c8e21282..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage181 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1810 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1810 deleted file mode 100644 index 6c6b0172..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1810 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1811 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1811 deleted file mode 100644 index d624aa89..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1811 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1812 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1812 deleted file mode 100644 index d74d46c0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1812 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1813 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1813 deleted file mode 100644 index 46f2d760..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1813 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1814 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1814 deleted file mode 100644 index 355eb158..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1814 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1815 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1815 deleted file mode 100644 index ade055d0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1815 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1816 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1816 deleted file mode 100644 index dbcf1a93..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1816 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1817 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1817 deleted file mode 100644 index 709a733a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1817 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1818 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1818 deleted file mode 100644 index 4573df11..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1818 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1819 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1819 deleted file mode 100644 index 5472169c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1819 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage182 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage182 deleted file mode 100644 index 639513be..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage182 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1820 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1820 deleted file mode 100644 index 0dd71154..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1820 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1821 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1821 deleted file mode 100644 index b26655d8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1821 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1822 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1822 deleted file mode 100644 index e910db4b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1822 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1823 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1823 deleted file mode 100644 index 7b329314..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1823 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1824 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1824 deleted file mode 100644 index f21b7b2c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1824 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1825 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1825 deleted file mode 100644 index 033a743b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1825 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1826 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1826 deleted file mode 100644 index 278df1ab..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1826 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1827 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1827 deleted file mode 100644 index e434fe5b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1827 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1828 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1828 deleted file mode 100644 index c61a74ab..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1828 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1829 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1829 deleted file mode 100644 index a7105904..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1829 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage183 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage183 deleted file mode 100644 index 98d089eb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage183 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1830 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1830 deleted file mode 100644 index 73c5f87c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1830 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1831 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1831 deleted file mode 100644 index fb4ab61a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1831 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1832 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1832 deleted file mode 100644 index eaa468a3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1832 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1833 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1833 deleted file mode 100644 index 4d4622dc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1833 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1834 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1834 deleted file mode 100644 index a0649ee3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1834 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1835 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1835 deleted file mode 100644 index fc37b5cb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1835 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1836 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1836 deleted file mode 100644 index 6706ce4a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1836 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1837 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1837 deleted file mode 100644 index ff4a2655..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1837 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1838 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1838 deleted file mode 100644 index f3c30013..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1838 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1839 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1839 deleted file mode 100644 index ce72ba8e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1839 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage184 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage184 deleted file mode 100644 index de616687..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage184 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1840 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1840 deleted file mode 100644 index 6247c5ac..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1840 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1841 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1841 deleted file mode 100644 index a958a890..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1841 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1842 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1842 deleted file mode 100644 index 089d5159..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1842 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1843 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1843 deleted file mode 100644 index 49e50012..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1843 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1844 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1844 deleted file mode 100644 index c59edb34..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1844 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1845 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1845 deleted file mode 100644 index 6f70fa5a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1845 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1846 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1846 deleted file mode 100644 index 7310d558..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1846 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1847 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1847 deleted file mode 100644 index 2af6f50f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1847 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1848 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1848 deleted file mode 100644 index 82cf27f7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1848 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1849 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1849 deleted file mode 100644 index a39bfceb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1849 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage185 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage185 deleted file mode 100644 index 41b4493c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage185 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1850 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1850 deleted file mode 100644 index 18f16535..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1850 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1851 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1851 deleted file mode 100644 index 6bcb64f3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1851 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1852 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1852 deleted file mode 100644 index 27d6d273..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1852 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1853 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1853 deleted file mode 100644 index b7a20ff8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1853 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1854 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1854 deleted file mode 100644 index 88578e72..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1854 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1855 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1855 deleted file mode 100644 index c1821f9e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1855 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1856 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1856 deleted file mode 100644 index 840c7222..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1856 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1857 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1857 deleted file mode 100644 index 88f05ada..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1857 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1858 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1858 deleted file mode 100644 index dde1e669..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1858 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1859 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1859 deleted file mode 100644 index a7694485..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1859 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage186 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage186 deleted file mode 100644 index 209cc51b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage186 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1860 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1860 deleted file mode 100644 index f6c0b16e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1860 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1861 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1861 deleted file mode 100644 index fd8a5158..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1861 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1862 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1862 deleted file mode 100644 index 49d5eb58..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1862 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1863 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1863 deleted file mode 100644 index b5042e45..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1863 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1864 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1864 deleted file mode 100644 index 154e0a6a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1864 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1865 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1865 deleted file mode 100644 index 814b4e1c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1865 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1866 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1866 deleted file mode 100644 index 8c2b82f7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1866 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1867 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1867 deleted file mode 100644 index 07ac4044..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1867 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1868 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1868 deleted file mode 100644 index bc6075f5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1868 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1869 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1869 deleted file mode 100644 index 2d5a8665..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1869 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage187 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage187 deleted file mode 100644 index 49d80153..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage187 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1870 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1870 deleted file mode 100644 index 1e5e9a0a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1870 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1871 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1871 deleted file mode 100644 index 2567b209..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1871 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1872 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1872 deleted file mode 100644 index 16a7b326..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1872 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1873 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1873 deleted file mode 100644 index 8174f610..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1873 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1874 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1874 deleted file mode 100644 index 3e6c1057..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1874 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1875 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1875 deleted file mode 100644 index 7c8d566d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1875 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1876 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1876 deleted file mode 100644 index 0c4205f4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1876 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1877 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1877 deleted file mode 100644 index 94cb77b0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1877 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1878 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1878 deleted file mode 100644 index ab8e0f74..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1878 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1879 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1879 deleted file mode 100644 index c4a40095..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1879 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage188 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage188 deleted file mode 100644 index 006e208a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage188 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1880 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1880 deleted file mode 100644 index 7e9d0e98..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1880 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1881 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1881 deleted file mode 100644 index 243558cc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1881 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1882 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1882 deleted file mode 100644 index 6e713766..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1882 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1883 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1883 deleted file mode 100644 index 5b9cda67..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1883 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1884 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1884 deleted file mode 100644 index 93b248db..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1884 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1885 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1885 deleted file mode 100644 index 0f4d571e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1885 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1886 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1886 deleted file mode 100644 index 88e1be90..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1886 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1887 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1887 deleted file mode 100644 index 5f3081b3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1887 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1888 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1888 deleted file mode 100644 index 9374ded7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1888 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1889 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1889 deleted file mode 100644 index e6bedc70..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1889 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage189 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage189 deleted file mode 100644 index 11e62df6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage189 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1890 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1890 deleted file mode 100644 index dd02167c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1890 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1891 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1891 deleted file mode 100644 index f8ea4cec..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1891 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1892 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1892 deleted file mode 100644 index c8421824..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1892 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1893 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1893 deleted file mode 100644 index ea41ccc3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1893 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1894 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1894 deleted file mode 100644 index 3a0dac9d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1894 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1895 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1895 deleted file mode 100644 index e26f9fe2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1895 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1896 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1896 deleted file mode 100644 index 8845572f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1896 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1897 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1897 deleted file mode 100644 index 0b432240..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1897 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1898 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1898 deleted file mode 100644 index 4f066737..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1898 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1899 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1899 deleted file mode 100644 index 91da19ab..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1899 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage19 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage19 deleted file mode 100644 index 6c5101c4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage19 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage190 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage190 deleted file mode 100644 index d0b938e3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage190 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1900 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1900 deleted file mode 100644 index 952e1340..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1900 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1901 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1901 deleted file mode 100644 index 48ecce11..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1901 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1902 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1902 deleted file mode 100644 index a55c7e6e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1902 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1903 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1903 deleted file mode 100644 index 14af7564..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1903 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1904 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1904 deleted file mode 100644 index b6bc4520..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1904 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1905 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1905 deleted file mode 100644 index 71e17176..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1905 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1906 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1906 deleted file mode 100644 index f18c74e8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1906 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1907 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1907 deleted file mode 100644 index e4554243..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1907 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1908 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1908 deleted file mode 100644 index 91f841f5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1908 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1909 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1909 deleted file mode 100644 index 0a1f5120..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1909 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage191 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage191 deleted file mode 100644 index a5038699..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage191 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1910 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1910 deleted file mode 100644 index cfff4787..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1910 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1911 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1911 deleted file mode 100644 index 7174b8ce..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1911 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1912 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1912 deleted file mode 100644 index 3f3c697e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1912 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1913 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1913 deleted file mode 100644 index a6f6defe..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1913 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1914 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1914 deleted file mode 100644 index 0cec89ed..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1914 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1915 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1915 deleted file mode 100644 index 5ed6214d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1915 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1916 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1916 deleted file mode 100644 index 4803ec96..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1916 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1917 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1917 deleted file mode 100644 index a200f5bc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1917 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1918 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1918 deleted file mode 100644 index 4b1f654d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1918 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1919 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1919 deleted file mode 100644 index 887362b0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1919 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage192 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage192 deleted file mode 100644 index 40e6fd8e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage192 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1920 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1920 deleted file mode 100644 index d14035c9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1920 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1921 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1921 deleted file mode 100644 index b01e9958..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1921 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1922 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1922 deleted file mode 100644 index fc4e8442..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1922 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1923 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1923 deleted file mode 100644 index 5afa217b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1923 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1924 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1924 deleted file mode 100644 index 2ea7ed7b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1924 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1925 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1925 deleted file mode 100644 index 32c3a9c6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1925 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1926 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1926 deleted file mode 100644 index 726bb73a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1926 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1927 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1927 deleted file mode 100644 index 83f940cb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1927 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1928 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1928 deleted file mode 100644 index 39840a73..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1928 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1929 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1929 deleted file mode 100644 index d1a73cbb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1929 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage193 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage193 deleted file mode 100644 index b74afca9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage193 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1930 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1930 deleted file mode 100644 index 17428138..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1930 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1931 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1931 deleted file mode 100644 index 1ca2aae1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1931 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1932 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1932 deleted file mode 100644 index cecaee4e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1932 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1933 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1933 deleted file mode 100644 index 959e8a34..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1933 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1934 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1934 deleted file mode 100644 index d37c1193..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1934 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1935 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1935 deleted file mode 100644 index 139bda5e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1935 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1936 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1936 deleted file mode 100644 index 9590bccd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1936 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1937 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1937 deleted file mode 100644 index 8c05bed8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1937 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1938 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1938 deleted file mode 100644 index e08bebf3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1938 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1939 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1939 deleted file mode 100644 index 06cd175f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1939 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage194 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage194 deleted file mode 100644 index d1580e08..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage194 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1940 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1940 deleted file mode 100644 index 952bd02b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1940 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1941 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1941 deleted file mode 100644 index 676578a2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1941 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1942 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1942 deleted file mode 100644 index 56039ec1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1942 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1943 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1943 deleted file mode 100644 index 17cdf00d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1943 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1944 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1944 deleted file mode 100644 index 9c918696..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1944 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1945 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1945 deleted file mode 100644 index 23d92f25..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1945 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1946 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1946 deleted file mode 100644 index 70b3a037..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1946 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1947 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1947 deleted file mode 100644 index 5d95f266..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1947 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1948 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1948 deleted file mode 100644 index 0925e14c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1948 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1949 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1949 deleted file mode 100644 index 992886ef..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1949 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage195 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage195 deleted file mode 100644 index c329e608..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage195 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1950 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1950 deleted file mode 100644 index 249efc51..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1950 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1951 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1951 deleted file mode 100644 index 49ff683d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1951 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1952 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1952 deleted file mode 100644 index 38530b7b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1952 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1953 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1953 deleted file mode 100644 index 71d51769..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1953 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1954 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1954 deleted file mode 100644 index d6d95442..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1954 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1955 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1955 deleted file mode 100644 index ff7932d9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1955 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1956 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1956 deleted file mode 100644 index f5ddc9cf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1956 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1957 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1957 deleted file mode 100644 index daf338df..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1957 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1958 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1958 deleted file mode 100644 index a423000f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1958 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1959 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1959 deleted file mode 100644 index facccc49..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1959 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage196 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage196 deleted file mode 100644 index d8c9b0c7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage196 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1960 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1960 deleted file mode 100644 index 5e4983bc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1960 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1961 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1961 deleted file mode 100644 index ab44d162..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1961 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1962 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1962 deleted file mode 100644 index 923f92bf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1962 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1963 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1963 deleted file mode 100644 index d200e87f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1963 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1964 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1964 deleted file mode 100644 index e5c34b2f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1964 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1965 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1965 deleted file mode 100644 index 22b0a431..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1965 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1966 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1966 deleted file mode 100644 index edfaf760..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1966 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1967 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1967 deleted file mode 100644 index 7e96831f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1967 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1968 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1968 deleted file mode 100644 index 02fca489..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1968 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1969 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1969 deleted file mode 100644 index 0ed0564d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1969 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage197 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage197 deleted file mode 100644 index 70af6e26..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage197 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1970 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1970 deleted file mode 100644 index 5d51192a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1970 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1971 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1971 deleted file mode 100644 index 74f59b45..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1971 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1972 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1972 deleted file mode 100644 index bd024840..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1972 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1973 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1973 deleted file mode 100644 index c1f3a660..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1973 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1974 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1974 deleted file mode 100644 index 954bbe1f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1974 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1975 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1975 deleted file mode 100644 index 0a648033..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1975 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1976 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1976 deleted file mode 100644 index a22839f2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1976 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1977 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1977 deleted file mode 100644 index 61e3d223..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1977 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1978 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1978 deleted file mode 100644 index b7024a4d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1978 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1979 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1979 deleted file mode 100644 index 06e789d7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1979 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage198 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage198 deleted file mode 100644 index b98a62f3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage198 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1980 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1980 deleted file mode 100644 index 13456b65..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1980 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1981 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1981 deleted file mode 100644 index b736a8b2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1981 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1982 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1982 deleted file mode 100644 index 5ebe96b7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1982 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1983 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1983 deleted file mode 100644 index 1e491277..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1983 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1984 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1984 deleted file mode 100644 index ae1a478c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1984 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1985 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1985 deleted file mode 100644 index 0e5704de..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1985 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1986 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1986 deleted file mode 100644 index a541fb93..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1986 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1987 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1987 deleted file mode 100644 index 87c1cbdc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1987 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1988 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1988 deleted file mode 100644 index e35a5100..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1988 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1989 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1989 deleted file mode 100644 index 07393248..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1989 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage199 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage199 deleted file mode 100644 index 6446ed6e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage199 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1990 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1990 deleted file mode 100644 index bea5dbf9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1990 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1991 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1991 deleted file mode 100644 index 7f077c1d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1991 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1992 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1992 deleted file mode 100644 index ce155418..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1992 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1993 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1993 deleted file mode 100644 index 1fa874f5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1993 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1994 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1994 deleted file mode 100644 index cee65c9c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1994 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1995 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1995 deleted file mode 100644 index 2cb90b02..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1995 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1996 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1996 deleted file mode 100644 index 1de35417..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1996 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1997 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1997 deleted file mode 100644 index 54960912..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1997 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1998 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1998 deleted file mode 100644 index bef8a7e2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1998 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1999 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1999 deleted file mode 100644 index 5fb2ad8f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1999 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2 deleted file mode 100644 index e9aef95b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage20 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage20 deleted file mode 100644 index 21b31520..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage20 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage200 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage200 deleted file mode 100644 index b081fbe7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage200 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2000 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2000 deleted file mode 100644 index 8e3bf351..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2000 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2001 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2001 deleted file mode 100644 index bf98ec7e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2001 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2002 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2002 deleted file mode 100644 index 676a2841..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2002 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2003 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2003 deleted file mode 100644 index 621590c2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2003 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2004 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2004 deleted file mode 100644 index 76e7cc3f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2004 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2005 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2005 deleted file mode 100644 index a20817e8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2005 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2006 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2006 deleted file mode 100644 index 44b171cf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2006 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2007 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2007 deleted file mode 100644 index 1f40a565..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2007 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2008 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2008 deleted file mode 100644 index c9961802..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2008 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2009 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2009 deleted file mode 100644 index ba2d98ce..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2009 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage201 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage201 deleted file mode 100644 index fa72ee90..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage201 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2010 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2010 deleted file mode 100644 index 494649c2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2010 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2011 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2011 deleted file mode 100644 index ff948a3c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2011 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2012 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2012 deleted file mode 100644 index 2555f56d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2012 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2013 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2013 deleted file mode 100644 index c63f6c63..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2013 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2014 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2014 deleted file mode 100644 index f219b50b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2014 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2015 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2015 deleted file mode 100644 index 7d818e46..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2015 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2016 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2016 deleted file mode 100644 index 7f119b60..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2016 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2017 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2017 deleted file mode 100644 index 5b3c6fbb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2017 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2018 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2018 deleted file mode 100644 index 0e5145a1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2018 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2019 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2019 deleted file mode 100644 index f9c81460..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2019 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage202 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage202 deleted file mode 100644 index 6d854d06..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage202 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2020 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2020 deleted file mode 100644 index 75a96170..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2020 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2021 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2021 deleted file mode 100644 index 9e56c5fd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2021 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2022 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2022 deleted file mode 100644 index fe423c2f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2022 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2023 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2023 deleted file mode 100644 index c1928a28..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2023 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2024 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2024 deleted file mode 100644 index da60af95..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2024 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2025 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2025 deleted file mode 100644 index a17082f8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2025 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2026 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2026 deleted file mode 100644 index f4136e31..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2026 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2027 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2027 deleted file mode 100644 index f6a48efd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2027 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2028 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2028 deleted file mode 100644 index 0391c908..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2028 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2029 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2029 deleted file mode 100644 index a19f4a56..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2029 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage203 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage203 deleted file mode 100644 index 4b2025d0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage203 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2030 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2030 deleted file mode 100644 index f4021a09..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2030 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2031 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2031 deleted file mode 100644 index 8b3f5786..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2031 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2032 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2032 deleted file mode 100644 index b291b2ab..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2032 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2033 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2033 deleted file mode 100644 index 1d3625cf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2033 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2034 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2034 deleted file mode 100644 index a4406411..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2034 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2035 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2035 deleted file mode 100644 index e80c5b85..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2035 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2036 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2036 deleted file mode 100644 index 34de862d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2036 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2037 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2037 deleted file mode 100644 index 8ceb572f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2037 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2038 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2038 deleted file mode 100644 index 8220b273..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2038 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2039 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2039 deleted file mode 100644 index 1c041d54..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2039 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage204 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage204 deleted file mode 100644 index 447e6cd4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage204 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2040 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2040 deleted file mode 100644 index 45f94841..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2040 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2041 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2041 deleted file mode 100644 index 2ac589aa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2041 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2042 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2042 deleted file mode 100644 index beb5a6c6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2042 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2043 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2043 deleted file mode 100644 index 4233d9f6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2043 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2044 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2044 deleted file mode 100644 index 1a06cd45..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2044 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2045 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2045 deleted file mode 100644 index 004e385e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2045 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2046 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2046 deleted file mode 100644 index 3eae1e08..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2046 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2047 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2047 deleted file mode 100644 index 592839b4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2047 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2048 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2048 deleted file mode 100644 index 317c46f0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2048 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2049 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2049 deleted file mode 100644 index a2175197..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2049 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage205 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage205 deleted file mode 100644 index 0fcb3267..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage205 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2050 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2050 deleted file mode 100644 index 264a6971..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2050 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2051 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2051 deleted file mode 100644 index 083660dd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2051 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2052 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2052 deleted file mode 100644 index ca6a50ca..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2052 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2053 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2053 deleted file mode 100644 index 8a6f5622..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2053 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2054 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2054 deleted file mode 100644 index dbb49d64..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2054 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2055 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2055 deleted file mode 100644 index 75ce8487..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2055 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2056 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2056 deleted file mode 100644 index 75aa920b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2056 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2057 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2057 deleted file mode 100644 index 5fd06094..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2057 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2058 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2058 deleted file mode 100644 index e01452cc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2058 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2059 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2059 deleted file mode 100644 index 23c3dd1a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2059 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage206 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage206 deleted file mode 100644 index 0987189c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage206 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2060 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2060 deleted file mode 100644 index fb540fb4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2060 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2061 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2061 deleted file mode 100644 index f93479fb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2061 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2062 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2062 deleted file mode 100644 index f9d7c4f4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2062 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2063 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2063 deleted file mode 100644 index 043a2a20..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2063 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2064 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2064 deleted file mode 100644 index c5b67e39..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2064 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2065 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2065 deleted file mode 100644 index ee28ac87..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2065 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2066 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2066 deleted file mode 100644 index 9e10fd55..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2066 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2067 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2067 deleted file mode 100644 index 09b84c89..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2067 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2068 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2068 deleted file mode 100644 index a1963bbd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2068 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2069 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2069 deleted file mode 100644 index 04d9fe21..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2069 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage207 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage207 deleted file mode 100644 index 282e62d2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage207 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2070 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2070 deleted file mode 100644 index 6fe6663c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2070 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2071 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2071 deleted file mode 100644 index ad3fb12c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2071 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2072 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2072 deleted file mode 100644 index 57eee944..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2072 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2073 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2073 deleted file mode 100644 index 7da59b4f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2073 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2074 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2074 deleted file mode 100644 index e0afe4c6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2074 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2075 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2075 deleted file mode 100644 index 5f169f94..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2075 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2076 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2076 deleted file mode 100644 index 79ea210f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2076 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2077 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2077 deleted file mode 100644 index 972e355d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2077 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2078 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2078 deleted file mode 100644 index 9ebe81a2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2078 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2079 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2079 deleted file mode 100644 index 696275c8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2079 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage208 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage208 deleted file mode 100644 index 0cdb0200..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage208 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2080 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2080 deleted file mode 100644 index 989c65c1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2080 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2081 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2081 deleted file mode 100644 index ad7b397c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2081 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2082 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2082 deleted file mode 100644 index 403e36bc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2082 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2083 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2083 deleted file mode 100644 index 426c4408..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2083 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2084 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2084 deleted file mode 100644 index ec2e8111..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2084 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2085 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2085 deleted file mode 100644 index 3786fd74..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2085 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2086 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2086 deleted file mode 100644 index 5eb62813..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2086 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2087 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2087 deleted file mode 100644 index a47f971d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2087 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2088 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2088 deleted file mode 100644 index 28b3127b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2088 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2089 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2089 deleted file mode 100644 index 15971e95..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2089 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage209 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage209 deleted file mode 100644 index ee0cd830..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage209 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2090 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2090 deleted file mode 100644 index f2ae8ae9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2090 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2091 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2091 deleted file mode 100644 index f92684fc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2091 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2092 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2092 deleted file mode 100644 index 68f9a9e5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2092 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2093 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2093 deleted file mode 100644 index f68f5ea8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2093 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2094 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2094 deleted file mode 100644 index f8875422..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2094 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2095 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2095 deleted file mode 100644 index dbb2f97e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2095 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2096 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2096 deleted file mode 100644 index 4ce4bae6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2096 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2097 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2097 deleted file mode 100644 index a0d92cbe..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2097 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2098 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2098 deleted file mode 100644 index ae95975a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2098 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2099 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2099 deleted file mode 100644 index aac41f8e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2099 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage21 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage21 deleted file mode 100644 index f8a82fa4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage21 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage210 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage210 deleted file mode 100644 index a55d8788..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage210 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2100 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2100 deleted file mode 100644 index 4d18026a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2100 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2101 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2101 deleted file mode 100644 index 59d30d95..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2101 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2102 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2102 deleted file mode 100644 index 65864c20..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2102 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2103 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2103 deleted file mode 100644 index 9447f700..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2103 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2104 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2104 deleted file mode 100644 index 265568df..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2104 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2105 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2105 deleted file mode 100644 index 8b009806..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2105 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2106 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2106 deleted file mode 100644 index 0cee1365..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2106 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2107 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2107 deleted file mode 100644 index 10f1eb02..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2107 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2108 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2108 deleted file mode 100644 index 8e5a9eca..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2108 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2109 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2109 deleted file mode 100644 index ebfe3740..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2109 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage211 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage211 deleted file mode 100644 index fee4799d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage211 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2110 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2110 deleted file mode 100644 index c94d4f72..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2110 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2111 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2111 deleted file mode 100644 index ce19ff4a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2111 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2112 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2112 deleted file mode 100644 index be458f44..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2112 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2113 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2113 deleted file mode 100644 index 12b8d46e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2113 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2114 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2114 deleted file mode 100644 index 453f9abb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2114 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2115 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2115 deleted file mode 100644 index 196ddebe..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2115 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2116 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2116 deleted file mode 100644 index 0af5d549..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2116 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2117 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2117 deleted file mode 100644 index 98c546d8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2117 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2118 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2118 deleted file mode 100644 index 0cabf258..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2118 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2119 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2119 deleted file mode 100644 index 878b05ab..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2119 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage212 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage212 deleted file mode 100644 index b53eaa81..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage212 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2120 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2120 deleted file mode 100644 index 7a605e31..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2120 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2121 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2121 deleted file mode 100644 index a0aa5e9b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2121 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2122 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2122 deleted file mode 100644 index 58b6b600..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2122 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2123 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2123 deleted file mode 100644 index 8fbedb92..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2123 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2124 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2124 deleted file mode 100644 index 76e5d653..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2124 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2125 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2125 deleted file mode 100644 index a1ff2880..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2125 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2126 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2126 deleted file mode 100644 index f718a86b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2126 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2127 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2127 deleted file mode 100644 index c286f6f0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2127 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2128 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2128 deleted file mode 100644 index 30145945..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2128 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2129 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2129 deleted file mode 100644 index 71085c0e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2129 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage213 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage213 deleted file mode 100644 index 7b77b9d3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage213 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2130 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2130 deleted file mode 100644 index efdad174..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2130 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2131 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2131 deleted file mode 100644 index f3450007..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2131 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2132 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2132 deleted file mode 100644 index 3de9e985..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2132 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2133 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2133 deleted file mode 100644 index fac2707a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2133 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2134 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2134 deleted file mode 100644 index 4e655e1d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2134 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2135 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2135 deleted file mode 100644 index ac1143ae..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2135 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2136 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2136 deleted file mode 100644 index ee5f5c3f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2136 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2137 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2137 deleted file mode 100644 index d3a0feef..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2137 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2138 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2138 deleted file mode 100644 index 3633d886..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2138 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2139 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2139 deleted file mode 100644 index bdda8cc2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2139 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage214 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage214 deleted file mode 100644 index 59fd9b33..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage214 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2140 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2140 deleted file mode 100644 index dad95078..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2140 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2141 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2141 deleted file mode 100644 index a5d103e6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2141 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2142 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2142 deleted file mode 100644 index 41ed4992..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2142 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2143 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2143 deleted file mode 100644 index 6d118fc6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2143 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2144 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2144 deleted file mode 100644 index 48f76c96..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2144 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2145 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2145 deleted file mode 100644 index a7779dc0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2145 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2146 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2146 deleted file mode 100644 index 5295a1e7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2146 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2147 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2147 deleted file mode 100644 index 6c05e092..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2147 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2148 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2148 deleted file mode 100644 index d53b9f77..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2148 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2149 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2149 deleted file mode 100644 index 355f79f4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2149 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage215 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage215 deleted file mode 100644 index 7d477633..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage215 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2150 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2150 deleted file mode 100644 index 7e3eebd1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2150 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2151 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2151 deleted file mode 100644 index cfc62c88..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2151 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2152 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2152 deleted file mode 100644 index 0d007bf4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2152 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2153 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2153 deleted file mode 100644 index 8d08a1ac..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2153 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2154 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2154 deleted file mode 100644 index f0cd8cf8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2154 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2155 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2155 deleted file mode 100644 index dc5c6d48..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2155 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2156 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2156 deleted file mode 100644 index 08421f47..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2156 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2157 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2157 deleted file mode 100644 index 78083ea4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2157 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2158 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2158 deleted file mode 100644 index e69e3782..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2158 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2159 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2159 deleted file mode 100644 index 76893317..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2159 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage216 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage216 deleted file mode 100644 index 1bb275a1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage216 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2160 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2160 deleted file mode 100644 index b9f08200..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2160 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2161 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2161 deleted file mode 100644 index f0557165..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2161 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2162 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2162 deleted file mode 100644 index bd9b6af9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2162 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2163 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2163 deleted file mode 100644 index 0b7867d7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2163 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2164 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2164 deleted file mode 100644 index 69494a6b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2164 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2165 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2165 deleted file mode 100644 index 532ff913..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2165 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2166 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2166 deleted file mode 100644 index 421a9ccb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2166 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2167 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2167 deleted file mode 100644 index a6302be9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2167 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2168 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2168 deleted file mode 100644 index 2a6a2375..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2168 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2169 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2169 deleted file mode 100644 index 8e8fec1f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2169 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage217 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage217 deleted file mode 100644 index 2a4570a5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage217 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2170 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2170 deleted file mode 100644 index a4771be4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2170 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2171 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2171 deleted file mode 100644 index d18960f7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2171 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2172 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2172 deleted file mode 100644 index 24ec1dcc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2172 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2173 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2173 deleted file mode 100644 index 9cba42a4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2173 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2174 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2174 deleted file mode 100644 index 3f1c3ba8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2174 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2175 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2175 deleted file mode 100644 index e9d261f7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2175 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2176 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2176 deleted file mode 100644 index 639ac25f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2176 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2177 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2177 deleted file mode 100644 index 14262a4c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2177 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2178 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2178 deleted file mode 100644 index d60777ca..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2178 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2179 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2179 deleted file mode 100644 index feaa4fc7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2179 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage218 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage218 deleted file mode 100644 index fa042367..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage218 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2180 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2180 deleted file mode 100644 index c768f0dc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2180 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2181 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2181 deleted file mode 100644 index 8eb18b8f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2181 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2182 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2182 deleted file mode 100644 index d5987c55..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2182 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2183 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2183 deleted file mode 100644 index 68cd04e7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2183 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2184 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2184 deleted file mode 100644 index b7d3145c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2184 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2185 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2185 deleted file mode 100644 index 49fbccde..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2185 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2186 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2186 deleted file mode 100644 index c3e1e6bf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2186 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2187 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2187 deleted file mode 100644 index f4704103..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2187 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2188 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2188 deleted file mode 100644 index 79b85b61..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2188 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2189 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2189 deleted file mode 100644 index 8531d17e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2189 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage219 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage219 deleted file mode 100644 index a2afb380..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage219 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2190 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2190 deleted file mode 100644 index 167e54a2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2190 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2191 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2191 deleted file mode 100644 index 1973c5da..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2191 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2192 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2192 deleted file mode 100644 index 8e52efda..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2192 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2193 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2193 deleted file mode 100644 index 62cb93ae..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2193 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2194 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2194 deleted file mode 100644 index a9ae58b0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2194 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2195 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2195 deleted file mode 100644 index 0cb7fbb4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2195 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2196 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2196 deleted file mode 100644 index 946f094b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2196 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2197 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2197 deleted file mode 100644 index 8b23eedb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2197 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2198 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2198 deleted file mode 100644 index 53ba0287..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2198 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2199 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2199 deleted file mode 100644 index a48a1a74..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2199 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage22 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage22 deleted file mode 100644 index fd430825..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage22 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage220 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage220 deleted file mode 100644 index b30aee90..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage220 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2200 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2200 deleted file mode 100644 index ecc05e5e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2200 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2201 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2201 deleted file mode 100644 index 5e73e05e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2201 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2202 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2202 deleted file mode 100644 index af3b52e9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2202 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2203 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2203 deleted file mode 100644 index 08ebafa9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2203 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2204 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2204 deleted file mode 100644 index a6cc96d8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2204 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2205 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2205 deleted file mode 100644 index fdf5801b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2205 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2206 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2206 deleted file mode 100644 index 14b9dfa9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2206 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2207 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2207 deleted file mode 100644 index 823f511b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2207 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2208 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2208 deleted file mode 100644 index 6e830476..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2208 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2209 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2209 deleted file mode 100644 index 987a68fe..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2209 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage221 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage221 deleted file mode 100644 index 19362358..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage221 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2210 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2210 deleted file mode 100644 index ef3882c3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2210 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2211 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2211 deleted file mode 100644 index 1796dbb9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2211 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2212 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2212 deleted file mode 100644 index 30ef5ec0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2212 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2213 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2213 deleted file mode 100644 index 8d02f8aa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2213 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2214 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2214 deleted file mode 100644 index 83840418..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2214 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2215 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2215 deleted file mode 100644 index a4c595ec..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2215 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2216 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2216 deleted file mode 100644 index 9c3d8502..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2216 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2217 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2217 deleted file mode 100644 index 82bf9063..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2217 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2218 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2218 deleted file mode 100644 index 3b99e8bf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2218 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2219 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2219 deleted file mode 100644 index 7f9bbc04..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2219 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage222 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage222 deleted file mode 100644 index 6a643365..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage222 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2220 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2220 deleted file mode 100644 index 16438bd7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2220 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2221 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2221 deleted file mode 100644 index c34f1442..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2221 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2222 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2222 deleted file mode 100644 index e1ba4285..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2222 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2223 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2223 deleted file mode 100644 index b8d6bb08..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2223 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2224 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2224 deleted file mode 100644 index 0ee57c2f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2224 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2225 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2225 deleted file mode 100644 index d97af3eb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2225 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2226 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2226 deleted file mode 100644 index e9bd297c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2226 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2227 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2227 deleted file mode 100644 index 6cecc72c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2227 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2228 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2228 deleted file mode 100644 index c3c71cad..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2228 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2229 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2229 deleted file mode 100644 index 4ed4b89f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2229 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage223 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage223 deleted file mode 100644 index 6c5aa09e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage223 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2230 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2230 deleted file mode 100644 index 2d4e7249..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2230 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2231 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2231 deleted file mode 100644 index 6b93d5fb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2231 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2232 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2232 deleted file mode 100644 index 0dc0693a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2232 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2233 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2233 deleted file mode 100644 index 4e5e3620..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2233 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2234 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2234 deleted file mode 100644 index f1a54737..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2234 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2235 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2235 deleted file mode 100644 index da32d604..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2235 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2236 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2236 deleted file mode 100644 index fbc8bb60..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2236 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2237 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2237 deleted file mode 100644 index 0a13f735..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2237 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2238 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2238 deleted file mode 100644 index 564c12de..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2238 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2239 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2239 deleted file mode 100644 index ac35eda4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2239 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage224 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage224 deleted file mode 100644 index 62470e33..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage224 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2240 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2240 deleted file mode 100644 index 1cbc73ac..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2240 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2241 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2241 deleted file mode 100644 index db3f431b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2241 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2242 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2242 deleted file mode 100644 index cf698a90..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2242 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2243 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2243 deleted file mode 100644 index 2098bc58..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2243 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2244 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2244 deleted file mode 100644 index f3778243..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2244 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2245 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2245 deleted file mode 100644 index c2e614b1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2245 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2246 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2246 deleted file mode 100644 index 7d55a8f7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2246 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2247 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2247 deleted file mode 100644 index 20e02dcb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2247 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2248 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2248 deleted file mode 100644 index 6b96fe66..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2248 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2249 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2249 deleted file mode 100644 index 429631fd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2249 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage225 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage225 deleted file mode 100644 index fdcb38ca..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage225 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2250 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2250 deleted file mode 100644 index 86ac6d07..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2250 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2251 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2251 deleted file mode 100644 index 33988620..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2251 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2252 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2252 deleted file mode 100644 index 4c247bc9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2252 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2253 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2253 deleted file mode 100644 index b2c74cc1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2253 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2254 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2254 deleted file mode 100644 index b17fcac2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2254 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2255 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2255 deleted file mode 100644 index c5142512..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2255 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2256 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2256 deleted file mode 100644 index 9d31f4d2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2256 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2257 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2257 deleted file mode 100644 index 42f63bdc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2257 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2258 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2258 deleted file mode 100644 index 77d4d029..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2258 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2259 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2259 deleted file mode 100644 index aa6ea3e3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2259 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage226 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage226 deleted file mode 100644 index de4cfb44..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage226 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2260 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2260 deleted file mode 100644 index dbd4731a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2260 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2261 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2261 deleted file mode 100644 index 9a8e9773..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2261 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2262 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2262 deleted file mode 100644 index b3c335c0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2262 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2263 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2263 deleted file mode 100644 index 65bcb059..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2263 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2264 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2264 deleted file mode 100644 index b31015ed..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2264 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2265 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2265 deleted file mode 100644 index 9f194999..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2265 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2266 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2266 deleted file mode 100644 index 3a04704f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2266 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2267 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2267 deleted file mode 100644 index 4ff5c8cb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2267 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2268 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2268 deleted file mode 100644 index 25cf9b56..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2268 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2269 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2269 deleted file mode 100644 index a216729f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2269 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage227 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage227 deleted file mode 100644 index bf596de9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage227 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2270 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2270 deleted file mode 100644 index 069ebb2e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2270 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2271 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2271 deleted file mode 100644 index a3bb584a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2271 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2272 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2272 deleted file mode 100644 index 87f5f94b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2272 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2273 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2273 deleted file mode 100644 index 9f1953de..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2273 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2274 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2274 deleted file mode 100644 index cefa85d6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2274 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2275 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2275 deleted file mode 100644 index db230997..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2275 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2276 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2276 deleted file mode 100644 index 5bf5330d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2276 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2277 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2277 deleted file mode 100644 index 03d12b80..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2277 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2278 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2278 deleted file mode 100644 index 3e3b26dd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2278 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2279 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2279 deleted file mode 100644 index 6695bcf2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2279 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage228 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage228 deleted file mode 100644 index 985dcf65..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage228 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2280 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2280 deleted file mode 100644 index 1b37e7c8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2280 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2281 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2281 deleted file mode 100644 index e59f3e6c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2281 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2282 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2282 deleted file mode 100644 index d551e780..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2282 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2283 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2283 deleted file mode 100644 index 627a3edd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2283 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2284 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2284 deleted file mode 100644 index 77a394a2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2284 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2285 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2285 deleted file mode 100644 index 6eb9d3f0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2285 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2286 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2286 deleted file mode 100644 index 02d3d490..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2286 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2287 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2287 deleted file mode 100644 index f8c0a97d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2287 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2288 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2288 deleted file mode 100644 index b3e6744e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2288 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2289 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2289 deleted file mode 100644 index 5cc25528..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2289 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage229 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage229 deleted file mode 100644 index 95888d1f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage229 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2290 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2290 deleted file mode 100644 index 3121ebcd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2290 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2291 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2291 deleted file mode 100644 index a38681b0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2291 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2292 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2292 deleted file mode 100644 index 29964719..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2292 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2293 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2293 deleted file mode 100644 index 440a180a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2293 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2294 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2294 deleted file mode 100644 index a06a28b5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2294 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2295 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2295 deleted file mode 100644 index 1756b8e3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2295 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2296 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2296 deleted file mode 100644 index e2607d98..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2296 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2297 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2297 deleted file mode 100644 index 669ed637..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2297 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2298 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2298 deleted file mode 100644 index 99f6024a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2298 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2299 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2299 deleted file mode 100644 index 6764ac41..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2299 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage23 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage23 deleted file mode 100644 index a852d157..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage23 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage230 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage230 deleted file mode 100644 index a7817c9b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage230 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2300 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2300 deleted file mode 100644 index 10923da2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2300 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2301 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2301 deleted file mode 100644 index ed1a7913..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2301 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2302 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2302 deleted file mode 100644 index 14e2a70c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2302 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2303 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2303 deleted file mode 100644 index afe8bbf1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2303 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2304 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2304 deleted file mode 100644 index d382b7ec..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2304 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2305 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2305 deleted file mode 100644 index d15c383c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2305 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2306 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2306 deleted file mode 100644 index d69cab6a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2306 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2307 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2307 deleted file mode 100644 index 9656c9b5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2307 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2308 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2308 deleted file mode 100644 index 0ffdfa2f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2308 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2309 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2309 deleted file mode 100644 index 9bed9bfa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2309 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage231 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage231 deleted file mode 100644 index babdea9b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage231 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2310 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2310 deleted file mode 100644 index 8024b7d6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2310 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2311 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2311 deleted file mode 100644 index 0b114d76..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2311 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2312 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2312 deleted file mode 100644 index 4d82a895..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2312 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2313 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2313 deleted file mode 100644 index 0468b05f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2313 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2314 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2314 deleted file mode 100644 index 46a054ba..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2314 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2315 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2315 deleted file mode 100644 index 603e71e7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2315 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2316 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2316 deleted file mode 100644 index ccae012d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2316 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2317 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2317 deleted file mode 100644 index 36445acd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2317 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2318 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2318 deleted file mode 100644 index d3756772..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2318 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2319 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2319 deleted file mode 100644 index 6ca5ae4f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2319 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage232 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage232 deleted file mode 100644 index 2a8633f2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage232 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2320 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2320 deleted file mode 100644 index 9a78f92b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2320 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2321 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2321 deleted file mode 100644 index f42f1cd8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2321 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2322 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2322 deleted file mode 100644 index 1063c76a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2322 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2323 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2323 deleted file mode 100644 index 381a4a40..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2323 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2324 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2324 deleted file mode 100644 index 39457ed7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2324 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2325 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2325 deleted file mode 100644 index 3d295456..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2325 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2326 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2326 deleted file mode 100644 index 176a263e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2326 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2327 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2327 deleted file mode 100644 index de1cc009..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2327 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2328 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2328 deleted file mode 100644 index 13d7afab..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2328 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2329 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2329 deleted file mode 100644 index 119c44e7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2329 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage233 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage233 deleted file mode 100644 index bc36beaa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage233 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2330 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2330 deleted file mode 100644 index 2be5bd54..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2330 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2331 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2331 deleted file mode 100644 index 236b7629..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2331 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2332 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2332 deleted file mode 100644 index da8752ba..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2332 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2333 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2333 deleted file mode 100644 index 0296d480..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2333 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2334 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2334 deleted file mode 100644 index 01f6c4f9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2334 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2335 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2335 deleted file mode 100644 index 6f2b062d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2335 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2336 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2336 deleted file mode 100644 index 930a9378..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2336 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2337 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2337 deleted file mode 100644 index cd4b0946..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2337 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2338 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2338 deleted file mode 100644 index ed0d5574..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2338 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2339 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2339 deleted file mode 100644 index 872f2f87..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2339 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage234 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage234 deleted file mode 100644 index e4541217..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage234 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2340 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2340 deleted file mode 100644 index ca856296..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2340 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2341 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2341 deleted file mode 100644 index 62e19e54..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2341 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2342 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2342 deleted file mode 100644 index 146e8fa9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2342 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2343 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2343 deleted file mode 100644 index 8db0949e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2343 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2344 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2344 deleted file mode 100644 index c1e58013..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2344 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2345 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2345 deleted file mode 100644 index a8ccc9b5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2345 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2346 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2346 deleted file mode 100644 index 64ba2dfc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2346 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2347 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2347 deleted file mode 100644 index 65ef9394..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2347 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2348 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2348 deleted file mode 100644 index e6224434..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2348 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2349 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2349 deleted file mode 100644 index 160589b1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2349 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage235 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage235 deleted file mode 100644 index 8559cf46..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage235 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2350 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2350 deleted file mode 100644 index 234775fe..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2350 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2351 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2351 deleted file mode 100644 index d03704c6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2351 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2352 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2352 deleted file mode 100644 index d61da09d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2352 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2353 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2353 deleted file mode 100644 index 202f3478..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2353 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2354 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2354 deleted file mode 100644 index a84ae778..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2354 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2355 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2355 deleted file mode 100644 index a43fa25c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2355 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2356 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2356 deleted file mode 100644 index 6e46847b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2356 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2357 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2357 deleted file mode 100644 index a0ab63d6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2357 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2358 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2358 deleted file mode 100644 index 421240fe..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2358 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2359 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2359 deleted file mode 100644 index 87e2cde3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2359 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage236 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage236 deleted file mode 100644 index 3f564312..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage236 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2360 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2360 deleted file mode 100644 index 4ba02dec..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2360 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2361 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2361 deleted file mode 100644 index e40ba1fc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2361 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2362 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2362 deleted file mode 100644 index f723b9ec..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2362 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2363 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2363 deleted file mode 100644 index b4f37ea8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2363 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2364 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2364 deleted file mode 100644 index 1e0a8a3b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2364 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2365 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2365 deleted file mode 100644 index cc54e285..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2365 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2366 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2366 deleted file mode 100644 index de669dff..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2366 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2367 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2367 deleted file mode 100644 index 7e89564e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2367 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2368 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2368 deleted file mode 100644 index 4b0a5b16..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2368 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2369 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2369 deleted file mode 100644 index 59ad58b2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2369 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage237 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage237 deleted file mode 100644 index bc5e94e0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage237 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2370 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2370 deleted file mode 100644 index cb8d0967..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2370 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2371 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2371 deleted file mode 100644 index 3c790ea4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2371 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2372 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2372 deleted file mode 100644 index 1533f8ac..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2372 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2373 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2373 deleted file mode 100644 index 4dc4e630..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2373 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2374 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2374 deleted file mode 100644 index eac4c7d3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2374 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2375 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2375 deleted file mode 100644 index b431fc48..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2375 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2376 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2376 deleted file mode 100644 index 051b3bfd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2376 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2377 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2377 deleted file mode 100644 index 18ed284c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2377 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2378 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2378 deleted file mode 100644 index 16388e86..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2378 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2379 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2379 deleted file mode 100644 index 70b85b46..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2379 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage238 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage238 deleted file mode 100644 index 9447dc91..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage238 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2380 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2380 deleted file mode 100644 index ada01b25..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2380 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2381 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2381 deleted file mode 100644 index 1c7a1207..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2381 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2382 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2382 deleted file mode 100644 index ed90e5bd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2382 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2383 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2383 deleted file mode 100644 index 93c8514c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2383 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2384 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2384 deleted file mode 100644 index 3c5c21a0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2384 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2385 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2385 deleted file mode 100644 index e621fcb0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2385 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2386 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2386 deleted file mode 100644 index 41ac70d7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2386 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2387 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2387 deleted file mode 100644 index 000fde5f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2387 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2388 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2388 deleted file mode 100644 index 4c82ae19..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2388 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2389 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2389 deleted file mode 100644 index 7616be1f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2389 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage239 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage239 deleted file mode 100644 index a0be55f7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage239 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2390 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2390 deleted file mode 100644 index 80764900..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2390 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2391 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2391 deleted file mode 100644 index 56dc8287..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2391 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2392 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2392 deleted file mode 100644 index f82a05f1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2392 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2393 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2393 deleted file mode 100644 index 6d08e38e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2393 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2394 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2394 deleted file mode 100644 index a028e935..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2394 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2395 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2395 deleted file mode 100644 index 32942a5f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2395 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2396 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2396 deleted file mode 100644 index 5dd933e6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2396 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2397 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2397 deleted file mode 100644 index e19b64e5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2397 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2398 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2398 deleted file mode 100644 index 194083be..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2398 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2399 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2399 deleted file mode 100644 index b40029f2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2399 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage24 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage24 deleted file mode 100644 index 504426bb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage24 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage240 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage240 deleted file mode 100644 index 6047204f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage240 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2400 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2400 deleted file mode 100644 index 2bbac55f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2400 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2401 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2401 deleted file mode 100644 index e0addbdf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2401 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2402 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2402 deleted file mode 100644 index 801656db..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2402 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2403 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2403 deleted file mode 100644 index a8f004a3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2403 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2404 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2404 deleted file mode 100644 index 743bbaba..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2404 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2405 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2405 deleted file mode 100644 index 181d7303..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2405 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2406 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2406 deleted file mode 100644 index 63c2c717..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2406 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2407 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2407 deleted file mode 100644 index 63915d16..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2407 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2408 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2408 deleted file mode 100644 index fb86de08..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2408 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2409 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2409 deleted file mode 100644 index a062c33a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2409 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage241 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage241 deleted file mode 100644 index fbd5046e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage241 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2410 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2410 deleted file mode 100644 index 9875f0c4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2410 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2411 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2411 deleted file mode 100644 index 756c0be0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2411 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2412 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2412 deleted file mode 100644 index 43dc02d6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2412 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2413 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2413 deleted file mode 100644 index 280bfbad..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2413 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2414 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2414 deleted file mode 100644 index 764aab24..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2414 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2415 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2415 deleted file mode 100644 index 01d425d4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2415 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2416 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2416 deleted file mode 100644 index 1e506d12..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2416 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2417 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2417 deleted file mode 100644 index 10989248..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2417 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2418 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2418 deleted file mode 100644 index 5dd092cd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2418 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2419 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2419 deleted file mode 100644 index 0c477d9a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2419 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage242 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage242 deleted file mode 100644 index c59d3d8f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage242 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2420 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2420 deleted file mode 100644 index 02ab56b1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2420 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2421 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2421 deleted file mode 100644 index 474d75ee..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2421 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2422 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2422 deleted file mode 100644 index 63e07151..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2422 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2423 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2423 deleted file mode 100644 index 5c70c35a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2423 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2424 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2424 deleted file mode 100644 index 6cb6604f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2424 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2425 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2425 deleted file mode 100644 index 9d713f60..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2425 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2426 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2426 deleted file mode 100644 index d353530f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2426 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2427 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2427 deleted file mode 100644 index 3dd11429..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2427 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2428 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2428 deleted file mode 100644 index b070b6b2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2428 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2429 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2429 deleted file mode 100644 index b9b74bce..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2429 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage243 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage243 deleted file mode 100644 index e9709f2a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage243 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2430 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2430 deleted file mode 100644 index 6fad69d6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2430 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2431 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2431 deleted file mode 100644 index 29f45da2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2431 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2432 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2432 deleted file mode 100644 index 597f6ec0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2432 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2433 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2433 deleted file mode 100644 index ebf9e678..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2433 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2434 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2434 deleted file mode 100644 index 84fa090b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2434 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2435 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2435 deleted file mode 100644 index a5794575..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2435 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2436 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2436 deleted file mode 100644 index 9eb840be..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2436 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2437 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2437 deleted file mode 100644 index f71f3732..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2437 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2438 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2438 deleted file mode 100644 index 6f6a2e56..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2438 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2439 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2439 deleted file mode 100644 index a14b1061..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2439 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage244 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage244 deleted file mode 100644 index 77ef7a7f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage244 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2440 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2440 deleted file mode 100644 index 85ea2f12..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2440 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2441 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2441 deleted file mode 100644 index dfa36441..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2441 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2442 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2442 deleted file mode 100644 index 2b5eba3f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2442 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2443 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2443 deleted file mode 100644 index af0d9405..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2443 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2444 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2444 deleted file mode 100644 index b5b57eb2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2444 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2445 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2445 deleted file mode 100644 index 22906b1d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2445 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2446 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2446 deleted file mode 100644 index 3a3a8c75..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2446 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2447 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2447 deleted file mode 100644 index b6f049c0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2447 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2448 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2448 deleted file mode 100644 index cf9eaf89..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2448 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2449 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2449 deleted file mode 100644 index 570719d7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2449 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage245 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage245 deleted file mode 100644 index ea7a842c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage245 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2450 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2450 deleted file mode 100644 index f591ffdb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2450 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2451 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2451 deleted file mode 100644 index bad38e97..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2451 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2452 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2452 deleted file mode 100644 index c44f8410..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2452 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2453 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2453 deleted file mode 100644 index 67fd47e4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2453 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2454 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2454 deleted file mode 100644 index 35323643..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2454 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2455 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2455 deleted file mode 100644 index 9c8a8322..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2455 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2456 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2456 deleted file mode 100644 index dc01301f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2456 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2457 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2457 deleted file mode 100644 index 89be0822..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2457 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2458 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2458 deleted file mode 100644 index 74a3220e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2458 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2459 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2459 deleted file mode 100644 index c758f642..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2459 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage246 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage246 deleted file mode 100644 index 2f92c396..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage246 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2460 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2460 deleted file mode 100644 index 7cf0a34e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2460 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2461 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2461 deleted file mode 100644 index 6885abd5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2461 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2462 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2462 deleted file mode 100644 index 2b3e596a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2462 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2463 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2463 deleted file mode 100644 index f8b5631b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2463 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2464 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2464 deleted file mode 100644 index da5ee633..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2464 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2465 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2465 deleted file mode 100644 index bc8acac1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2465 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2466 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2466 deleted file mode 100644 index aec8ddb3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2466 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2467 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2467 deleted file mode 100644 index 0ed53140..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2467 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2468 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2468 deleted file mode 100644 index 544d6ad0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2468 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2469 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2469 deleted file mode 100644 index 213a152a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2469 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage247 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage247 deleted file mode 100644 index dfc00414..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage247 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2470 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2470 deleted file mode 100644 index 092bf2a4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2470 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2471 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2471 deleted file mode 100644 index d0232679..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2471 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2472 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2472 deleted file mode 100644 index 725652ff..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2472 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2473 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2473 deleted file mode 100644 index 4f9d0388..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2473 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2474 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2474 deleted file mode 100644 index ae6fa88b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2474 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2475 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2475 deleted file mode 100644 index 46969aeb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2475 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2476 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2476 deleted file mode 100644 index 55dc0d76..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2476 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2477 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2477 deleted file mode 100644 index 797acffc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2477 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2478 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2478 deleted file mode 100644 index 09f012fe..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2478 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2479 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2479 deleted file mode 100644 index a3d0e48b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2479 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage248 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage248 deleted file mode 100644 index 35d0bb84..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage248 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2480 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2480 deleted file mode 100644 index dd8ec451..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2480 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2481 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2481 deleted file mode 100644 index a46d8a50..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2481 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2482 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2482 deleted file mode 100644 index f8f0e714..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2482 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2483 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2483 deleted file mode 100644 index d92a8488..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2483 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2484 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2484 deleted file mode 100644 index c8f450dc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2484 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2485 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2485 deleted file mode 100644 index 20744053..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2485 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2486 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2486 deleted file mode 100644 index f4974085..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2486 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2487 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2487 deleted file mode 100644 index 089e2c25..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2487 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2488 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2488 deleted file mode 100644 index 077de684..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2488 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2489 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2489 deleted file mode 100644 index 830cccda..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2489 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage249 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage249 deleted file mode 100644 index 76a682bf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage249 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2490 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2490 deleted file mode 100644 index 7871b421..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2490 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2491 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2491 deleted file mode 100644 index e509d171..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2491 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2492 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2492 deleted file mode 100644 index 6210a314..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2492 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2493 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2493 deleted file mode 100644 index 485bce44..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2493 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2494 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2494 deleted file mode 100644 index 370c220b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2494 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2495 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2495 deleted file mode 100644 index 45362a49..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2495 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2496 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2496 deleted file mode 100644 index 3004bac9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2496 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2497 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2497 deleted file mode 100644 index 1e573007..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2497 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2498 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2498 deleted file mode 100644 index 50a868bc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2498 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2499 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2499 deleted file mode 100644 index d491b02a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2499 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage25 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage25 deleted file mode 100644 index 9b18f3ab..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage25 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage250 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage250 deleted file mode 100644 index da409715..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage250 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2500 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2500 deleted file mode 100644 index 66a4deda..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2500 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2501 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2501 deleted file mode 100644 index f02d23a1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2501 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2502 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2502 deleted file mode 100644 index b3e384df..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2502 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2503 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2503 deleted file mode 100644 index 840fac94..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2503 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2504 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2504 deleted file mode 100644 index 98eeb815..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2504 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2505 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2505 deleted file mode 100644 index aafcd151..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2505 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2506 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2506 deleted file mode 100644 index 9986747e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2506 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2507 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2507 deleted file mode 100644 index 72a18e09..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2507 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2508 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2508 deleted file mode 100644 index b8d35c94..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2508 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2509 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2509 deleted file mode 100644 index 7040b012..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2509 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage251 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage251 deleted file mode 100644 index ae176c9d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage251 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2510 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2510 deleted file mode 100644 index 1cca0e99..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2510 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2511 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2511 deleted file mode 100644 index 5c601f5a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2511 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2512 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2512 deleted file mode 100644 index 3e9ff536..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2512 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2513 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2513 deleted file mode 100644 index 77a83525..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2513 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2514 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2514 deleted file mode 100644 index cedc1e81..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2514 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2515 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2515 deleted file mode 100644 index cdf682e1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2515 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2516 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2516 deleted file mode 100644 index f5f87b97..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2516 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2517 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2517 deleted file mode 100644 index 04c6f19e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2517 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2518 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2518 deleted file mode 100644 index 94aa9def..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2518 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2519 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2519 deleted file mode 100644 index cbfb8f96..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2519 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage252 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage252 deleted file mode 100644 index 086d6db4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage252 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2520 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2520 deleted file mode 100644 index 69a78c94..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2520 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2521 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2521 deleted file mode 100644 index c99e1a51..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2521 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2522 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2522 deleted file mode 100644 index 0b3e1259..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2522 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2523 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2523 deleted file mode 100644 index b40cd9c7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2523 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2524 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2524 deleted file mode 100644 index 3c862913..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2524 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2525 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2525 deleted file mode 100644 index 2552dec8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2525 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2526 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2526 deleted file mode 100644 index 25ae5ba3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2526 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2527 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2527 deleted file mode 100644 index 9769900c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2527 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2528 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2528 deleted file mode 100644 index f1af2a18..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2528 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2529 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2529 deleted file mode 100644 index 9dfd1250..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2529 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage253 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage253 deleted file mode 100644 index c398a5b8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage253 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2530 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2530 deleted file mode 100644 index 172ba29e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2530 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2531 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2531 deleted file mode 100644 index 7b9de689..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2531 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2532 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2532 deleted file mode 100644 index 20528f30..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2532 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage254 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage254 deleted file mode 100644 index 61717a9e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage254 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage255 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage255 deleted file mode 100644 index 591b594a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage255 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage256 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage256 deleted file mode 100644 index 3731646e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage256 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage257 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage257 deleted file mode 100644 index a68c4d9c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage257 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage258 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage258 deleted file mode 100644 index c0604917..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage258 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage259 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage259 deleted file mode 100644 index e06c395f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage259 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage26 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage26 deleted file mode 100644 index bac4d15f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage26 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage260 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage260 deleted file mode 100644 index 6ba2c74a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage260 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage261 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage261 deleted file mode 100644 index a40811c8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage261 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage262 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage262 deleted file mode 100644 index b736c9f9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage262 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage263 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage263 deleted file mode 100644 index 7da2b169..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage263 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage264 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage264 deleted file mode 100644 index 23fd89af..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage264 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage265 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage265 deleted file mode 100644 index 13bcd894..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage265 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage266 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage266 deleted file mode 100644 index 71f4d723..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage266 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage267 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage267 deleted file mode 100644 index 07cd92a8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage267 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage268 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage268 deleted file mode 100644 index 151a43d6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage268 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage269 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage269 deleted file mode 100644 index 8bfdf69d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage269 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage27 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage27 deleted file mode 100644 index 5052c2d5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage27 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage270 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage270 deleted file mode 100644 index 1b8fa9b2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage270 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage271 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage271 deleted file mode 100644 index ab6613d3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage271 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage272 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage272 deleted file mode 100644 index cd703649..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage272 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage273 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage273 deleted file mode 100644 index 9f48657b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage273 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage274 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage274 deleted file mode 100644 index 4c91009e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage274 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage275 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage275 deleted file mode 100644 index 13702060..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage275 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage276 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage276 deleted file mode 100644 index 2502f101..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage276 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage277 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage277 deleted file mode 100644 index a319fa0f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage277 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage278 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage278 deleted file mode 100644 index 27b81234..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage278 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage279 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage279 deleted file mode 100644 index b15e55db..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage279 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage28 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage28 deleted file mode 100644 index 406018d0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage28 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage280 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage280 deleted file mode 100644 index 855c5001..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage280 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage281 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage281 deleted file mode 100644 index b0c2478f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage281 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage282 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage282 deleted file mode 100644 index 77b21f6f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage282 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage283 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage283 deleted file mode 100644 index 0106db0b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage283 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage284 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage284 deleted file mode 100644 index d1c46da6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage284 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage285 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage285 deleted file mode 100644 index f7cd6c0a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage285 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage286 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage286 deleted file mode 100644 index 60668b43..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage286 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage287 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage287 deleted file mode 100644 index e792ec33..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage287 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage288 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage288 deleted file mode 100644 index 2d5cc9fa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage288 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage289 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage289 deleted file mode 100644 index 6c3e5291..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage289 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage29 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage29 deleted file mode 100644 index 02f1a351..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage29 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage290 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage290 deleted file mode 100644 index 15952515..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage290 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage291 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage291 deleted file mode 100644 index 1d8d16c9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage291 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage292 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage292 deleted file mode 100644 index 81c9d760..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage292 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage293 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage293 deleted file mode 100644 index b0d111f3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage293 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage294 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage294 deleted file mode 100644 index e84e0557..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage294 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage295 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage295 deleted file mode 100644 index 8577371f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage295 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage296 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage296 deleted file mode 100644 index cf076c2f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage296 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage297 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage297 deleted file mode 100644 index af7dd979..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage297 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage298 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage298 deleted file mode 100644 index b5da7a65..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage298 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage299 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage299 deleted file mode 100644 index 75092070..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage299 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage3 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage3 deleted file mode 100644 index 2b0a453b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage3 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage30 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage30 deleted file mode 100644 index 84aa22dd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage30 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage300 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage300 deleted file mode 100644 index 701d81b7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage300 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage301 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage301 deleted file mode 100644 index 249f43e5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage301 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage302 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage302 deleted file mode 100644 index 6aac7229..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage302 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage303 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage303 deleted file mode 100644 index e8b8a8b6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage303 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage304 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage304 deleted file mode 100644 index c9786925..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage304 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage305 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage305 deleted file mode 100644 index b9723557..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage305 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage306 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage306 deleted file mode 100644 index 1491e230..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage306 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage307 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage307 deleted file mode 100644 index 855e4a27..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage307 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage308 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage308 deleted file mode 100644 index 601dd58d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage308 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage309 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage309 deleted file mode 100644 index 0c048ad8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage309 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage31 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage31 deleted file mode 100644 index fcff8808..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage31 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage310 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage310 deleted file mode 100644 index c4da5109..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage310 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage311 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage311 deleted file mode 100644 index 864bd151..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage311 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage312 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage312 deleted file mode 100644 index 07cc4f2b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage312 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage313 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage313 deleted file mode 100644 index 80f75dc8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage313 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage314 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage314 deleted file mode 100644 index be197c00..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage314 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage315 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage315 deleted file mode 100644 index 23dbdd7e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage315 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage316 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage316 deleted file mode 100644 index 547c4770..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage316 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage317 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage317 deleted file mode 100644 index 072f8419..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage317 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage318 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage318 deleted file mode 100644 index 75206c6a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage318 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage319 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage319 deleted file mode 100644 index 024e5681..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage319 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage32 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage32 deleted file mode 100644 index ee725eec..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage32 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage320 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage320 deleted file mode 100644 index c11b9e32..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage320 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage321 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage321 deleted file mode 100644 index 84f136cb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage321 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage322 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage322 deleted file mode 100644 index 397ff94e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage322 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage323 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage323 deleted file mode 100644 index f2eb56f9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage323 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage324 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage324 deleted file mode 100644 index 011d6fc6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage324 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage325 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage325 deleted file mode 100644 index d7d9a06f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage325 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage326 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage326 deleted file mode 100644 index 193cf5ce..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage326 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage327 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage327 deleted file mode 100644 index f47d906e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage327 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage328 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage328 deleted file mode 100644 index e2dbd4db..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage328 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage329 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage329 deleted file mode 100644 index c3624873..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage329 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage33 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage33 deleted file mode 100644 index 95b29364..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage33 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage330 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage330 deleted file mode 100644 index fb61c3c5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage330 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage331 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage331 deleted file mode 100644 index a24df36c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage331 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage332 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage332 deleted file mode 100644 index 95cc3a75..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage332 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage333 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage333 deleted file mode 100644 index dd7c5621..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage333 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage334 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage334 deleted file mode 100644 index 60be4340..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage334 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage335 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage335 deleted file mode 100644 index 32e4efdb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage335 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage336 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage336 deleted file mode 100644 index 9f6eda66..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage336 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage337 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage337 deleted file mode 100644 index 046fe675..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage337 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage338 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage338 deleted file mode 100644 index 3451061b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage338 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage339 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage339 deleted file mode 100644 index f63a332b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage339 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage34 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage34 deleted file mode 100644 index a71b6642..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage34 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage340 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage340 deleted file mode 100644 index cc912305..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage340 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage341 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage341 deleted file mode 100644 index 9046bc7e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage341 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage342 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage342 deleted file mode 100644 index 86c41440..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage342 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage343 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage343 deleted file mode 100644 index b7b47f18..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage343 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage344 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage344 deleted file mode 100644 index 5d954804..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage344 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage345 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage345 deleted file mode 100644 index 4bcfcc7f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage345 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage346 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage346 deleted file mode 100644 index 2bd4a09b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage346 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage347 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage347 deleted file mode 100644 index c9e34b46..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage347 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage348 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage348 deleted file mode 100644 index a5296a91..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage348 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage349 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage349 deleted file mode 100644 index 69c57e5e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage349 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage35 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage35 deleted file mode 100644 index 63734b81..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage35 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage350 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage350 deleted file mode 100644 index 000158a0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage350 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage351 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage351 deleted file mode 100644 index ee1531fb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage351 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage352 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage352 deleted file mode 100644 index 0f3a47c4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage352 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage353 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage353 deleted file mode 100644 index 0451d0ca..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage353 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage354 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage354 deleted file mode 100644 index ada1d3e8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage354 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage355 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage355 deleted file mode 100644 index 62127c25..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage355 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage356 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage356 deleted file mode 100644 index 54c574f0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage356 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage357 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage357 deleted file mode 100644 index 05604b36..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage357 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage358 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage358 deleted file mode 100644 index 3946edbc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage358 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage359 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage359 deleted file mode 100644 index f50cf2e2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage359 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage36 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage36 deleted file mode 100644 index 61372100..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage36 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage360 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage360 deleted file mode 100644 index 079a9f73..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage360 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage361 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage361 deleted file mode 100644 index fca38cc7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage361 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage362 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage362 deleted file mode 100644 index eb7b139d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage362 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage363 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage363 deleted file mode 100644 index 462cd298..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage363 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage364 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage364 deleted file mode 100644 index a2d0c574..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage364 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage365 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage365 deleted file mode 100644 index 4a0508d0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage365 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage366 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage366 deleted file mode 100644 index 10a76504..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage366 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage367 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage367 deleted file mode 100644 index 0ce2ba61..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage367 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage368 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage368 deleted file mode 100644 index 33a36593..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage368 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage369 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage369 deleted file mode 100644 index 5f930653..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage369 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage37 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage37 deleted file mode 100644 index dbd38e6c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage37 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage370 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage370 deleted file mode 100644 index ce0a2b80..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage370 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage371 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage371 deleted file mode 100644 index 405fc212..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage371 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage372 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage372 deleted file mode 100644 index 4a4386d1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage372 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage373 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage373 deleted file mode 100644 index f9980767..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage373 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage374 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage374 deleted file mode 100644 index 82337415..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage374 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage375 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage375 deleted file mode 100644 index 79165a0a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage375 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage376 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage376 deleted file mode 100644 index e07e8e44..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage376 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage377 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage377 deleted file mode 100644 index 5d981cfa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage377 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage378 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage378 deleted file mode 100644 index 7c83cf5b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage378 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage379 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage379 deleted file mode 100644 index 19f55989..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage379 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage38 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage38 deleted file mode 100644 index 213e9879..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage38 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage380 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage380 deleted file mode 100644 index 40736eef..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage380 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage381 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage381 deleted file mode 100644 index 7140a73c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage381 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage382 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage382 deleted file mode 100644 index be1ce8ca..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage382 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage383 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage383 deleted file mode 100644 index d620f2a2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage383 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage384 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage384 deleted file mode 100644 index 3a88e3bd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage384 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage385 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage385 deleted file mode 100644 index 8da5fdc5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage385 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage386 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage386 deleted file mode 100644 index 21b8a52b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage386 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage387 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage387 deleted file mode 100644 index e27b16f6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage387 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage388 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage388 deleted file mode 100644 index 33c61d7c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage388 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage389 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage389 deleted file mode 100644 index cdac9aee..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage389 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage39 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage39 deleted file mode 100644 index 40f71259..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage39 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage390 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage390 deleted file mode 100644 index b71c1d7f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage390 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage391 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage391 deleted file mode 100644 index 935509f2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage391 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage392 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage392 deleted file mode 100644 index d60fc5c2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage392 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage393 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage393 deleted file mode 100644 index f69acdbb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage393 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage394 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage394 deleted file mode 100644 index bbde3297..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage394 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage395 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage395 deleted file mode 100644 index 0bafc066..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage395 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage396 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage396 deleted file mode 100644 index cc878db8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage396 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage397 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage397 deleted file mode 100644 index 0a1048f4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage397 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage398 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage398 deleted file mode 100644 index 3bc82a4b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage398 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage399 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage399 deleted file mode 100644 index 993c8fef..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage399 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage4 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage4 deleted file mode 100644 index 4c016448..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage4 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage40 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage40 deleted file mode 100644 index 9cd37515..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage40 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage400 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage400 deleted file mode 100644 index a64d3f2d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage400 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage401 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage401 deleted file mode 100644 index 8d27a1ba..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage401 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage402 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage402 deleted file mode 100644 index 7c231007..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage402 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage403 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage403 deleted file mode 100644 index b33a3d1a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage403 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage404 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage404 deleted file mode 100644 index 945d78e2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage404 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage405 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage405 deleted file mode 100644 index 2d301654..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage405 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage406 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage406 deleted file mode 100644 index b7357b42..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage406 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage407 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage407 deleted file mode 100644 index 080def6f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage407 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage408 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage408 deleted file mode 100644 index be07fb77..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage408 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage409 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage409 deleted file mode 100644 index 58b44ab4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage409 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage41 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage41 deleted file mode 100644 index b4a70dda..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage41 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage410 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage410 deleted file mode 100644 index 8fb73002..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage410 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage411 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage411 deleted file mode 100644 index 7637671e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage411 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage412 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage412 deleted file mode 100644 index 638db1b7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage412 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage413 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage413 deleted file mode 100644 index ee7958be..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage413 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage414 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage414 deleted file mode 100644 index 038e17a2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage414 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage415 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage415 deleted file mode 100644 index a40efe40..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage415 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage416 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage416 deleted file mode 100644 index 565b20d1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage416 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage417 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage417 deleted file mode 100644 index 795ad009..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage417 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage418 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage418 deleted file mode 100644 index 76a24ae7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage418 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage419 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage419 deleted file mode 100644 index 3cbe2cbc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage419 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage42 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage42 deleted file mode 100644 index 9c06e693..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage42 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage420 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage420 deleted file mode 100644 index f631e70d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage420 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage421 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage421 deleted file mode 100644 index 473f4ab7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage421 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage422 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage422 deleted file mode 100644 index 38fce2c3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage422 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage423 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage423 deleted file mode 100644 index fbb9c72a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage423 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage424 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage424 deleted file mode 100644 index b3fd7ec7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage424 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage425 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage425 deleted file mode 100644 index 53e229bf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage425 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage426 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage426 deleted file mode 100644 index 39fd5f08..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage426 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage427 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage427 deleted file mode 100644 index 68aebc0e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage427 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage428 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage428 deleted file mode 100644 index 051c95cf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage428 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage429 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage429 deleted file mode 100644 index b7125b5e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage429 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage43 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage43 deleted file mode 100644 index 83ff18f0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage43 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage430 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage430 deleted file mode 100644 index 6c2ad03b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage430 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage431 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage431 deleted file mode 100644 index c42b6d6d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage431 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage432 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage432 deleted file mode 100644 index 539f88c5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage432 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage433 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage433 deleted file mode 100644 index 87422831..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage433 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage434 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage434 deleted file mode 100644 index 9452d473..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage434 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage435 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage435 deleted file mode 100644 index 1bc67c4a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage435 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage436 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage436 deleted file mode 100644 index 8637ed4c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage436 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage437 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage437 deleted file mode 100644 index 1d6a792b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage437 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage438 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage438 deleted file mode 100644 index 778c7613..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage438 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage439 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage439 deleted file mode 100644 index 8b9c2e05..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage439 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage44 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage44 deleted file mode 100644 index 610e2680..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage44 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage440 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage440 deleted file mode 100644 index 82e28029..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage440 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage441 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage441 deleted file mode 100644 index 62a8b3c3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage441 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage442 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage442 deleted file mode 100644 index f9f8c7ba..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage442 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage443 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage443 deleted file mode 100644 index 1413b402..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage443 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage444 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage444 deleted file mode 100644 index 45745509..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage444 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage445 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage445 deleted file mode 100644 index 300bee2f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage445 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage446 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage446 deleted file mode 100644 index f7522568..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage446 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage447 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage447 deleted file mode 100644 index 3cf15795..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage447 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage448 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage448 deleted file mode 100644 index f534abe5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage448 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage449 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage449 deleted file mode 100644 index 24210817..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage449 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage45 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage45 deleted file mode 100644 index 2245e70a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage45 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage450 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage450 deleted file mode 100644 index 0ae03626..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage450 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage451 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage451 deleted file mode 100644 index 18f5b961..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage451 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage452 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage452 deleted file mode 100644 index fd1a1107..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage452 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage453 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage453 deleted file mode 100644 index 4c5d7337..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage453 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage454 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage454 deleted file mode 100644 index a8dba714..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage454 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage455 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage455 deleted file mode 100644 index 67d3da64..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage455 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage456 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage456 deleted file mode 100644 index 9e2ab125..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage456 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage457 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage457 deleted file mode 100644 index c8a24c8b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage457 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage458 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage458 deleted file mode 100644 index cb9dd822..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage458 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage459 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage459 deleted file mode 100644 index a2ece91b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage459 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage46 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage46 deleted file mode 100644 index fd618a3a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage46 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage460 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage460 deleted file mode 100644 index eef59fdd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage460 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage461 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage461 deleted file mode 100644 index 9db46845..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage461 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage462 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage462 deleted file mode 100644 index 029b2384..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage462 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage463 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage463 deleted file mode 100644 index 07f0c4c2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage463 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage464 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage464 deleted file mode 100644 index d0a1352d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage464 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage465 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage465 deleted file mode 100644 index cb7bcad5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage465 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage466 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage466 deleted file mode 100644 index 58e65aa0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage466 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage467 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage467 deleted file mode 100644 index b32feb10..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage467 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage468 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage468 deleted file mode 100644 index b0b620fb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage468 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage469 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage469 deleted file mode 100644 index 40879e4a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage469 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage47 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage47 deleted file mode 100644 index 3c41b550..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage47 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage470 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage470 deleted file mode 100644 index ef4e6b51..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage470 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage471 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage471 deleted file mode 100644 index a3bc640a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage471 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage472 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage472 deleted file mode 100644 index cfcc4d2a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage472 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage473 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage473 deleted file mode 100644 index 26d93ae3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage473 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage474 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage474 deleted file mode 100644 index 8511cd77..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage474 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage475 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage475 deleted file mode 100644 index 24170b4f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage475 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage476 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage476 deleted file mode 100644 index af4926fc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage476 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage477 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage477 deleted file mode 100644 index 5c55ca94..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage477 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage478 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage478 deleted file mode 100644 index c96556bd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage478 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage479 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage479 deleted file mode 100644 index 75c8f93c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage479 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage48 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage48 deleted file mode 100644 index 74d7a6bf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage48 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage480 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage480 deleted file mode 100644 index dd13a138..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage480 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage481 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage481 deleted file mode 100644 index cb32adce..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage481 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage482 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage482 deleted file mode 100644 index c1273b6f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage482 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage483 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage483 deleted file mode 100644 index 994e645a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage483 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage484 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage484 deleted file mode 100644 index 69ed6a9c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage484 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage485 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage485 deleted file mode 100644 index 3a7e4b90..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage485 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage486 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage486 deleted file mode 100644 index d95e7ea4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage486 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage487 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage487 deleted file mode 100644 index fb787ecc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage487 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage488 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage488 deleted file mode 100644 index 051c3425..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage488 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage489 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage489 deleted file mode 100644 index b1a6f25f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage489 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage49 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage49 deleted file mode 100644 index bf90d708..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage49 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage490 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage490 deleted file mode 100644 index b8658807..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage490 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage491 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage491 deleted file mode 100644 index 677f784b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage491 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage492 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage492 deleted file mode 100644 index ac84037a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage492 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage493 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage493 deleted file mode 100644 index a4834c43..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage493 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage494 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage494 deleted file mode 100644 index ddfc4439..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage494 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage495 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage495 deleted file mode 100644 index cee40f57..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage495 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage496 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage496 deleted file mode 100644 index fcefa219..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage496 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage497 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage497 deleted file mode 100644 index b455b10e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage497 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage498 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage498 deleted file mode 100644 index da6c5cc1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage498 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage499 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage499 deleted file mode 100644 index 39609b32..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage499 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage5 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage5 deleted file mode 100644 index b0e3ee5f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage5 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage50 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage50 deleted file mode 100644 index 17797161..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage50 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage500 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage500 deleted file mode 100644 index 5b2771fe..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage500 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage501 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage501 deleted file mode 100644 index 640eda96..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage501 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage502 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage502 deleted file mode 100644 index 95dc0742..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage502 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage503 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage503 deleted file mode 100644 index 9bf806a0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage503 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage504 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage504 deleted file mode 100644 index 22a5c809..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage504 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage505 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage505 deleted file mode 100644 index 3c1b1819..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage505 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage506 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage506 deleted file mode 100644 index 8baa2997..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage506 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage507 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage507 deleted file mode 100644 index c8e9ea42..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage507 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage508 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage508 deleted file mode 100644 index 771c9eb9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage508 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage509 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage509 deleted file mode 100644 index fcf63e9e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage509 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage51 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage51 deleted file mode 100644 index a6d3c6bf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage51 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage510 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage510 deleted file mode 100644 index 433abf12..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage510 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage511 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage511 deleted file mode 100644 index b62eaa69..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage511 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage512 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage512 deleted file mode 100644 index f6692407..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage512 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage513 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage513 deleted file mode 100644 index 33d896f2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage513 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage514 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage514 deleted file mode 100644 index f73be91f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage514 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage515 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage515 deleted file mode 100644 index a7a10033..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage515 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage516 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage516 deleted file mode 100644 index fa628a7b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage516 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage517 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage517 deleted file mode 100644 index 3c188750..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage517 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage518 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage518 deleted file mode 100644 index d7355404..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage518 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage519 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage519 deleted file mode 100644 index 4b1bcb0a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage519 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage52 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage52 deleted file mode 100644 index 8fe51fee..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage52 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage520 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage520 deleted file mode 100644 index 7716310c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage520 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage521 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage521 deleted file mode 100644 index 2a178f7d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage521 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage522 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage522 deleted file mode 100644 index 50acc883..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage522 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage523 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage523 deleted file mode 100644 index fd938e99..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage523 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage524 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage524 deleted file mode 100644 index b92b6738..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage524 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage525 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage525 deleted file mode 100644 index 33b738fe..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage525 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage526 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage526 deleted file mode 100644 index 34711d29..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage526 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage527 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage527 deleted file mode 100644 index ee18fd14..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage527 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage528 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage528 deleted file mode 100644 index ad12dc19..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage528 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage529 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage529 deleted file mode 100644 index cca0dfc2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage529 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage53 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage53 deleted file mode 100644 index 56e89dfc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage53 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage530 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage530 deleted file mode 100644 index bb9bdae6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage530 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage531 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage531 deleted file mode 100644 index d2f94683..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage531 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage532 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage532 deleted file mode 100644 index 087f42a3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage532 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage533 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage533 deleted file mode 100644 index 28425b77..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage533 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage534 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage534 deleted file mode 100644 index 0a84f703..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage534 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage535 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage535 deleted file mode 100644 index f9bb1345..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage535 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage536 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage536 deleted file mode 100644 index 9d445d83..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage536 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage537 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage537 deleted file mode 100644 index 65ac9ee9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage537 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage538 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage538 deleted file mode 100644 index 8e7b98c0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage538 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage539 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage539 deleted file mode 100644 index 50fe4af8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage539 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage54 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage54 deleted file mode 100644 index 20bf1db6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage54 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage540 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage540 deleted file mode 100644 index 55701d99..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage540 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage541 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage541 deleted file mode 100644 index 86f306e5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage541 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage542 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage542 deleted file mode 100644 index 07e909aa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage542 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage543 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage543 deleted file mode 100644 index cfcadb2f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage543 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage544 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage544 deleted file mode 100644 index 400c5b5c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage544 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage545 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage545 deleted file mode 100644 index 868a52a6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage545 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage546 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage546 deleted file mode 100644 index 1b074148..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage546 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage547 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage547 deleted file mode 100644 index dd853f4b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage547 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage548 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage548 deleted file mode 100644 index fb279f8c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage548 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage549 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage549 deleted file mode 100644 index 2936c59b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage549 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage55 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage55 deleted file mode 100644 index b939c07c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage55 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage550 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage550 deleted file mode 100644 index af1ff275..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage550 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage551 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage551 deleted file mode 100644 index 3759b216..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage551 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage552 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage552 deleted file mode 100644 index 589c8924..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage552 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage553 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage553 deleted file mode 100644 index 42cac146..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage553 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage554 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage554 deleted file mode 100644 index ab0f8597..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage554 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage555 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage555 deleted file mode 100644 index f2323be9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage555 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage556 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage556 deleted file mode 100644 index 84627e28..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage556 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage557 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage557 deleted file mode 100644 index f5d1abde..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage557 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage558 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage558 deleted file mode 100644 index 01b460fd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage558 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage559 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage559 deleted file mode 100644 index 9529d353..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage559 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage56 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage56 deleted file mode 100644 index ab453019..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage56 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage560 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage560 deleted file mode 100644 index 70e6e3f8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage560 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage561 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage561 deleted file mode 100644 index d2f0bde9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage561 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage562 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage562 deleted file mode 100644 index 7fdf9156..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage562 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage563 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage563 deleted file mode 100644 index a76a2999..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage563 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage564 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage564 deleted file mode 100644 index 2a6f260b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage564 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage565 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage565 deleted file mode 100644 index c2dab4eb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage565 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage566 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage566 deleted file mode 100644 index be2fc613..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage566 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage567 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage567 deleted file mode 100644 index f097bfb5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage567 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage568 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage568 deleted file mode 100644 index 4e02df2b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage568 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage569 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage569 deleted file mode 100644 index 39a43b65..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage569 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage57 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage57 deleted file mode 100644 index 8b1ec68e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage57 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage570 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage570 deleted file mode 100644 index ab5a0417..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage570 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage571 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage571 deleted file mode 100644 index 979acff5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage571 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage572 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage572 deleted file mode 100644 index 4f5d0206..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage572 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage573 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage573 deleted file mode 100644 index 4f923005..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage573 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage574 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage574 deleted file mode 100644 index 80360b47..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage574 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage575 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage575 deleted file mode 100644 index 9c9e3e1c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage575 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage576 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage576 deleted file mode 100644 index 17f7f1f9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage576 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage577 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage577 deleted file mode 100644 index 10fe86f7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage577 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage578 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage578 deleted file mode 100644 index e8f4137e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage578 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage579 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage579 deleted file mode 100644 index d0939736..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage579 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage58 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage58 deleted file mode 100644 index cb3a50d2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage58 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage580 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage580 deleted file mode 100644 index a70846f2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage580 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage581 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage581 deleted file mode 100644 index d6e4ea37..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage581 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage582 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage582 deleted file mode 100644 index 28cfe41d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage582 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage583 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage583 deleted file mode 100644 index c1664a4d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage583 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage584 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage584 deleted file mode 100644 index b132376e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage584 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage585 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage585 deleted file mode 100644 index de800949..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage585 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage586 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage586 deleted file mode 100644 index 8587d99c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage586 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage587 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage587 deleted file mode 100644 index 88a539e3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage587 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage588 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage588 deleted file mode 100644 index b399a3f0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage588 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage589 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage589 deleted file mode 100644 index cacc9d44..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage589 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage59 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage59 deleted file mode 100644 index 086e7150..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage59 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage590 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage590 deleted file mode 100644 index df4e97e2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage590 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage591 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage591 deleted file mode 100644 index 20702170..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage591 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage592 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage592 deleted file mode 100644 index 19162eb6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage592 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage593 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage593 deleted file mode 100644 index 0355dd88..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage593 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage594 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage594 deleted file mode 100644 index 9330b074..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage594 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage595 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage595 deleted file mode 100644 index 46d7543b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage595 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage596 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage596 deleted file mode 100644 index ecefa16e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage596 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage597 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage597 deleted file mode 100644 index 9f2ad262..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage597 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage598 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage598 deleted file mode 100644 index fa0f32bb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage598 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage599 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage599 deleted file mode 100644 index dca38d56..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage599 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage6 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage6 deleted file mode 100644 index 993b2e8a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage6 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage60 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage60 deleted file mode 100644 index a91c395f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage60 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage600 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage600 deleted file mode 100644 index aacad7fc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage600 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage601 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage601 deleted file mode 100644 index 17e0e4c2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage601 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage602 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage602 deleted file mode 100644 index e6f7618c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage602 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage603 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage603 deleted file mode 100644 index 399ecb12..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage603 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage604 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage604 deleted file mode 100644 index a76edd2e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage604 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage605 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage605 deleted file mode 100644 index c2c7db06..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage605 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage606 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage606 deleted file mode 100644 index 9e4bb405..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage606 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage607 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage607 deleted file mode 100644 index cb2669a3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage607 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage608 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage608 deleted file mode 100644 index b25b34ce..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage608 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage609 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage609 deleted file mode 100644 index a42bd6db..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage609 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage61 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage61 deleted file mode 100644 index fd8fab2c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage61 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage610 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage610 deleted file mode 100644 index 7794bca1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage610 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage611 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage611 deleted file mode 100644 index 634c0651..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage611 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage612 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage612 deleted file mode 100644 index ae4b99af..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage612 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage613 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage613 deleted file mode 100644 index 5e60c1ac..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage613 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage614 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage614 deleted file mode 100644 index bccd3a51..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage614 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage615 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage615 deleted file mode 100644 index a20034de..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage615 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage616 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage616 deleted file mode 100644 index 2d7fa38f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage616 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage617 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage617 deleted file mode 100644 index 6b124381..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage617 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage618 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage618 deleted file mode 100644 index c7b8f027..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage618 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage619 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage619 deleted file mode 100644 index eed04b91..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage619 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage62 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage62 deleted file mode 100644 index 2eba1f4a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage62 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage620 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage620 deleted file mode 100644 index b42aff9f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage620 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage621 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage621 deleted file mode 100644 index 96304b20..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage621 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage622 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage622 deleted file mode 100644 index 5626c0ba..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage622 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage623 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage623 deleted file mode 100644 index 04a62335..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage623 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage624 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage624 deleted file mode 100644 index 331e02db..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage624 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage625 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage625 deleted file mode 100644 index b85b1c05..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage625 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage626 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage626 deleted file mode 100644 index 753e30ad..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage626 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage627 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage627 deleted file mode 100644 index 11ad8cf6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage627 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage628 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage628 deleted file mode 100644 index f7523505..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage628 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage629 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage629 deleted file mode 100644 index 736e87b7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage629 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage63 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage63 deleted file mode 100644 index 7994f52f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage63 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage630 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage630 deleted file mode 100644 index ce0e4888..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage630 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage631 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage631 deleted file mode 100644 index ac9fbe01..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage631 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage632 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage632 deleted file mode 100644 index c75bf95b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage632 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage633 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage633 deleted file mode 100644 index f2bd407d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage633 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage634 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage634 deleted file mode 100644 index fd8b5a3e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage634 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage635 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage635 deleted file mode 100644 index 589b0b73..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage635 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage636 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage636 deleted file mode 100644 index fc247b2f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage636 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage637 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage637 deleted file mode 100644 index 1000b315..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage637 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage638 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage638 deleted file mode 100644 index f44b0486..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage638 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage639 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage639 deleted file mode 100644 index eea6db69..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage639 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage64 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage64 deleted file mode 100644 index 8ddd8107..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage64 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage640 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage640 deleted file mode 100644 index 9ddf4fc2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage640 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage641 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage641 deleted file mode 100644 index d2062ba3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage641 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage642 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage642 deleted file mode 100644 index 7b488bf4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage642 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage643 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage643 deleted file mode 100644 index 85d8c001..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage643 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage644 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage644 deleted file mode 100644 index 7bdad732..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage644 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage645 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage645 deleted file mode 100644 index 3e6f114f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage645 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage646 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage646 deleted file mode 100644 index 54667ca2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage646 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage647 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage647 deleted file mode 100644 index fab14085..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage647 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage648 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage648 deleted file mode 100644 index b52319dd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage648 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage649 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage649 deleted file mode 100644 index f77673ea..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage649 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage65 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage65 deleted file mode 100644 index 716ce62d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage65 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage650 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage650 deleted file mode 100644 index 713cf697..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage650 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage651 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage651 deleted file mode 100644 index 7f8f546a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage651 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage652 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage652 deleted file mode 100644 index fccf2e8a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage652 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage653 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage653 deleted file mode 100644 index 26b296d4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage653 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage654 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage654 deleted file mode 100644 index 657058d7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage654 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage655 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage655 deleted file mode 100644 index 4e2d093e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage655 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage656 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage656 deleted file mode 100644 index a3efd62a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage656 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage657 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage657 deleted file mode 100644 index 98a7f26b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage657 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage658 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage658 deleted file mode 100644 index c3671001..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage658 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage659 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage659 deleted file mode 100644 index 6cb6d5b0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage659 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage66 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage66 deleted file mode 100644 index 23afcc38..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage66 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage660 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage660 deleted file mode 100644 index 2d6cb4b3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage660 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage661 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage661 deleted file mode 100644 index 060d717d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage661 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage662 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage662 deleted file mode 100644 index b480fef0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage662 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage663 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage663 deleted file mode 100644 index 2b7294d2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage663 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage664 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage664 deleted file mode 100644 index 869e38e7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage664 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage665 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage665 deleted file mode 100644 index a1dba13d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage665 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage666 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage666 deleted file mode 100644 index 79116058..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage666 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage667 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage667 deleted file mode 100644 index c13148ef..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage667 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage668 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage668 deleted file mode 100644 index e00b9eb8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage668 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage669 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage669 deleted file mode 100644 index cb1b0fb6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage669 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage67 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage67 deleted file mode 100644 index 954c2f19..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage67 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage670 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage670 deleted file mode 100644 index 0b7b6b3f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage670 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage671 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage671 deleted file mode 100644 index 11538b7a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage671 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage672 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage672 deleted file mode 100644 index 18bbd914..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage672 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage673 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage673 deleted file mode 100644 index b66755c1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage673 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage674 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage674 deleted file mode 100644 index 7698ca43..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage674 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage675 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage675 deleted file mode 100644 index 85e07402..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage675 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage676 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage676 deleted file mode 100644 index f35f98a5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage676 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage677 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage677 deleted file mode 100644 index ec3f6682..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage677 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage678 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage678 deleted file mode 100644 index e6027ca0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage678 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage679 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage679 deleted file mode 100644 index 9cf45926..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage679 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage68 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage68 deleted file mode 100644 index 9fbea087..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage68 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage680 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage680 deleted file mode 100644 index ff3ed95a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage680 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage681 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage681 deleted file mode 100644 index e49f6cbd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage681 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage682 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage682 deleted file mode 100644 index e458879c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage682 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage683 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage683 deleted file mode 100644 index 5a14593c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage683 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage684 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage684 deleted file mode 100644 index 8b542e65..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage684 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage685 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage685 deleted file mode 100644 index bfcce858..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage685 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage686 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage686 deleted file mode 100644 index 96dcd84d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage686 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage687 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage687 deleted file mode 100644 index 0ba79824..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage687 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage688 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage688 deleted file mode 100644 index 5e4632ef..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage688 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage689 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage689 deleted file mode 100644 index 0000b9ab..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage689 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage69 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage69 deleted file mode 100644 index 0c95cd64..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage69 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage690 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage690 deleted file mode 100644 index 984796a4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage690 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage691 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage691 deleted file mode 100644 index ec6e4a56..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage691 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage692 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage692 deleted file mode 100644 index 5a84e492..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage692 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage693 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage693 deleted file mode 100644 index 15341fef..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage693 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage694 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage694 deleted file mode 100644 index 659fc188..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage694 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage695 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage695 deleted file mode 100644 index 2f3866cd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage695 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage696 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage696 deleted file mode 100644 index 524f26f4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage696 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage697 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage697 deleted file mode 100644 index 52374ab3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage697 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage698 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage698 deleted file mode 100644 index 33324c0c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage698 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage699 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage699 deleted file mode 100644 index fe3b937a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage699 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage7 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage7 deleted file mode 100644 index 4c43bf10..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage7 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage70 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage70 deleted file mode 100644 index 4f781a59..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage70 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage700 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage700 deleted file mode 100644 index ac9d4a7f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage700 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage701 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage701 deleted file mode 100644 index 1a0e5a18..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage701 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage702 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage702 deleted file mode 100644 index eee11f3a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage702 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage703 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage703 deleted file mode 100644 index 542cf376..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage703 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage704 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage704 deleted file mode 100644 index c5b38ad2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage704 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage705 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage705 deleted file mode 100644 index d2d973ee..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage705 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage706 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage706 deleted file mode 100644 index 6e26f025..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage706 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage707 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage707 deleted file mode 100644 index 407f6428..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage707 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage708 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage708 deleted file mode 100644 index 83084d76..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage708 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage709 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage709 deleted file mode 100644 index f2a6acf2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage709 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage71 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage71 deleted file mode 100644 index 7d1c0e2a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage71 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage710 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage710 deleted file mode 100644 index 505e1bd6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage710 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage711 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage711 deleted file mode 100644 index 36a61b50..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage711 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage712 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage712 deleted file mode 100644 index ac82f1f8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage712 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage713 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage713 deleted file mode 100644 index 24e825c7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage713 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage714 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage714 deleted file mode 100644 index 19dec5a1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage714 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage715 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage715 deleted file mode 100644 index 5e77581c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage715 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage716 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage716 deleted file mode 100644 index b25d8b60..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage716 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage717 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage717 deleted file mode 100644 index 5f23f189..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage717 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage718 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage718 deleted file mode 100644 index a3939e29..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage718 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage719 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage719 deleted file mode 100644 index 56791023..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage719 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage72 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage72 deleted file mode 100644 index 6cc29919..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage72 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage720 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage720 deleted file mode 100644 index c917307a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage720 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage721 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage721 deleted file mode 100644 index 3e347fe1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage721 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage722 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage722 deleted file mode 100644 index 1099af0c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage722 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage723 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage723 deleted file mode 100644 index 1145fa98..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage723 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage724 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage724 deleted file mode 100644 index c47c085f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage724 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage725 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage725 deleted file mode 100644 index bfd31a96..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage725 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage726 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage726 deleted file mode 100644 index 1e0a9838..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage726 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage727 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage727 deleted file mode 100644 index 68115de1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage727 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage728 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage728 deleted file mode 100644 index 69a397db..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage728 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage729 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage729 deleted file mode 100644 index f6db0452..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage729 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage73 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage73 deleted file mode 100644 index c8563615..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage73 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage730 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage730 deleted file mode 100644 index d7035b3a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage730 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage731 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage731 deleted file mode 100644 index 315e9f0c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage731 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage732 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage732 deleted file mode 100644 index 77f38d0e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage732 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage733 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage733 deleted file mode 100644 index adb06475..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage733 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage734 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage734 deleted file mode 100644 index 96687095..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage734 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage735 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage735 deleted file mode 100644 index 4de57226..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage735 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage736 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage736 deleted file mode 100644 index 30fdefcf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage736 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage737 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage737 deleted file mode 100644 index da3780e5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage737 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage738 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage738 deleted file mode 100644 index 0f01cd57..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage738 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage739 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage739 deleted file mode 100644 index 7c33beb7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage739 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage74 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage74 deleted file mode 100644 index 9fbf226c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage74 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage740 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage740 deleted file mode 100644 index 7d963637..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage740 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage741 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage741 deleted file mode 100644 index b6c629de..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage741 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage742 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage742 deleted file mode 100644 index 714bfb73..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage742 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage743 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage743 deleted file mode 100644 index 544a872d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage743 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage744 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage744 deleted file mode 100644 index b92e492c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage744 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage745 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage745 deleted file mode 100644 index fa1aa03b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage745 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage746 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage746 deleted file mode 100644 index ce866c11..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage746 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage747 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage747 deleted file mode 100644 index 32ce5bf9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage747 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage748 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage748 deleted file mode 100644 index 92e19cd6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage748 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage749 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage749 deleted file mode 100644 index 8f3f4dc4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage749 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage75 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage75 deleted file mode 100644 index b367b6ce..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage75 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage750 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage750 deleted file mode 100644 index ac4c84f5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage750 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage751 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage751 deleted file mode 100644 index 2eea75a7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage751 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage752 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage752 deleted file mode 100644 index 09b17e9f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage752 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage753 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage753 deleted file mode 100644 index 21bde5ef..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage753 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage754 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage754 deleted file mode 100644 index 7aa6653a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage754 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage755 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage755 deleted file mode 100644 index 8610aded..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage755 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage756 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage756 deleted file mode 100644 index b1a3922e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage756 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage757 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage757 deleted file mode 100644 index a0b96904..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage757 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage758 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage758 deleted file mode 100644 index db842ed9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage758 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage759 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage759 deleted file mode 100644 index 9b723146..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage759 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage76 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage76 deleted file mode 100644 index d0e047dd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage76 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage760 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage760 deleted file mode 100644 index 69acf314..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage760 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage761 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage761 deleted file mode 100644 index b1ddf904..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage761 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage762 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage762 deleted file mode 100644 index fa27414d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage762 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage763 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage763 deleted file mode 100644 index 39034922..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage763 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage764 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage764 deleted file mode 100644 index 18d10f5a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage764 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage765 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage765 deleted file mode 100644 index e06be237..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage765 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage766 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage766 deleted file mode 100644 index 64d93574..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage766 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage767 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage767 deleted file mode 100644 index 87107381..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage767 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage768 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage768 deleted file mode 100644 index d9815c7c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage768 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage769 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage769 deleted file mode 100644 index 09e6d8ad..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage769 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage77 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage77 deleted file mode 100644 index e8fe085a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage77 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage770 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage770 deleted file mode 100644 index 6663c854..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage770 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage771 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage771 deleted file mode 100644 index 707bdc74..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage771 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage772 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage772 deleted file mode 100644 index bd3cc9d4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage772 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage773 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage773 deleted file mode 100644 index db1473b0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage773 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage774 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage774 deleted file mode 100644 index a2e04dee..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage774 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage775 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage775 deleted file mode 100644 index adb6022d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage775 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage776 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage776 deleted file mode 100644 index e40bcf2b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage776 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage777 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage777 deleted file mode 100644 index 778d3714..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage777 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage778 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage778 deleted file mode 100644 index 9eec5d10..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage778 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage779 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage779 deleted file mode 100644 index 36fe88a6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage779 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage78 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage78 deleted file mode 100644 index 4d858de0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage78 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage780 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage780 deleted file mode 100644 index efd1d863..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage780 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage781 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage781 deleted file mode 100644 index 2ade004d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage781 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage782 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage782 deleted file mode 100644 index be703dac..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage782 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage783 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage783 deleted file mode 100644 index 6f363f26..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage783 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage784 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage784 deleted file mode 100644 index c11f7a19..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage784 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage785 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage785 deleted file mode 100644 index 91e7335a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage785 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage786 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage786 deleted file mode 100644 index e00b7ab4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage786 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage787 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage787 deleted file mode 100644 index 77d61405..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage787 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage788 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage788 deleted file mode 100644 index cb3fe944..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage788 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage789 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage789 deleted file mode 100644 index b6165e4c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage789 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage79 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage79 deleted file mode 100644 index 839a0a46..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage79 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage790 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage790 deleted file mode 100644 index a7023085..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage790 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage791 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage791 deleted file mode 100644 index 819d0be9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage791 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage792 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage792 deleted file mode 100644 index 5119c206..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage792 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage793 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage793 deleted file mode 100644 index 636a02b6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage793 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage794 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage794 deleted file mode 100644 index ecf04531..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage794 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage795 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage795 deleted file mode 100644 index 87dc4d54..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage795 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage796 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage796 deleted file mode 100644 index 3d1085de..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage796 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage797 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage797 deleted file mode 100644 index aa89111a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage797 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage798 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage798 deleted file mode 100644 index 22feef11..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage798 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage799 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage799 deleted file mode 100644 index 7547c109..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage799 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage8 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage8 deleted file mode 100644 index 0ec46936..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage8 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage80 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage80 deleted file mode 100644 index 6d1d0bcb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage80 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage800 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage800 deleted file mode 100644 index 4fa192f1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage800 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage801 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage801 deleted file mode 100644 index 873c85c7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage801 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage802 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage802 deleted file mode 100644 index ee3e709e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage802 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage803 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage803 deleted file mode 100644 index a43daf5c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage803 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage804 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage804 deleted file mode 100644 index 0932b07e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage804 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage805 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage805 deleted file mode 100644 index e5d1e78f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage805 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage806 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage806 deleted file mode 100644 index 5a34e06e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage806 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage807 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage807 deleted file mode 100644 index 1fe10275..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage807 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage808 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage808 deleted file mode 100644 index cdd73701..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage808 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage809 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage809 deleted file mode 100644 index 7b71de7d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage809 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage81 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage81 deleted file mode 100644 index 4f6eda38..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage81 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage810 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage810 deleted file mode 100644 index ed036012..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage810 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage811 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage811 deleted file mode 100644 index c4258914..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage811 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage812 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage812 deleted file mode 100644 index b454ab42..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage812 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage813 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage813 deleted file mode 100644 index ec72bfef..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage813 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage814 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage814 deleted file mode 100644 index 46bc218e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage814 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage815 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage815 deleted file mode 100644 index 7766e534..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage815 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage816 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage816 deleted file mode 100644 index af23586b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage816 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage817 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage817 deleted file mode 100644 index c4ebcd60..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage817 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage818 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage818 deleted file mode 100644 index 030146c8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage818 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage819 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage819 deleted file mode 100644 index aa5cdb05..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage819 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage82 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage82 deleted file mode 100644 index 93f013c2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage82 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage820 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage820 deleted file mode 100644 index 0277a77f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage820 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage821 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage821 deleted file mode 100644 index 90ef09d6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage821 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage822 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage822 deleted file mode 100644 index 98045bdd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage822 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage823 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage823 deleted file mode 100644 index 069d4178..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage823 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage824 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage824 deleted file mode 100644 index 864c39ba..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage824 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage825 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage825 deleted file mode 100644 index 977062ca..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage825 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage826 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage826 deleted file mode 100644 index 978253b4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage826 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage827 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage827 deleted file mode 100644 index 705ae38c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage827 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage828 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage828 deleted file mode 100644 index 6eee06e7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage828 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage829 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage829 deleted file mode 100644 index bacf7099..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage829 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage83 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage83 deleted file mode 100644 index 01fd7c1b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage83 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage830 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage830 deleted file mode 100644 index 56cda771..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage830 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage831 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage831 deleted file mode 100644 index 96edbc56..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage831 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage832 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage832 deleted file mode 100644 index b321ba66..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage832 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage833 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage833 deleted file mode 100644 index 2f9fd2a3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage833 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage834 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage834 deleted file mode 100644 index 953c32de..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage834 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage835 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage835 deleted file mode 100644 index 21f658cf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage835 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage836 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage836 deleted file mode 100644 index 3bd3bad3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage836 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage837 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage837 deleted file mode 100644 index 8a0cc2a6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage837 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage838 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage838 deleted file mode 100644 index bbd3af3a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage838 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage839 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage839 deleted file mode 100644 index 73186023..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage839 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage84 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage84 deleted file mode 100644 index 8cb6754c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage84 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage840 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage840 deleted file mode 100644 index e94b584f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage840 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage841 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage841 deleted file mode 100644 index 1c52b684..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage841 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage842 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage842 deleted file mode 100644 index c21c4b62..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage842 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage843 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage843 deleted file mode 100644 index 0a53f0dd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage843 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage844 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage844 deleted file mode 100644 index a4d46813..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage844 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage845 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage845 deleted file mode 100644 index 760c7009..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage845 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage846 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage846 deleted file mode 100644 index 3c3a78fa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage846 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage847 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage847 deleted file mode 100644 index 504bb03a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage847 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage848 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage848 deleted file mode 100644 index 695c2bbe..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage848 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage849 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage849 deleted file mode 100644 index bb708838..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage849 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage85 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage85 deleted file mode 100644 index 993ac149..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage85 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage850 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage850 deleted file mode 100644 index 1644784c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage850 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage851 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage851 deleted file mode 100644 index bc5904c0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage851 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage852 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage852 deleted file mode 100644 index 281fde43..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage852 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage853 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage853 deleted file mode 100644 index c2f8408f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage853 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage854 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage854 deleted file mode 100644 index 1cbec1d5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage854 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage855 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage855 deleted file mode 100644 index 1e49565f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage855 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage856 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage856 deleted file mode 100644 index a6a350af..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage856 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage857 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage857 deleted file mode 100644 index 6753f905..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage857 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage858 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage858 deleted file mode 100644 index 0cdec6f0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage858 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage859 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage859 deleted file mode 100644 index 86984f77..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage859 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage86 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage86 deleted file mode 100644 index 34d3eadb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage86 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage860 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage860 deleted file mode 100644 index 2077d6d4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage860 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage861 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage861 deleted file mode 100644 index 1360aed8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage861 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage862 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage862 deleted file mode 100644 index 327a51b6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage862 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage863 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage863 deleted file mode 100644 index 727ea315..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage863 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage864 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage864 deleted file mode 100644 index b9c2788e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage864 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage865 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage865 deleted file mode 100644 index 377b28de..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage865 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage866 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage866 deleted file mode 100644 index acc8441f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage866 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage867 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage867 deleted file mode 100644 index 9af1483e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage867 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage868 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage868 deleted file mode 100644 index 2b534d94..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage868 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage869 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage869 deleted file mode 100644 index e8f723f1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage869 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage87 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage87 deleted file mode 100644 index 03179c80..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage87 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage870 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage870 deleted file mode 100644 index 12f6a6cf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage870 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage871 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage871 deleted file mode 100644 index 18c0146c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage871 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage872 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage872 deleted file mode 100644 index 6aa1859b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage872 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage873 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage873 deleted file mode 100644 index 52449aee..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage873 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage874 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage874 deleted file mode 100644 index 069102d9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage874 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage875 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage875 deleted file mode 100644 index edc62107..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage875 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage876 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage876 deleted file mode 100644 index e92fb386..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage876 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage877 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage877 deleted file mode 100644 index e73fdcad..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage877 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage878 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage878 deleted file mode 100644 index d89f1791..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage878 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage879 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage879 deleted file mode 100644 index 9cafc1d3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage879 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage88 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage88 deleted file mode 100644 index f9bd0ad6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage88 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage880 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage880 deleted file mode 100644 index b5b84d4c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage880 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage881 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage881 deleted file mode 100644 index 1b64b251..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage881 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage882 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage882 deleted file mode 100644 index e68ea164..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage882 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage883 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage883 deleted file mode 100644 index b03bdaeb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage883 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage884 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage884 deleted file mode 100644 index c34f6a14..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage884 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage885 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage885 deleted file mode 100644 index f1cf047b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage885 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage886 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage886 deleted file mode 100644 index 8be3f118..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage886 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage887 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage887 deleted file mode 100644 index f93624df..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage887 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage888 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage888 deleted file mode 100644 index 5ab47821..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage888 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage889 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage889 deleted file mode 100644 index b161034f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage889 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage89 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage89 deleted file mode 100644 index 3207af59..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage89 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage890 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage890 deleted file mode 100644 index 23c96fea..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage890 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage891 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage891 deleted file mode 100644 index 8a024dc0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage891 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage892 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage892 deleted file mode 100644 index 5176b2cd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage892 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage893 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage893 deleted file mode 100644 index 453bdc90..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage893 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage894 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage894 deleted file mode 100644 index d8a8908a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage894 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage895 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage895 deleted file mode 100644 index d6e8f059..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage895 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage896 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage896 deleted file mode 100644 index ffc6b5a6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage896 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage897 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage897 deleted file mode 100644 index a1d72d8f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage897 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage898 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage898 deleted file mode 100644 index eb166854..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage898 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage899 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage899 deleted file mode 100644 index 66c214b6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage899 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage9 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage9 deleted file mode 100644 index f741eae1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage9 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage90 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage90 deleted file mode 100644 index 4f3cf7fb..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage90 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage900 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage900 deleted file mode 100644 index 2e2a87a7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage900 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage901 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage901 deleted file mode 100644 index fab10bfa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage901 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage902 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage902 deleted file mode 100644 index 91cf3205..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage902 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage903 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage903 deleted file mode 100644 index 24f5d811..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage903 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage904 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage904 deleted file mode 100644 index 1e2a7f64..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage904 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage905 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage905 deleted file mode 100644 index 40feac60..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage905 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage906 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage906 deleted file mode 100644 index fc5ddbfa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage906 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage907 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage907 deleted file mode 100644 index d9d49d54..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage907 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage908 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage908 deleted file mode 100644 index b87a9590..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage908 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage909 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage909 deleted file mode 100644 index dc8eaa39..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage909 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage91 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage91 deleted file mode 100644 index 7d300340..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage91 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage910 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage910 deleted file mode 100644 index 11decb12..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage910 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage911 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage911 deleted file mode 100644 index f80fc6c5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage911 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage912 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage912 deleted file mode 100644 index 35677f88..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage912 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage913 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage913 deleted file mode 100644 index ab3e7c09..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage913 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage914 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage914 deleted file mode 100644 index a0587144..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage914 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage915 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage915 deleted file mode 100644 index cc532466..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage915 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage916 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage916 deleted file mode 100644 index c41b2ded..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage916 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage917 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage917 deleted file mode 100644 index 035349b1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage917 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage918 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage918 deleted file mode 100644 index 7627a44d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage918 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage919 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage919 deleted file mode 100644 index a462094a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage919 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage92 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage92 deleted file mode 100644 index 51ad6454..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage92 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage920 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage920 deleted file mode 100644 index 85c625b4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage920 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage921 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage921 deleted file mode 100644 index 1addc7d0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage921 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage922 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage922 deleted file mode 100644 index b73d4776..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage922 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage923 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage923 deleted file mode 100644 index 85a815e1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage923 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage924 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage924 deleted file mode 100644 index 2282938b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage924 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage925 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage925 deleted file mode 100644 index 20caac9c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage925 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage926 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage926 deleted file mode 100644 index f0b1c7ae..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage926 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage927 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage927 deleted file mode 100644 index 4a014854..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage927 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage928 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage928 deleted file mode 100644 index d0017f84..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage928 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage929 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage929 deleted file mode 100644 index 0a3b7b72..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage929 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage93 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage93 deleted file mode 100644 index 98e59dbe..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage93 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage930 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage930 deleted file mode 100644 index 13c50eb0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage930 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage931 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage931 deleted file mode 100644 index 83138318..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage931 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage932 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage932 deleted file mode 100644 index 12124a4a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage932 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage933 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage933 deleted file mode 100644 index f3168e0e..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage933 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage934 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage934 deleted file mode 100644 index f3ba7fcc..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage934 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage935 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage935 deleted file mode 100644 index a6d4536c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage935 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage936 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage936 deleted file mode 100644 index 8c9e078f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage936 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage937 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage937 deleted file mode 100644 index 04a56f80..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage937 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage938 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage938 deleted file mode 100644 index cc741367..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage938 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage939 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage939 deleted file mode 100644 index abb1b00f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage939 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage94 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage94 deleted file mode 100644 index 65cd7424..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage94 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage940 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage940 deleted file mode 100644 index b0bf44b5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage940 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage941 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage941 deleted file mode 100644 index 0dda5ded..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage941 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage942 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage942 deleted file mode 100644 index 67357d3a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage942 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage943 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage943 deleted file mode 100644 index 3adf9f21..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage943 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage944 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage944 deleted file mode 100644 index b0aa847c..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage944 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage945 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage945 deleted file mode 100644 index 12267a88..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage945 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage946 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage946 deleted file mode 100644 index 2dd7cc45..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage946 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage947 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage947 deleted file mode 100644 index e4eb322b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage947 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage948 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage948 deleted file mode 100644 index a8995ffa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage948 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage949 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage949 deleted file mode 100644 index 045c629b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage949 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage95 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage95 deleted file mode 100644 index 9f5a529f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage95 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage950 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage950 deleted file mode 100644 index 61d7108b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage950 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage951 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage951 deleted file mode 100644 index adf2cfdf..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage951 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage952 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage952 deleted file mode 100644 index d0ac20c3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage952 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage953 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage953 deleted file mode 100644 index a8d40c9a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage953 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage954 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage954 deleted file mode 100644 index 6a2c5638..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage954 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage955 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage955 deleted file mode 100644 index 8f416fe1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage955 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage956 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage956 deleted file mode 100644 index a0e676f4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage956 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage957 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage957 deleted file mode 100644 index 4efcc7ac..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage957 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage958 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage958 deleted file mode 100644 index a0bbf75a..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage958 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage959 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage959 deleted file mode 100644 index 77711588..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage959 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage96 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage96 deleted file mode 100644 index 860cebb4..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage96 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage960 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage960 deleted file mode 100644 index 3ea42c5d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage960 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage961 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage961 deleted file mode 100644 index 29fb78df..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage961 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage962 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage962 deleted file mode 100644 index 9a9569a1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage962 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage963 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage963 deleted file mode 100644 index 3d95c272..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage963 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage964 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage964 deleted file mode 100644 index 4177f61f..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage964 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage965 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage965 deleted file mode 100644 index e6b7f3f0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage965 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage966 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage966 deleted file mode 100644 index ee0551a9..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage966 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage967 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage967 deleted file mode 100644 index 12478027..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage967 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage968 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage968 deleted file mode 100644 index 4d0600c3..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage968 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage969 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage969 deleted file mode 100644 index 97a844aa..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage969 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage97 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage97 deleted file mode 100644 index ea135ce8..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage97 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage970 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage970 deleted file mode 100644 index dd9522ae..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage970 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage971 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage971 deleted file mode 100644 index 0e650a13..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage971 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage972 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage972 deleted file mode 100644 index b222e579..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage972 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage973 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage973 deleted file mode 100644 index 32ee51ae..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage973 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage974 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage974 deleted file mode 100644 index 1cd8b1e6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage974 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage975 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage975 deleted file mode 100644 index 5045a398..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage975 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage976 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage976 deleted file mode 100644 index fcf3bfd7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage976 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage977 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage977 deleted file mode 100644 index fe96d057..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage977 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage978 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage978 deleted file mode 100644 index 2b58c7a2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage978 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage979 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage979 deleted file mode 100644 index ebff70ac..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage979 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage98 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage98 deleted file mode 100644 index 2e7c99a6..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage98 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage980 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage980 deleted file mode 100644 index ffd763b7..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage980 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage981 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage981 deleted file mode 100644 index 6daf55dd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage981 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage982 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage982 deleted file mode 100644 index 12304359..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage982 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage983 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage983 deleted file mode 100644 index 4cef1133..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage983 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage984 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage984 deleted file mode 100644 index 3da125d1..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage984 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage985 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage985 deleted file mode 100644 index 96477a25..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage985 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage986 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage986 deleted file mode 100644 index 3400f183..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage986 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage987 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage987 deleted file mode 100644 index 7b6b3055..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage987 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage988 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage988 deleted file mode 100644 index 9251d3e5..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage988 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage989 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage989 deleted file mode 100644 index 5f1303ec..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage989 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage99 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage99 deleted file mode 100644 index 91461205..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage99 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage990 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage990 deleted file mode 100644 index 40e90b47..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage990 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage991 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage991 deleted file mode 100644 index d5661c12..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage991 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage992 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage992 deleted file mode 100644 index 495e1f3d..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage992 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage993 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage993 deleted file mode 100644 index f42026d2..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage993 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage994 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage994 deleted file mode 100644 index 6d426c1b..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage994 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage995 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage995 deleted file mode 100644 index 25393b34..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage995 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage996 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage996 deleted file mode 100644 index 077c9215..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage996 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage997 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage997 deleted file mode 100644 index 56e333b0..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage997 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage998 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage998 deleted file mode 100644 index c7204495..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage998 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage999 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage999 deleted file mode 100644 index e594fa72..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage999 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35c409043c33300464f8dba54c8db2b04b9 b/src/main/webapp/WEB-INF/clipreport4/temp/00c0cbe58df248c184b3e683f244a7521209e112495f44a2864871861a72176b similarity index 100% rename from src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35c409043c33300464f8dba54c8db2b04b9 rename to src/main/webapp/WEB-INF/clipreport4/temp/00c0cbe58df248c184b3e683f244a7521209e112495f44a2864871861a72176b diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cadfed79cad464735a71dffd27b151b20 b/src/main/webapp/WEB-INF/clipreport4/temp/00c0cbe58df248c184b3e683f244a7526c21a32763ed4a55b9600b3227fed6c6 similarity index 100% rename from src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cadfed79cad464735a71dffd27b151b20 rename to src/main/webapp/WEB-INF/clipreport4/temp/00c0cbe58df248c184b3e683f244a7526c21a32763ed4a55b9600b3227fed6c6 diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/00c0cbe58df248c184b3e683f244a752count b/src/main/webapp/WEB-INF/clipreport4/temp/00c0cbe58df248c184b3e683f244a752count new file mode 100644 index 00000000..514a207e --- /dev/null +++ b/src/main/webapp/WEB-INF/clipreport4/temp/00c0cbe58df248c184b3e683f244a752count @@ -0,0 +1 @@ +{"count":1,"endReport":true,"error":false} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/00c0cbe58df248c184b3e683f244a752document b/src/main/webapp/WEB-INF/clipreport4/temp/00c0cbe58df248c184b3e683f244a752document new file mode 100644 index 00000000..47036077 --- /dev/null +++ b/src/main/webapp/WEB-INF/clipreport4/temp/00c0cbe58df248c184b3e683f244a752document @@ -0,0 +1 @@ +{"a":"1.0.0.71","b":"","c":"","d":"","e":"","f":"","g":{"a":[[1,2100,2970,0,50,50,50,50,1,0]],"b":[],"c":[[1,16777215,0,0,0,16777215,16777215],[0,12566463,0,0,0,16777215,0],[1,16777215,0,0,0,16777215,0]],"d":[[0,0,0],[1,75,0],[0,0,0],[0,0,0]],"e":[[18,10,true,false,false,false,0,1,-1,1,-1,18],[18,10,false,false,false,false,0,1,-1,1,-1,18]],"f":[[1,1,true,1,0.0,0.0,1,"",0]],"g":[[false,"B","I","B","S","C","O","R","P","O","BR"]],"h":[[0,0,0,0]],"i":[[true,true,true,true,true,true,true,true,true,true,true,true]],"j":[],"k":["%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95","NanumBarunGothic","%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95+Light","NanumBarunGothic+Light","%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95+UltraLight","NanumBarunGothic+UltraLight","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95+ExtraBold","NanumGothicExtraBold","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95","NanumGothic","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95%EC%BD%94%EB%94%A9","NanumGothicCoding","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95%EC%BD%94%EB%94%A9-Bold","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0","NanumMyeongjo","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0+Bold","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0+ExtraBold","NanumMyeongjoExtraBold","%ED%9C%B4%EB%A8%BC%EB%AA%85%EC%A1%B0"]},"h":[1],"i":1,"j":[0,200,425,550,650,950,1250,1450,1800,2000],"k":false,"l":[],"m":"","n":"","o":[{"a":"","b":1,"c":[0,200,425,550,650,950,1250,1450,1800,2000]}],"p":[false],"r":{},"s":"C%3A%5CeGovFrameDev-3.9.0-64bit_kofons%5Cworkspace%5Cfairnet%5Csrc%5Cmain%5Cwebapp%5CWEB-INF%5Cclipreport4%2Ftemp%2F%5C00c0cbe58df248c184b3e683f244a7526c21a32763ed4a55b9600b3227fed6c6",,"t":"C%3A%5CeGovFrameDev-3.9.0-64bit_kofons%5Cworkspace%5Cfairnet%5Csrc%5Cmain%5Cwebapp%5CWEB-INF%5Cclipreport4%2Ftemp%2F%5C00c0cbe58df248c184b3e683f244a7521209e112495f44a2864871861a72176b",} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cend b/src/main/webapp/WEB-INF/clipreport4/temp/00c0cbe58df248c184b3e683f244a752end similarity index 100% rename from src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cend rename to src/main/webapp/WEB-INF/clipreport4/temp/00c0cbe58df248c184b3e683f244a752end diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/00c0cbe58df248c184b3e683f244a752page0 b/src/main/webapp/WEB-INF/clipreport4/temp/00c0cbe58df248c184b3e683f244a752page0 new file mode 100644 index 00000000..d1672e68 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/00c0cbe58df248c184b3e683f244a752page0 differ diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp index 5e82b296..f55ccdba 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp @@ -3535,6 +3535,10 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, //alert(obj4+":"+obj5); //alert(obj6+":"+obj7); + //alert(window.location.hostname); + //alert(window.location.hostname.indexOf('localhost')); + //alert(window.location.hostname.indexOf('fairnet.kofair.or.kr')); + if(jobID != '')$("#jobID").val(jobID); if(codeNo != '')$("#codeNo").val(codeNo); if(nanumSubject != '')$("#nanumSubject").val(encodeURIComponent(nanumSubject)); @@ -3627,7 +3631,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, || "5-6".equals(p_jobID) //약관거래 - 0205000000 || "6-6".equals(p_jobID) //대리점거래 - 0206000000 */ - + if (jobID=='1-76' //공정 당사자 통지 || jobID=='1-6' //공정 접수 통지 || jobID=='1-2' //접수 통지(신청인) @@ -3643,8 +3647,13 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, || jobID.indexOf('1-4')>-1 //추가통지1차~5차(41~45) ){ //alert("340"); - $("#nanumViewFrm #formIdView").val('340'); //공정 관인 - + + if (window.location.hostname.indexOf('fairnet.kofair.or.kr')>-1){ + $("#nanumViewFrm #formIdView").val('340'); //공정 관인 - 실서버 + }else{ + $("#nanumViewFrm #formIdView").val('395'); //공정 관인 - 개발서버 + } + }else if (jobID=='2-76' || jobID=='2-6' //접수 통지 || jobID=='2-2' //접수 통지(신청인) @@ -3659,7 +3668,13 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, || jobID=='2-8' //출석요구(피신청인)2차 || jobID.indexOf('2-4')>-1 //추가통지1차~5차(41~45) ){ - $("#nanumViewFrm #formIdView").val('341'); //가맹 관인 + + if (window.location.hostname.indexOf('fairnet.kofair.or.kr')>-1){ + $("#nanumViewFrm #formIdView").val('341'); //가맹 관인 + }else{ + $("#nanumViewFrm #formIdView").val('396'); //가맹 관인 - 개발서버 + } + }else if (jobID=='3-76' || jobID=='3-6' //접수 통지 @@ -3675,7 +3690,12 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, || jobID=='3-8' //출석요구(피신청인)2차 || jobID.indexOf('3-4')>-1 //추가통지1차~5차(41~45) ){ - $("#nanumViewFrm #formIdView").val('342'); //하도급 관인 + + if (window.location.hostname.indexOf('fairnet.kofair.or.kr')>-1){ + $("#nanumViewFrm #formIdView").val('342'); //하도급 관인 + }else{ + $("#nanumViewFrm #formIdView").val('397'); //하도급 관인- 개발서버 + } }else if (jobID=='4-76' || jobID=='4-6' //접수 통지 @@ -3691,7 +3711,12 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, || jobID=='4-8' //출석요구(피신청인)2차 || jobID.indexOf('4-4')>-1 //추가통지1차~5차(41~45) ){ - $("#nanumViewFrm #formIdView").val('343'); //대규모 관인 + + if (window.location.hostname.indexOf('fairnet.kofair.or.kr')>-1){ + $("#nanumViewFrm #formIdView").val('343'); //대규모 관인 + }else{ + $("#nanumViewFrm #formIdView").val('398'); //대규모 관인- 개발서버 + } }else if (jobID=='5-76' || jobID=='5-6' //접수 통지 @@ -3707,8 +3732,13 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, || jobID=='5-8' //출석요구(피신청인)2차 || jobID.indexOf('5-4')>-1 //추가통지1차~5차(41~45) ){ - $("#nanumViewFrm #formIdView").val('344'); //약관 관인 - + + if (window.location.hostname.indexOf('fairnet.kofair.or.kr')>-1){ + $("#nanumViewFrm #formIdView").val('344'); //약관 관인 + }else{ + $("#nanumViewFrm #formIdView").val('399'); //햑관 관인- 개발서버 + } + }else if (jobID=='6-76' || jobID=='6-6' //접수 통지 || jobID=='6-2' //접수 통지(신청인) @@ -3723,28 +3753,56 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, || jobID=='6-8' //출석요구(피신청인)2차 || jobID.indexOf('6-4')>-1 //추가통지1차~5차(41~45) ){ - $("#nanumViewFrm #formIdView").val('345'); //대리점 관인 + if (window.location.hostname.indexOf('fairnet.kofair.or.kr')>-1){ + $("#nanumViewFrm #formIdView").val('345'); //대리점 관인 + }else{ + $("#nanumViewFrm #formIdView").val('400'); //대리점 관인- 개발서버 + } }else{ //관인이 없는 경우 //alert("336"); if (jobID.indexOf('1-')>-1){ - $("#nanumViewFrm #formIdView").val('389'); + if (window.location.hostname.indexOf('fairnet.kofair.or.kr')>-1){ + $("#nanumViewFrm #formIdView").val('389'); //공정 NO관인 + }else{ + $("#nanumViewFrm #formIdView").val('401'); //공정 NO관인- 개발서버 + } }else if (jobID.indexOf('2-')>-1){ - $("#nanumViewFrm #formIdView").val('390'); - + if (window.location.hostname.indexOf('fairnet.kofair.or.kr')>-1){ + $("#nanumViewFrm #formIdView").val('390'); //가맹 NO관인 + }else{ + $("#nanumViewFrm #formIdView").val('402'); //가맹 NO관인- 개발서버 + } + }else if (jobID.indexOf('3-')>-1){ - $("#nanumViewFrm #formIdView").val('391'); + if (window.location.hostname.indexOf('fairnet.kofair.or.kr')>-1){ + $("#nanumViewFrm #formIdView").val('391'); //하도급 NO관인 + }else{ + $("#nanumViewFrm #formIdView").val('403'); //하도급 NO관인- 개발서버 + } }else if (jobID.indexOf('4-')>-1){ - $("#nanumViewFrm #formIdView").val('392'); + if (window.location.hostname.indexOf('fairnet.kofair.or.kr')>-1){ + $("#nanumViewFrm #formIdView").val('392'); //대규모 NO관인 + }else{ + $("#nanumViewFrm #formIdView").val('404'); //대규모 NO관인- 개발서버 + } }else if (jobID.indexOf('5-')>-1){ - $("#nanumViewFrm #formIdView").val('393'); + if (window.location.hostname.indexOf('fairnet.kofair.or.kr')>-1){ + $("#nanumViewFrm #formIdView").val('393'); //약관 NO관인 + }else{ + $("#nanumViewFrm #formIdView").val('405'); //약관 NO관인- 개발서버 + } }else if (jobID.indexOf('6-')>-1){ - $("#nanumViewFrm #formIdView").val('394'); + if (window.location.hostname.indexOf('fairnet.kofair.or.kr')>-1){ + $("#nanumViewFrm #formIdView").val('394'); //대리점 NO관인 + }else{ + $("#nanumViewFrm #formIdView").val('406'); //대리점 NO관인- 개발서버 + } }else{ $("#nanumViewFrm #formIdView").val('336');