% if (header == 'gamma') { %>
SDN-C AdminPortal
<% } else if(header == 'sdn-mlc'){ %>
SDNC-MLC AdminPortal
<% } else { %>
SDN-C AdminPortal
<% } %>
<% include ../partials/head %>
<% if (header == 'gamma') { %>
SDN-C Admin Portal
<% } else if(header == 'sdn-mlc'){ %>
SDNC-MLC Admin Portal
<% } else { %>
SDN-C Admin Portal
<% } %>
<% if ( typeof result != 'undefined' ) {
if (result.code.length > 0) {
if ( result.code == 'success' ) { %>
<%=result.msg %>
<% } else { %>
<%=result.msg %>
<% } %>
<% } %>
<% } %>
Click here to login