TRE007_3C.jsp 5.47 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 145 146 147 148 149 150 151 152 153
<%@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.*"  %>
<jsp:useBean id="TRE007_3C" class="com.csc.library.system.Task" scope="page"/>
<%
	TRE007_3C.setChannel(request,response);
	UIManager screen = (UIManager) TRE007_3C.process("ChildEntry","MTRAINERCRS");	
	CheckNull chk=new CheckNull();
	screen.getTable("MTRAINERCRS").last();
%>
<html>
<head>
<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 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 goSearch() {search();}
function goDelete() {edelete();}
function goUpdate() {update();}
function checkCF() {checkConfirm();}

	function goHelp(helpName,inputName){
		 var helpReturn;
		 if(inputName=="__crsid" ){
		 	helpReturn="__crsid:crsid,MCOURSE@CRSDESC";
		 }
		 linkHelp_Return(helpName,helpReturn);			
	}
	function setcmd1(acktion){	
		with(document.cscform){
			if(notBlankOnThisPage()){
				bCon=confirm(MyCode[1]);
				if (bCon==true){	
					__cmdchild.value="save";
				}
				submit();
			}
		}	
	}
	function back(){
		with(window.opener.cscform){
			__cmd.value="ack";
			submit();
		}
	}
	function setBlank(){
		with(document.cscform){
			if(__crsid.value==""){
				for(i=0;i<elements.length;i++){
					if(elements[i].name=="MCOURSE@CRSDESC"){
						elements[i].value = "";
					}
				}
			}
		}
	}
</script>
</head>

<body leftmargin="0" topmargin="0"  onLoad="MM_preloadImages('../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif','../IMAGES/BUTTON/SWAP/CALENDAR_SWAP20.gif')">
<div id="toolTipLayer" style="position:absolute; visibility: hidden"></div>
<script language="javascript">initToolTips();</script>
<script language='javascript' src="../JS/VIEWCALENDAR.js"></script>

<form name="cscform" method="post" action="TRE007_3C.jsp">


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

<%=screen.InitialVariable()%>

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

	<input type="hidden" name="__cmd" value="">
	<input type="hidden" name="__screen" value="TRE007_3C">
	<input type="hidden" name="__headMulti" value="TRE007">
  	<input type="hidden" name="__cmdchild" value="">
	<input type="hidden" name="__language" value="<%=screen.getUProfile().get("lang")%>">
  	<input type="hidden" name="__ack" value="<%=request.getParameter("__ack")%>">  	
 	<input type="hidden" name="__calendar">
	<input type="hidden" name="__sysisedit" >
  	<input type="hidden" name ="__companyid" value="<%=request.getParameter("__companyid")%>">
	<input type="hidden" name="__cmdChild" value="">
	<input type="hidden" name="__help" value="">
	<input type="hidden" name="__helpReturn" value="">
	<script language="javascript">getInputFormatDate();</script>
	<input type="hidden" name="__fixCon" value="">
	<input type="hidden" name="__user" value="<%=screen.getUProfile().getUserId()%>">
	<input type="hidden" name ="__gorec" value="<%=chk.chkNullString(request.getParameter("__gorec"))%>">
	<input type="hidden" name="__referPage" value="">
	<input type="hidden" name="__notNull"value="<%=screen.getRequire()%>">
	<input type="hidden" name="__backpage" value="TRE007_3C">
	<input type="hidden" name="__trainerid" value="<%=request.getParameter("__trainerid")%>">
	<div align="center">  
	<br>
   <table  cellspacing="0" cellpadding="0" border = "0" class = "inner">
		  <tr> 
				<td class="header" >TRE007_3C, 
					<script language='javascript'>swapLang('Course Skillful');</script>&nbsp;
				</td>
		  </tr>
          <tr> 
                 <td  class="blankspace"></td>
          </tr>
		  <tr>
				<td align="center">
						 <table  cellspacing="0" cellpadding="0" border = "0" class = "maxsize" colspan="2">
							  <tr> 
									 <td align="right" width="20%"><%=screen.getLabel("CRSID")%>&nbsp;</td>
									 <td width="80%"><%=screen.getInput("CRSID")%></td>
							  </tr>
							  <tr> 
									 <td align="right"><script language='javascript'>swapLang('Description');</script>&nbsp;</td>
									 <td><input name="MCOURSE@CRSDESC" type ="text" value="<%=screen.getDataLabel("MCOURSE","CRSDESC")%>" size="60" readonly></td>
							  </tr>
							  <tr> 
									 <td align="right"><%=screen.getLabel("COMMENT")%>&nbsp;</td>
									 <td><%=screen.getInput("COMMENT")%></td>
							  </tr>
						 </table>
				</td>
		  </tr>
          <tr> 
                  <td  class="blankspace"></td>
          </tr>
          <tr align="center"> 
                  <td class="buttonline"  >
                  	<a href="javascript:setcmd1('save');"><img src="../IMAGES/BUTTON/OK.gif" border="0"></a>&nbsp;&nbsp;
                  	<a href="javascript:backhead();"><img src="../IMAGES/BUTTON/BACK.gif" border="0"></a>                 
				</td>
          </tr>
          <tr> 
                 <td class="blankspace"></td>
         </tr>
		 <tr> 
				<td class="bottom"></td>
		 </tr>
		 <script language="javascript">setBlank();</script>
</table>
</div>
<% 
if((request.getParameter("__cmdchild")!=null)&&(!request.getParameter("__cmdchild").equals(""))){%>
<script language="javascript">back();</script>
<%}%>
</form>
</body>
</html>