<%=trans.getPropValue("Var12068")%>
<%=trans.getPropValue("Var12069")%>
<%=trans.getPropValue("Var54632")%>
%@ include file = "/uni_lang.jsp" %>
<%@ include file="/conf/common_conf.jsp" %>
<%
String l_str_reseller_info = request.getParameter("uno");
boolean f_b_deny_access = false;
boolean f_bln_logo_flag=true;
if (l_str_reseller_info != null)
{
Cookie l_o_cook = null;
l_o_cook = new Cookie("c_reseller_id", l_str_reseller_info);
response.addCookie(l_o_cook);
%>
<%@ include file="/image_ref.jsp" %>
<%
l_str_design_id = request.getParameter("design_id");
if ((l_str_design_id == null) && (session.getAttribute("s_r_init_design") != null))
{
l_str_design_id = (String)session.getAttribute("s_r_init_design");
}
if(l_str_design_id != null && !l_str_design_id.equals("") && !l_str_design_id.equals("null"))
{
l_int_design_id = Integer.parseInt(l_str_design_id);
}
l_obj_cookie = new Cookie("c_design_id", l_str_design_id);
response.addCookie(l_obj_cookie);
}
f_bln_logo_flag = bln_logo_flag;
}
String l_str_brand_name = "";
%>
<%@ include file="/image_ref_ui.jsp" %>
<%@ include file="/image_ref_ses.jsp" %>
<%
}
%>
<%@ page errorPage = "/sebase/common_error.jsp" %>
<%
SeBase.SeBaseGlobal sebase=SeBase.SeBaseGlobal.getInstance(trans);
%>
<%
session.removeAttribute("s_rid_no");
try
{
// if reseller id present then access
if (session.getAttribute("s_rid_no") == null)
{
// Since reseller/sub-reseller UI template requires session based values donot invalidate session
//session.invalidate();
//session = request.getSession(true);
//session.setAttribute("s_header_links","n");
session.setAttribute("s_sub_navig","n");
session.setAttribute("s_header_links","y");
session.removeAttribute("s_sub_navig");
session.setAttribute("s_title",trans.getPropValue("Var12068"));
%>
<%=trans.getPropValue("Var12069")%>
<%=trans.getPropValue("Var54632")%>