586 lines
24 KiB
Plaintext
586 lines
24 KiB
Plaintext
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
|
|
<%@include file="/include/include.jsp"%>
|
|
<%@include file="/include/head.jsp"%>
|
|
<%@include file="/cms_for_bcb/show_top.jsp"%>
|
|
<%@include file="/cms_for_bcb/process/presentation/inc_presentation.jsp"%>
|
|
|
|
<select id="language_select" onchange="setLanguage(this.value)">
|
|
<option value="en" <%= (request.getLocale().toString().equals("en") ? "selected" : "") %>>English</option>
|
|
<option value="es_PE" <%= (request.getLocale().toString().equals("es_PE") ? "selected" : "") %>>Spanish (Peru)</option>
|
|
</select>
|
|
</p>
|
|
<%
|
|
String sql_pre = " select a.*, b.c_team_name, b.c_no as c_team_no from tbl_presentation_team a " ;
|
|
sql_pre = sql_pre + " inner join tbl_team b on b.c_no = a.c_team_no and b.c_use = 0";
|
|
sql_pre = sql_pre + " where a.c_use = 0 and a.c_no = " + c_p_team + " and a.c_project_no = " + session.getAttribute("member_project_no") ;
|
|
ResultSet rs_pre = stmt2.executeQuery(sql_pre);
|
|
if(rs_pre.next()){
|
|
%>
|
|
<div class="col-lg-9 col-md-9" style="background:#fffffff;padding-top:8px;padding-bottom:4px">
|
|
<div class="tab tab-border">
|
|
<div class="col-lg-12 col-md-12" style="background:#ededed;padding-top:14px;padding-bottom:10px">
|
|
<div class="col-lg-10 col-md-10" >
|
|
<img src="/images/icon/team.png" width="20px" alt=""> <b><%=rs_pre.getString("c_team_name")%></b>
|
|
<
|
|
<img src="/images/icon/pts.png" width="20px" alt=""> <%=c_presentation_name%>
|
|
</div>
|
|
<div class="col-lg-2 col-md-2" style="text-align:right">
|
|
<%if(session.getAttribute("member_type").equals("0") && session.getAttribute("member_team_no").equals(rs_pre.getString("c_team_no"))){%>
|
|
<a href="/cms_for_bcb/process/presentation/team/edit.jsp?<%=para_t%>&c_p_team=<%=c_p_team%>&c_presentation_no=<%=c_presentation_no%>" title="Edit Team Presentation">
|
|
<img src="/images/setting.png" width="14" alt="">
|
|
<span style="color: #989898; font-weight: bold;" id="a35">EDIT</span>
|
|
</a>
|
|
<%}%>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="col-lg-12 col-md-12" style="background:#ffffff;padding-top:20px;padding-bottom:4px">
|
|
<img src="/images/icon/pt.png" width="20px" alt=""> <b id="a1">Presentation Link or File</b>
|
|
<div style="width:100%;height:80px;padding-left:60px;text-align:left;vertical-align:middle">
|
|
<%if(!rs_pre.getString("c_link").equals("")){%>
|
|
<br>
|
|
<span id="a33">Link</span> : <b><a href="<%=rs_pre.getString("c_link")%>" target="_blank"><img src="/images/icon/movie.gif" width="20px" alt=""> <font color="#FF0303"><%=rs_pre.getString("c_link")%></font></a></b>
|
|
<%}%>
|
|
<%if(!rs_pre.getString("c_file").equals("")){%>
|
|
<br><br>
|
|
<span id="a34">File</span> : <b><a href="/upload/pt/<%=rs_pre.getString("c_file")%>" target="_blank"><img src="/images/icon/movie.gif" width="20px" alt=""> <font color="#FF0303"><%=rs_pre.getString("c_file")%></font></a></b>
|
|
<%}%>
|
|
</div>
|
|
</div>
|
|
<%
|
|
int pt_rate = 100 / pt_count;
|
|
%>
|
|
|
|
<%if(session.getAttribute("member_type").equals("0") || session.getAttribute("member_type").equals("1") || session.getAttribute("member_type").equals("2")|| session.getAttribute("member_type").equals("3") || ( session.getAttribute("member_type").equals("0") && session.getAttribute("member_team_no").equals(rs_pre.getString("c_team_no")) ) ){%>
|
|
<%
|
|
String tab_go[] = new String[4];
|
|
tab_go[1] = "1";
|
|
tab_go[2] = "2";
|
|
tab_go[3] = "0";
|
|
%>
|
|
<%if(session.getAttribute("member_type").equals("0") || session.getAttribute("member_type").equals("1") || session.getAttribute("member_type").equals("2")|| session.getAttribute("member_type").equals("3") ){%>
|
|
<div class="col-lg-12 col-md-12" style="background:#ffffff;padding-top:8px;padding-bottom:4px">
|
|
<img src="/images/icon/chart.png" width="20px" alt=""> <b id="a5">Point History</b>
|
|
<div style="width:100%;padding-left:10px;padding-top:10px">
|
|
<div class="tab tab-border">
|
|
<ul class="nav nav-tabs">
|
|
<li class="active"><a href="#info01" data-toggle="tab"><span id="a6">Instructor</span></a></li>
|
|
|
|
<li><a href="#info02" data-toggle="tab"><span id="a7">Mentor</span></a></li>
|
|
<li><a href="#info03" data-toggle="tab"><span id="a8">Member in Project</span></a></li>
|
|
|
|
</ul>
|
|
<div class="tab-content white-bg">
|
|
|
|
<% for(int tab_no = 1;tab_no <4;tab_no++){%>
|
|
<div class="tab-pane fade<%if(tab_no==1){%> in active<%}%>" id="info0<%=tab_no%>">
|
|
|
|
<table cellspacing="0" cellpadding="0" width="100%">
|
|
<tr><td width="20px">
|
|
<img src="/images/graph_left.gif">
|
|
</td><td height="120px" valign="bottom" background="/images/graph_bg.gif">
|
|
<table height="120px" cellspacing=0 cellpadding=0 width="100%">
|
|
<tr>
|
|
<%
|
|
String p_name[] = new String[20];
|
|
String sql_pre2 = " select a.* ";
|
|
sql_pre2 = sql_pre2 + ", (select avg(c_point) from tbl_comment where c_type = 2 and c_relation = b.c_no and c_use = 0 and c_member_type = "+ tab_go[tab_no] +" and c_point > 0 ) as m_avg ";
|
|
sql_pre2 = sql_pre2 + " from tbl_presentation a ";
|
|
sql_pre2 = sql_pre2 + " inner join tbl_presentation_team b on b.c_presentation_no = a.c_no and b.c_use = 0 and c_team_no = " + rs_pre.getInt("c_team_no");
|
|
sql_pre2 = sql_pre2 + " where a.c_use = 0 and a.c_project_no = " + session.getAttribute("member_project_no");
|
|
sql_pre2 = sql_pre2 + " order by a.c_no asc";
|
|
ResultSet rs_pre2 = stmt2.executeQuery(sql_pre2);
|
|
int ppl = 0;
|
|
while(rs_pre2.next()){
|
|
ppl = ppl + 1;
|
|
p_name[ppl] = rs_pre2.getString("c_name");
|
|
%>
|
|
<td height="120px" width="<%=pt_rate%>%" valign=bottom align=center>
|
|
<%=rs_pre2.getFloat("m_avg")%>
|
|
<table width="50px">
|
|
<tr><td width="50px" height="<%=rs_pre2.getFloat("m_avg") * 10%>px" bgcolor=<%if(c_presentation_no == rs_pre2.getInt("c_no")){%>#FFF585<%}else{%>#cdcdcd<%}%>>
|
|
|
|
</td></tr>
|
|
</table>
|
|
</td>
|
|
<%}
|
|
rs_pre2.close();
|
|
%>
|
|
</td>
|
|
</table>
|
|
</td></tr>
|
|
<tr><td width="20px">
|
|
|
|
</td><td height=20px valign=bottom >
|
|
<table cellspacing=0 cellpadding=0 width=100%>
|
|
<tr>
|
|
<% for(int typ = 1; typ < ppl + 1;typ++){%>
|
|
<td height="20px" width="<%=pt_rate%>%" valign=top align=center>
|
|
<%=p_name[typ]%>
|
|
</td>
|
|
<%}%>
|
|
</td>
|
|
</table>
|
|
</td></tr>
|
|
</table>
|
|
</div>
|
|
<%}%>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<%}%>
|
|
<div class="col-lg-12 col-md-12" style="padding-top:20px">
|
|
<div class="divider mb-20" ></div>
|
|
<!---------------------comment---------------------------->
|
|
<div class="col-lg-12 col-md-12" >
|
|
<img src="/images/icon/comment.png" width="20px" alt=""> <b id="a9">Comment & point <%if(session.getAttribute("member_type").equals("1") || session.getAttribute("member_type").equals("3") ){%> <%}%></b><br><br>
|
|
<div class="tab tab-border">
|
|
<ul class="nav nav-tabs">
|
|
<li <%if(session.getAttribute("member_type").equals("1")){%> class="active"<%}%>><a href="#iinfo01" data-toggle="tab"><span id="a10">Instructor</span></a></li>
|
|
<li <%if(session.getAttribute("member_type").equals("2")){%> class="active"<%}%>><a href="#iinfo02" data-toggle="tab"><span id="a11">Mentor</span></a></li>
|
|
<li <%if(session.getAttribute("member_type").equals("0")){%> class="active"<%}%>><a href="#iinfo03" data-toggle="tab"><span id="a12">Member in Project</span></a></li>
|
|
|
|
</ul>
|
|
<div class="tab-content white-bg">
|
|
<%// int tab_no = 1; %>
|
|
<%for(int tab_no = 1; tab_no<4;tab_no++) {%>
|
|
<div class="tab-pane fade<%if(session.getAttribute("member_type").equals(tab_go[tab_no])){%> in active<%}%>" id="iinfo0<%=tab_no%>">
|
|
<div class="row">
|
|
<%if( session.getAttribute("member_type").equals(tab_go[tab_no] ) ){%>
|
|
<%
|
|
String last_sql = " select c_content, c_point, c_no from tbl_comment ";
|
|
last_sql = last_sql + " where c_point > 0 and c_project_no = " + session.getAttribute("member_project_no") + " ";
|
|
last_sql = last_sql + " and c_pt_no = " + c_presentation_no + " ";
|
|
last_sql = last_sql + " and c_team_no = " + rs_pre.getInt("c_team_no") + " ";
|
|
last_sql = last_sql + " and c_type = 2 ";
|
|
last_sql = last_sql + " and c_relation = " + c_p_team + " ";
|
|
last_sql = last_sql + " and c_member_no = " + session.getAttribute("member_no") + " ";
|
|
last_sql = last_sql + " and c_member_type = " + session.getAttribute("member_type") + " ";
|
|
last_sql = last_sql + " and c_use=0 ";
|
|
ResultSet rs_last = stmt.executeQuery(last_sql);
|
|
if(rs_last.next()){
|
|
%>
|
|
<script>
|
|
function go_comment(){
|
|
if(document.bcb_comment.c_content.value == ""){
|
|
alert("Insert Comment.")
|
|
}else{
|
|
document.bcb_comment.method = "post"
|
|
document.bcb_comment.target = "exec"
|
|
document.bcb_comment.action = "/cms_for_bcb/process/comment/edit_ok.jsp"
|
|
document.bcb_comment.submit()
|
|
}
|
|
}
|
|
</script>
|
|
<form name="bcb_comment">
|
|
<input name="c_comment_no" value="<%=rs_last.getInt("c_no")%>" type="hidden">
|
|
<div class="col-lg-7 col-md-7" >
|
|
<span id="a17">* Point & Comment</span>
|
|
<table width="100%" cellpadding=0 cellspacing=0>
|
|
<% String sql_in = "select c_photo from tbl_member where c_no = " + session.getAttribute("member_no");
|
|
ResultSet rs_in = stmt.executeQuery(sql_in);
|
|
if(rs_in.next()){
|
|
%>
|
|
<tr>
|
|
<td style="width:56px">
|
|
<%if(!rs_in.getString("c_photo").equals("")){%>
|
|
<img src="/upload/photo/<%=rs_in.getString("c_photo")%>" width="50" height=50 style="border: 1px solid #ededed;border-radius: 50px; ">
|
|
<%}%>
|
|
|
|
</td>
|
|
<td >
|
|
<textarea name="c_content" style="width:100%;height:50px"><%=rs_last.getString("c_content")%></textarea>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td >
|
|
</td>
|
|
<td style="font-size:15px;vertical-align:bottom;text-align:right">
|
|
<span id="a14">Point : </span>
|
|
<select name="c_point">
|
|
<option value="0" <%if(rs_last.getInt("c_point") == 0){%>selected<%}%>><span id="a15">Choose Point</span></option>
|
|
<%for(int po = 1; po < 11 ;po++){%>
|
|
<option value="<%=po%>" <%if(rs_last.getInt("c_point") == po){%>selected<%}%>><%=po%></option>
|
|
<%}%>
|
|
</select>
|
|
<a href="#none" onclick="go_comment()" style="width: 60px; line-height: 30px; text-align: center;display: inline-block; background: #5E9ECA; border: 1px solid #ffffff;border-radius: 15px; color: #ffffff;font-weight:400;font-size: 13px;"><span id="a16">Edit</span></a>
|
|
</td>
|
|
</tr>
|
|
<tr><td colspan=2 style="height:30px"></td></tr>
|
|
<%
|
|
}
|
|
rs_in.close();
|
|
%>
|
|
</table>
|
|
</div>
|
|
<div class="col-lg-5 col-md-5">
|
|
|
|
</div>
|
|
</form>
|
|
<%
|
|
}else{
|
|
%>
|
|
<script>
|
|
function go_comment(){
|
|
if(document.bcb_comment.c_content.value == ""){
|
|
alert("Insert Comment.")
|
|
}else{
|
|
document.bcb_comment.method = "post"
|
|
document.bcb_comment.target = "exec"
|
|
document.bcb_comment.action = "/cms_for_bcb/process/comment/insert_ok.jsp"
|
|
document.bcb_comment.submit()
|
|
}
|
|
}
|
|
</script>
|
|
<form name="bcb_comment">
|
|
<input name="c_pt_no" value="<%=c_presentation_no%>" type="hidden">
|
|
<input name="c_team_no" value="<%=rs_pre.getInt("c_team_no")%>" type="hidden">
|
|
<input name="c_type" value="2" type="hidden">
|
|
<input name="c_relation" value="<%=c_p_team%>" type="hidden">
|
|
<div class="col-lg-7 col-md-7" >
|
|
<span id="a43">* Point & Comment</span>
|
|
<table width="100%" cellpadding=0 cellspacing=0>
|
|
<% String sql_in = "select c_photo from tbl_member where c_no = " + session.getAttribute("member_no");
|
|
ResultSet rs_in = stmt.executeQuery(sql_in);
|
|
if(rs_in.next()){
|
|
%>
|
|
<tr>
|
|
<td style="width:56px">
|
|
<%if(!rs_in.getString("c_photo").equals("")){%>
|
|
<img src="/upload/photo/<%=rs_in.getString("c_photo")%>" width="50" height=50 style="border: 1px solid #ededed;border-radius: 50px; ">
|
|
<%}%>
|
|
|
|
</td>
|
|
<td >
|
|
<textarea name="c_content" style="width:100%;height:50px"></textarea>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td >
|
|
</td>
|
|
<td style="font-size:15px;vertical-align:bottom;text-align:right">
|
|
<span id="a05">Point : </span>
|
|
<select name="c_point">
|
|
<option value="0"><span id="a06">Choose Point</span></option>
|
|
<%for(int po = 1; po < 11 ;po++){%>
|
|
<option value="<%=po%>"><%=po%></option>
|
|
<%}%>
|
|
</select>
|
|
<a href="#none" onclick="go_comment()" style="width: 60px; line-height: 30px; text-align: center;display: inline-block; background: #5E9ECA; border: 1px solid #ffffff;border-radius: 15px; color: #ffffff;font-weight:400;font-size: 13px;"><span id="a00">Insert</span>
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
<tr><td colspan=2 style="height:30px"></td></tr>
|
|
<%
|
|
}
|
|
rs_in.close();
|
|
%>
|
|
</table>
|
|
</div>
|
|
<div class="col-lg-5 col-md-5">
|
|
|
|
</div>
|
|
</form>
|
|
<%}%>
|
|
<%}%>
|
|
<%if(session.getAttribute("member_type").equals("1") || session.getAttribute("member_type").equals("3") ){%>
|
|
<script>
|
|
function go_comment2(){
|
|
//alert("1")
|
|
if(document.bcb_comment2.c_content.value == ""){
|
|
alert("Insert Comment.")
|
|
}else{
|
|
document.bcb_comment2.method = "post"
|
|
document.bcb_comment2.target = "exec"
|
|
document.bcb_comment2.action = "/cms_for_bcb/process/comment/insert_ok.jsp"
|
|
document.bcb_comment2.submit()
|
|
}
|
|
}
|
|
</script>
|
|
<form name="bcb_comment2">
|
|
<input name="c_pt_no" value="<%=c_presentation_no%>" type="hidden">
|
|
<input name="c_team_no" value="<%=rs_pre.getInt("c_team_no")%>" type="hidden">
|
|
<input name="c_type" value="2" type="hidden">
|
|
<input name="c_relation" value="<%=c_p_team%>" type="hidden">
|
|
|
|
<div class="col-lg-7 col-md-7" >
|
|
|
|
<span id="a44">* General Comment</span>
|
|
<table width="100%" cellpadding=0 cellspacing=0>
|
|
<% String sql_in = "select c_photo from tbl_member where c_no = " + session.getAttribute("member_no");
|
|
ResultSet rs_in = stmt.executeQuery(sql_in);
|
|
if(rs_in.next()){
|
|
%>
|
|
<tr>
|
|
<td style="width:56px">
|
|
<%if(!rs_in.getString("c_photo").equals("")){%>
|
|
<img src="/upload/photo/<%=rs_in.getString("c_photo")%>" width="50" height=50 style="border: 1px solid #ededed;border-radius: 50px; ">
|
|
<%}%>
|
|
|
|
</td>
|
|
<td >
|
|
<textarea name="c_content" style="width:100%;height:50px"></textarea>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td >
|
|
</td>
|
|
<td style="font-size:15px;vertical-align:bottom;text-align:right">
|
|
<input name="c_point" value="0" type="hidden">
|
|
<a href="#none" onclick="go_comment2()" style="width: 60px; line-height: 30px; text-align: center;display: inline-block; background: #5E9ECA; border: 1px solid #ffffff;border-radius: 15px; color: #ffffff;font-weight:400;font-size: 13px;"><span id="a01">Insert</span></a>
|
|
</td>
|
|
</tr>
|
|
<tr><td colspan=2 style="height:30px"></td></tr>
|
|
<%
|
|
}
|
|
rs_in.close();
|
|
%>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="col-lg-5 col-md-5">
|
|
|
|
</div>
|
|
</form>
|
|
<%}%>
|
|
<div class="col-lg-12 col-md-12" >
|
|
<table width="100%" cellpadding=0 cellspacing=0>
|
|
<% String sql_comment = " select a.c_content, a.c_date, b.c_photo, b.c_name, a.c_member_type, a.c_point,a.c_member_no from tbl_comment a ";
|
|
sql_comment = sql_comment + " inner join tbl_member b on b.c_no = a.c_member_no ";
|
|
sql_comment = sql_comment + " where a.c_type= 2 and a.c_relation = " + c_p_team + " and a.c_member_type= "+ tab_go[tab_no] +" order by a.c_no desc ";
|
|
ResultSet rs_comment = stmt.executeQuery(sql_comment);
|
|
while(rs_comment.next()){
|
|
%>
|
|
<tr>
|
|
<td style="width:56px">
|
|
<%if(!rs_comment.getString("c_photo").equals("")){%>
|
|
<img src="/upload/photo/<%=rs_comment.getString("c_photo")%>" width="50" height=50 style="border: 1px solid #ededed;border-radius: 50px; ">
|
|
<%}%>
|
|
|
|
</td>
|
|
<td style="padding:5px" <%if(rs_comment.getString("c_member_no").equals(session.getAttribute("member_no")) && rs_comment.getString("c_member_type").equals(session.getAttribute("member_type"))){%>bgcolor="#FFFBCB"<%}%>>
|
|
<img src="/images/icon/comment.png" width="20px" alt="">
|
|
<%=rs_comment.getString("c_name")%>[
|
|
<%if(rs_comment.getInt("c_member_type") ==0){%>
|
|
<span id="a23">Team Member</span>
|
|
<%}%>
|
|
<%if(rs_comment.getInt("c_member_type") ==1){%>
|
|
<span id="a24">Instructor</span>
|
|
<%}%>
|
|
<%if(rs_comment.getInt("c_member_type") ==2){%>
|
|
<span id="a25">Mentor</span>
|
|
<%}%>
|
|
]
|
|
|
|
/
|
|
<%=rs_comment.getString("c_date")%>
|
|
<%if(session.getAttribute("member_type").equals("1") || session.getAttribute("member_type").equals("3") ){%>
|
|
<%if(rs_comment.getInt("c_point") >0){%>
|
|
/ <span id="a26" style="color: red;"> point : 11</span> <font color="red"><b><%=rs_comment.getInt("c_point")%></b></font>
|
|
<%}%>
|
|
<%}%>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td >
|
|
</td>
|
|
<td style="font-size:15px;padding:5px;padding-left:20px" <%if(rs_comment.getString("c_member_no").equals(session.getAttribute("member_no")) && rs_comment.getString("c_member_type").equals(session.getAttribute("member_type"))){%>bgcolor="#FFFBCB"<%}%>>
|
|
<font color="#676767"><%=rs_comment.getString("c_content").replaceAll("\r\n","<br>")%></font>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr><td colspan=2 style="height:30px"></td></tr>
|
|
<%
|
|
}
|
|
rs_comment.close();
|
|
%>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<%}%>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<%}%>
|
|
<!---------------------comment-E--------------------------->
|
|
|
|
<div class="text-center" >
|
|
<br />
|
|
<a href="../list.jsp?<%=para_t%>&c_presentation_no=<%=c_presentation_no%>" style="width: 120px; line-height: 40px; text-align: center;display: inline-block; background: #787878; border: 1px solid #ffffff; border-radius: 20px; color: #ffffff;font-weight:400;font-size: 13px;"><span id="a02">Team List</span></a>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<%
|
|
}else{
|
|
%>
|
|
<script>
|
|
alert("Login.")
|
|
location.href="/default.jsp"
|
|
</script>
|
|
<%
|
|
}
|
|
rs_pre.close();
|
|
|
|
%>
|
|
|
|
<script>
|
|
// 다국어 처리를 위한 i18n 객체
|
|
var i18n = {
|
|
en: {
|
|
//a00: "Insert",
|
|
//a01: "Insert",
|
|
a02: "Team List",
|
|
|
|
|
|
|
|
//a06: "Choose Point",
|
|
a1: "Presentation Link or File",
|
|
|
|
//a2: "EDIT",
|
|
//a3: "Link",
|
|
//a4: "File",
|
|
a5: "Point History",
|
|
a6: "Instructor",
|
|
a7: "Mentor",
|
|
a8: "Member in Project",
|
|
a9: "Comment & point",
|
|
a10: "Instructor",
|
|
a11: "Mentor",
|
|
a12: "Member in Project",
|
|
a13: "* Point & Comment",
|
|
//a14: "Point : ",
|
|
//a15: "Choose Point",
|
|
//a16: "Edit",
|
|
a17: "* Point & Comment",
|
|
//a18: "Point : ",
|
|
//a19: "Choose Point",
|
|
//a20: "Insert",
|
|
a21: "* General Comment",
|
|
//a22: "Insert",
|
|
// a23: "Team Member",
|
|
// a24: "Instructor",
|
|
|
|
// a25: "Mentor",
|
|
// a26: "point :",
|
|
// a27: "Team List"
|
|
|
|
//a33: "Link",
|
|
// a34: "File"
|
|
//a35: "EDIT"
|
|
a42: "Point : ",
|
|
a43: "* Point & Comment",
|
|
a44: "* General Comment"
|
|
|
|
},
|
|
es_PE: {
|
|
//a00: "Insertar",
|
|
//a01: "Insertar",
|
|
a02: "Lista de equipos",
|
|
|
|
|
|
|
|
//a06: "Elegir punto",
|
|
a1: "Enlace o archivo de presentación",
|
|
|
|
//a2: "EDITAR",
|
|
//a3: "Enlace",
|
|
//a4: "Archivo",
|
|
a5: "Historial de Puntos",
|
|
a6: "Instructor",
|
|
a7: "Maestro",
|
|
a8: "Miembro en Proyecto",
|
|
a9: "Comentario y punto",
|
|
a10: "Instructor",
|
|
a11: "Maestro",
|
|
a12: "Miembro en Proyecto",
|
|
a13: "* Señalar y comentar",
|
|
//a14: "Punto : ",
|
|
a15: "Elegir punto",
|
|
//a16: "Editar",
|
|
a17: "* Señalar y comentar",
|
|
//a18: "Punto : ",
|
|
//a19: "Elegir punto",
|
|
//a20: "Insertar",
|
|
a21: "* Comentario general",
|
|
//a22: "Insertar",
|
|
//a23: "Miembro del equipo",
|
|
//a24: "Instructor",
|
|
//a25: "Maestro",
|
|
//a26: "punto:",
|
|
//a27: "Lista de equipos"
|
|
|
|
//a33: "Enlace"
|
|
//a34: "Archivo",
|
|
//a35: "EDITAR"
|
|
a42: "Punto : ",
|
|
a43: "* Señalar y comentar",
|
|
a44: "* Comentario general"
|
|
}
|
|
};
|
|
|
|
// 선택된 언어에 따라 다국어 텍스트 설정
|
|
function setLanguage(lang) {
|
|
var langData = i18n[lang];
|
|
// document.getElementById("a00").innerText = langData.a00;
|
|
// document.getElementById("a01").innerText = langData.a01;
|
|
document.getElementById("a02").innerText = langData.a02;
|
|
|
|
|
|
|
|
document.getElementById("a1").innerText = langData.a1;
|
|
//document.getElementById("a2").innerText = langData.a2;
|
|
|
|
document.getElementById("a5").innerText = langData.a5;
|
|
document.getElementById("a6").innerText = langData.a6;
|
|
document.getElementById("a7").innerText = langData.a7;
|
|
document.getElementById("a8").innerText = langData.a8;
|
|
document.getElementById("a9").innerText = langData.a9;
|
|
document.getElementById("a10").innerText = langData.a10;
|
|
document.getElementById("a11").innerText = langData.a11;
|
|
|
|
document.getElementById("a12").innerText = langData.a12;
|
|
document.getElementById("a13").innerText = langData.a13;
|
|
//document.getElementById("a14").innerText = langData.a14;
|
|
document.getElementById("a15").innerText = langData.a15;
|
|
|
|
//document.getElementById("a16").innerText = langData.a16;
|
|
document.getElementById("a17").innerText = langData.a17;
|
|
//document.getElementById("a18").innerText = langData.a18;
|
|
//document.getElementById("a19").innerText = langData.a19;
|
|
//document.getElementById("a20").innerText = langData.a20;
|
|
document.getElementById("a21").innerText = langData.a21;
|
|
//document.getElementById("a22").innerText = langData.a22;
|
|
//document.getElementById("a23").innerText = langData.a23;
|
|
//document.getElementById("a24").innerText = langData.a24;
|
|
//document.getElementById("a25").innerText = langData.a25;
|
|
|
|
// document.getElementById("a26").innerText = langData.a26;
|
|
//document.getElementById("a27").innerText = langData.a27;
|
|
// document.getElementById("a33").innerText = langData.a33;
|
|
// document.getElementById("a34").innerText = langData.a34;
|
|
// document.getElementById("a35").innerText = langData.a35;
|
|
document.getElementById("a42").innerText = langData.a42;
|
|
document.getElementById("a43").innerText = langData.a43;
|
|
document.getElementById("a44").innerText = langData.a44;
|
|
|
|
|
|
|
|
}
|
|
</script>
|
|
|
|
<script>
|
|
setLanguage('<%= request.getLocale().toString() %>');
|
|
</script>
|
|
|
|
|
|
<%@include file="/cms_for_bcb/process/presentation/inc_presentation_bottom.jsp"%>
|
|
<%@include file="/cms_for_bcb/show_bottom.jsp"%>
|
|
<%@include file="/include/bottom.jsp"%>
|
|
<%@include file="/include/include_b.jsp"%>
|