<%@page contentType="text/html; charset=UTF-8"%>
<%@page import="com.csc.library.entry.HelpEntry,com.csc.library.system.*,com.csc.library.utilities.*"%>
<%@ page import="com.csc.library.entry.*,com.csc.library.database.*,com.csc.library.session.*,com.csc.library.report.ReportUDF"  %>
<%@ page import="com.csc.library.export.*"  %>
<%@ page import="jxl.Workbook,jxl.read.biff.BiffException"  %>
<%
		Workbook workbook =null;
		JxlTemplateRecord templateRecord=null;
		try{
			 workbook = Workbook.getWorkbook(new File(this.getExcelpath().concat("/").concat(this.getExcelFile())));			
			templateRecord=new JxlTemplateRecord(workbook);
			workbook.close();
			}catch(Exception ex){
			
			}
%>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../CSS/TISCO.css" rel="stylesheet" type="text/css">
<script type='text/javascript' src='../JS/SCREEN.js'></script>
<script language="javascript" src='../JS/DATEINPUT.js'></script>
<script language="javascript" src='../JS/VIEWCALENDAR.js'></script>
<script language="javascript">setLang('<%=screen.getUProfile().get("lang")%>');</script>
<script language="JavaScript" type="text/JavaScript">
<!--

//-->
</script>
</head>
<body  leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<form name="cscform" method="post" action="EXCELOPTION.jsp">


<!----------BEGIN CSC INITIAL ZONE ------------------------>

<%=screen.InitialVariable()%>

<!----------END CSC INITIAL ZONE -------------------------->

<input type="hidden" name="__screen"  value="EXCELOPTION">
	<input type="hidden" name="__xlsname" value="<%=request.getParameter("__xlsname")%>">
	<script language="javascript">getInputFormatDate();</script>
	<input type="hidden" name="__language" value ="<%=screen.getUProfile().get("lang")%>">		
	<div id="toolTipLayer" style="position:absolute; visibility: hidden"></div>

 	<br>
  	<div align="center">
    <table  cellpadding="0"  cellspacing="0" class="largest">
    <tr >
    	<td width="570"  class="header"> EXCELOPTION,&nbsp;
    	  <script language="javascript">swapLang("Print Excel");</script>&nbsp;</td>
   	</tr>
	<tr>
    	<td class="blankspace"  ></td>
    </tr>	
    <tr >
    	<td colspan="3">
			<table width="100%" border="0" class="inframe"><tr>                          
            	<td width="100%" class="blankspace"></td>
            </tr>   
			 <tr>
              	<td class="blankspace"  >
					<div align="center">
					<a href="javascript:process('ExcelExportFile');"><img src="../IMAGES/BUTTON/PRINT.gif" width="73" height="23" border="0"></a>
				<a href="javascript:window.close();"><img src="../IMAGES/BUTTON/CLOSE.gif" border="0"></a>                  </div>				</td>
            </tr>
			 <tr>
              	<td class="blankspace"  ></td>
            </tr>
          	</table> 
		</td>
    </tr>
  	<tr>
		<td  class="bottom"></td>
    </tr>
	</table>
  </div>
</form>
</body>
</html>