PSM017.jsp 5.81 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
<!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.*"%>
<jsp:useBean id="PSM017" class="com.csc.library.system.Task" scope="page" />
<%
	PSM017.setChannel(request, response);
	UIManager screen = (UIManager) PSM017.process("SingleEntry", "PSM017");
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../CSS/MENU.css" rel="stylesheet" type="text/css">
<link href="../CSS/TISCO.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="../JS/SCREEN.js"></script>
<script type='text/javascript' src='../JS/ICONSMENU.js'></script>
 
<script language='javascript'>setLang('<%=screen.getUProfile().get("lang")%>');</script>
<script language="javascript">getTitleName();</script>
<script language="JavaScript" type="text/JavaScript">

function GoSave(){confirmSave();}
function GoUpdate(){update();}
function GoDelete(){edelete();}
function GoSearch(){search();}
function checkCF() {checkConfirm();}
function goHelp(helpName,inputName){
	var helpReturn;
		 if(inputName=="__expertgroup1" )
		 	helpReturn="__expertgroup1:expertgroup1,MEXPERTISEGROUP1@EDESC";
		 if(inputName=="__expertgroup2" )
		 	helpReturn="__expertgroup2:expertgroup2,MEXPERTISEGROUP2@EDESC";
		 if(inputName=="__expertgroup3" )
		 	helpReturn="__expertgroup3:expertgroup3,MEXPERTISEGROUP3@EDESC";
		 if(inputName=="__expertgroup4" )
		 	helpReturn="__expertgroup4:expertgroup4,MEXPERTISEGROUP4@EDESC";
		 if(inputName=="__expertgroup5" )
		 	helpReturn="__expertgroup5:expertgroup5,MEXPERTISEGROUP5@EDESC";
	     linkHelp_Return(helpName,helpReturn);
}

</script>

</head>
<body leftmargin="0" topmargin="0" >
<div id="toolTipLayer" style="position:absolute; visibility: hidden"></div>
<script language="javascript">initToolTips();</script>
<div class="centered">
<form name="cscform" method="post" action="PSM017.jsp">


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

<%=screen.InitialVariable()%>

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

<input name="__cmd" type="hidden" value="">	
	<input name="__screen" type="hidden" value="PSM017"> 
	<input name="__help" type="hidden" value=""> 
	<input name="__companyid" type="hidden" value="<%=screen.getUProfile().get("companyid")%>"> 
	<input name="__notNull" type="hidden" value="<%=screen.getRequire()%>">
	<input name="__fixCon" type="hidden" value="companyid='<%=screen.getUProfile().get("companyid")%>'">
	  <input type="hidden" name="__referPage" value="">
	
	
  <div align="center"> 
  <script language="JavaScript" src="../JS/HOTKEY.js"></script>
	<script language="javascript">
		 var titlename=swap2String('Expertise Table');
		 document.write(Icons("PSM017,"+titlename));
	 </script>
	 <br><br>     
    <table class="medium">
	<tr > 
        <td class="header" colspan="2" >PSM017, 
		<script language="javascript">swapLang('Expertise Table');</script>&nbsp;</td>
      </tr>
      <tr > 
        <td > 
          <table cellpadding="0"  cellspacing="0">
			<tr> 
              <td colspan="2"  class="blankspace"></td>
            </tr>
            <tr>
				<td class="columnlabel" ><%=screen.getLabel("expertid")%>&nbsp;</td>
				<td class="columnobject1"><%=screen.getInput("expertid")%></td>
			</tr>
				<tr> 
              <td class="columnlabel" ><%=screen.getLabel("tdesc")%>&nbsp;</td>
              <td class="columnobject1"><%=screen.getInput("tdesc")%></td>
            </tr>
            <tr> 
              <td class="columnlabel" ><%=screen.getLabel("edesc")%>&nbsp;</td>
              <td class="columnobject1"><%=screen.getInput("edesc")%></td>
            </tr>	
			<tr> 
              <td class="columnlabel" ><%=screen.getLabel("expertgroup1")%>&nbsp;</td>
              <td class="columnobject1"><%=screen.getInput("expertgroup1")%>&nbsp;<input name="MEXPERTISEGROUP1@EDESC"  type="text" size="30" readonly value="<%=screen.getDataLabel("mexpertisegroup1","tdesc")%>"></td>
            </tr>
			<tr> 
              <td class="columnlabel" ><%=screen.getLabel("expertgroup2")%>&nbsp;</td>
              <td class="columnobject1"><%=screen.getInput("expertgroup2")%>&nbsp;<input name="MEXPERTISEGROUP2@EDESC"  type="text" size="30" readonly value="<%=screen.getDataLabel("mexpertisegroup2","tdesc")%>"></td>
            </tr>
			<tr> 
              <td class="columnlabel"><%=screen.getLabel("expertgroup3")%>&nbsp;</td>
              <td class="columnobject1"><%=screen.getInput("expertgroup3")%>&nbsp;<input name="MEXPERTISEGROUP3@EDESC"  type="text" size="30" readonly value="<%=screen.getDataLabel("mexpertisegroup3","tdesc")%>"></td>
            </tr>
			<tr> 
              <td class="columnlabel"><%=screen.getLabel("expertgroup4")%>&nbsp;</td>
              <td class="columnobject1"><%=screen.getInput("expertgroup4")%>&nbsp;<input name="MEXPERTISEGROUP4@EDESC"  type="text" size="30" readonly value="<%=screen.getDataLabel("mexpertisegroup4","tdesc")%>"></td>
            </tr>
			<tr> 
              <td class="columnlabel" ><%=screen.getLabel("expertgroup5")%>&nbsp;</td>
              <td class="columnobject1"><%=screen.getInput("expertgroup5")%>&nbsp;<input name="MEXPERTISEGROUP5@EDESC"  type="text" size="30" readonly value="<%=screen.getDataLabel("mexpertisegroup5","tdesc")%>"></td>
            </tr>
			<tr>
			  <td colspan="2" class="blankspace" >&nbsp;</td>
		    </tr>
			<tr> 
              <td colspan="2" > <div align="right">
						   <%=screen.getEditCheck() %>                
		      &nbsp;</div></td>
            </tr>		
          </table>
            </center>
        </td>
      </tr>
      <tr> 
        <td class="bottom" ></td>
      </tr>
    </table>
    </center>
</div>


<!----------BEGIN CSC ENDING ZONE ------------------------>

<%=screen.endJSP()%>

<!----------END CSC ENDING ZONE -------------------------->

</FORM>
</body>
</html>