<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <%@page contentType="text/html; charset=UTF-8"%> <%@page import="com.csc.library.entry.*,com.csc.library.system.*,com.csc.library.utilities.*"%> <jsp:useBean id="TRP004" class="com.csc.library.system.Task" scope="page" /> <% TRP004.setChannel(request ,response); ProcessEntry screen=(ProcessEntry)TRP004.process("ProcessEntry","Process"); screen.process(); %> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link type="text/css" rel="stylesheet" href="../CSS/TISCO.css" > <script language="JavaScript" src="../JS/SCREEN.js"></script> <script language="javascript">setLang("<%=screen.getUProfile().get("lang")%>");</script> <script language="javascript">getTitleName();</script> <script language="javascript"> function process() { with(document.cscform){ bCon=confirm("Export Olap Data Process"); if (bCon==true) { __cmd .value = "save"; submit(); } } } </script> </head> <body leftmargin="0" topmargin="0" > <div align="center"> <div id="toolTipLayer" style="position:absolute; visibility: hidden"></div> <script language="javascript">initToolTips();</script> <form name="cscform" method="post" action="?"> <input type="hidden" name="__cmd" value=""> <input type="hidden" name="__screen" value="TRP004"> <input type="hidden" name="__help" value=""> <input type="hidden" name="__companyid" value="<%=screen.getUProfile().get("companyid")%>"> <input type="hidden" name="__notNull" value=""> <input type="hidden"name="__fixCon" value=""> <input type="hidden" name="__referPage" value=""> <input type="hidden" name="__process" value=""> <input type="hidden" name="__tname" value="Export Olap Data Process"> <input type="hidden" name="__ename" value="Export Olap Data Process"> <input type="hidden" name="__ptype" value=""> <input type="hidden" name="__prclass" value="ExportData2TableProcess"> <input type="hidden" name="__condition$exportxml" value="OLAP_TRAIN"> <%=screen.getTagConfirm()%> <br> <table> <tr> <td class="header" colspan="2" >TRP004, <script language="JavaScript">swapLang("Export Olap Data Process");</script> </td> </tr> <tr> <td> <table cellspacing="0" cellpadding="0"> <!--------------------------------------------------------------------------------------------------------> <tr> <td class="blankspace"></td> </tr> <tr> <td class="buttonline"><a href="javaScript:process();"><img src="../IMAGES/BUTTON/PROCESS.gif" width="73" height="23" border="0" align="absmiddle"></a></td> </tr> <!--------------------------------------------------------------------------------------------------------> <tr> <td class="blankspace"></td> </tr> </table> </td> </tr> <tr > <td class="bottom" > </td> </tr> </table> <script language="JavaScript">checkConfirm();</script> </form></div> </body> </html>