134 lines
3.8 KiB
Plaintext
134 lines
3.8 KiB
Plaintext
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
|
|
<%@include file="/include/include.jsp"%>
|
|
<%@include file="/include/head.jsp"%>
|
|
<%@include file="/point/point_head.jsp"%>
|
|
<%@include file="/point/log_head.jsp"%>
|
|
<script>
|
|
function go_focus(flag){
|
|
if(flag == "c_id"){
|
|
document.kdb.c_id.focus()
|
|
}
|
|
}
|
|
function go(){
|
|
if(document.kdb.c_ok.checked == false){
|
|
alert("Por favor acepte el compromiso.")
|
|
document.kdb.c_ok.focus()
|
|
}else if(document.kdb.c_sosok.value == ""){
|
|
alert("Por favor ingrese afiliación.")
|
|
document.kdb.c_sosok.focus()
|
|
}else if(document.kdb.c_position.value == ""){
|
|
alert("Por favor ingrese su puesto de trabajo.")
|
|
document.kdb.c_position.focus()
|
|
|
|
}else if(document.kdb.c_name.value == ""){
|
|
alert("Ingrese su nombre, por favor.")
|
|
document.kdb.c_name.focus()
|
|
|
|
}else if(document.kdb.c_pass.value == ""){
|
|
alert("porfavor ingrese una contraseña.")
|
|
document.kdb.c_pass.focus()
|
|
|
|
}else if(document.kdb.c_pass2.value == ""){
|
|
alert("Por favor ingrese la confirmación de la contraseña.")
|
|
document.kdb.c_pass2.focus()
|
|
|
|
}else if(document.kdb.c_pass.value != document.kdb.c_pass2.value){
|
|
alert("La contraseña y la confirmación de la contraseña son diferentes.")
|
|
document.kdb.c_pass2.focus()
|
|
|
|
}else{
|
|
document.kdb.method = "post"
|
|
document.kdb.target = "exec"
|
|
document.kdb.action = "login_ok2.jsp"
|
|
document.kdb.submit()
|
|
}
|
|
}
|
|
</script>
|
|
<form name="kdb">
|
|
|
|
<div class="col-lg-12 col-md-12" style="padding-bottom:10px">
|
|
<div class="col-lg-6 col-md-6">
|
|
<div class="text-left" >
|
|
<h4 class="theme-color" >· Confirmación del compromiso del evaluador</h4>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="navi_text col-lg-6 col-md-6">
|
|
<div class="text-right" >
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-12 col-md-12" style="padding-bottom:10px">
|
|
<div class="col-lg-1 col-md-1" >
|
|
</div>
|
|
<div class="col-lg-9 col-md-9" >
|
|
<div class="col-lg-12 col-md-12" style="padding-bottom:30px">
|
|
<%=rs_p.getString("c_content")%>
|
|
</div>
|
|
<div class="col-lg-12 col-md-12" style="padding-bottom:30px;text-align:center">
|
|
<input name="c_ok" value="1" type="checkbox"> <b>He confirmado el contenido del compromiso y acepto.</b>
|
|
</div>
|
|
<div class="col-lg-12 col-md-12" style="text-align:right;padding-bottom:30px">
|
|
<table width=100%>
|
|
<tr>
|
|
<td>
|
|
<b>pertenecer
|
|
</td>
|
|
<td width=120 style="padding:5px">
|
|
<input name="c_sosok" value="" style="width:100%">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<b>rango
|
|
</td>
|
|
<td style="padding:5px">
|
|
<input name="c_position" value="" style="width:100%">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<b>nombre
|
|
</td>
|
|
<td style="padding:5px">
|
|
<input name="c_name" value="" style="width:100%">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<b>contraseña
|
|
</td>
|
|
<td style="padding:5px">
|
|
<input name="c_pass" type="password" value="" style="width:100%">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<b>confirmar Contraseña
|
|
</td>
|
|
<td style="padding:5px">
|
|
<input name="c_pass2" type="password" value="" style="width:100%">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" cellSpacing="1" cellPadding="0" border="0" bgcolor=ffffff>
|
|
<tr bgcolor=ffffff><td height="40" align=center style="padding:5px">
|
|
|
|
<a href="#none" onclick="go()" style="width: 80px; line-height: 26px; text-align: center;display: inline-block; background: red; border: 1px solid #555; border-radius: 5px; color: #ffffff;">Confirmar</a>
|
|
</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-1 col-md-1" >
|
|
</div>
|
|
</div>
|
|
</form>
|
|
<iframe name="exec" src="" width=0 height=0></iframe>
|
|
<%@include file="/point/log_bottom.jsp"%>
|
|
<%@include file="/point/point_bottom.jsp"%>
|
|
<%@include file="/include/bottom.jsp"%>
|
|
<%@include file="/include/include_b.jsp"%>
|