First Commit - Source Code from Reply
This commit is contained in:
12
dbcmnpsrc/FE/mnpdev/mnp/web/jsp/Index.jsp
Normal file
12
dbcmnpsrc/FE/mnpdev/mnp/web/jsp/Index.jsp
Normal file
@@ -0,0 +1,12 @@
|
||||
<%@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>
|
||||
Reference in New Issue
Block a user