13 lines
383 B
Plaintext
13 lines
383 B
Plaintext
<%@page import = "mnp.utility.ui.Res"%>
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Mnp - Canale Alternativo</TITLE>
|
|
</HEAD>
|
|
|
|
<FRAMESET rows="*,0">
|
|
<frame src="<%=Res.ApplContext%>/jsp/Login.jsp" name="No Name" noresize marginwidth=0 marginheight=0>
|
|
<frame src="<%=Res.ApplContext%>/jsp/Vuoto.jsp" name="No Name" noresize marginwidth=0 marginheight=0>
|
|
<NOFRAMES></NOFRAMES>
|
|
</FRAMESET>
|
|
</HTML>
|