<!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="SM1010" class="com.csc.library.system.Task" scope="page" /> <% SM1010.setChannel(request ,response); ProcessEntry screen=(ProcessEntry)SM1010.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" > <link href="../CSS/bootstrap.css" rel="stylesheet" type="text/css"> <link href="../CSS/bootstrap_csc_backend.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../JS/jquery-2.1.3.min.js"></script> <script type='text/javascript' src="../JS/bootstrap.js"></script> <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("Generate Supervisor List 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="SM1010.jsp"> <input type="hidden" name="__cmd" value=""> <input type="hidden" name="__screen" value="SM1010"> <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="สร้างรายชื่อผู้บังคับบัญชาโดย box"> <input type="hidden" name="__ename" value="Generate Supervisor List Process by Box"> <input type="hidden" name="__ptype" value="Personal"> <input type="hidden" name="__prclass" value="GenSupervisorListProcessWithBox"> <%=screen.getTagConfirm()%> <br> <table> <tr> <%--<td class="header" colspan="2" >SM1010, <script language="JavaScript">swapLang("ประมวลผลสายบังคับบัญชา(โดย Box)");</script> </td>--%> <td class="header" colspan="2" >SM1010, <%=screen.getUProfile().get("lang").equalsIgnoreCase("THA") ? "ประมวลผลสายบังคับบัญชา" : "Process Organization Chart By Box" %> </td> </tr> <tr> <td> <table cellspacing="0" cellpadding="0"> <!--------------------------------------------------------------------------------------------------------> <tr> <td class="blankspace"></td> </tr> <tr> <td class="buttonline"> <button type="button" class="btn btn-primary width100" swlang code="SW013173" onClick="setSubmit();">process</button></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>