First Commit - Source Code from Reply
This commit is contained in:
30
dbcmnpsrc/FE/mnpdev/mnp/web/jsp/Presentazione.jsp
Normal file
30
dbcmnpsrc/FE/mnpdev/mnp/web/jsp/Presentazione.jsp
Normal file
@@ -0,0 +1,30 @@
|
||||
<HTML>
|
||||
<head>
|
||||
<TITLE>
|
||||
Mnp
|
||||
</TITLE>
|
||||
<%@page import = "mnp.objects.*, mnp.utility.ui.Res"%>
|
||||
<BODY>
|
||||
<!-- tabella che include il menu verticale -->
|
||||
<table width = "100%">
|
||||
<TR><td width = "100%" bgcolor = "#D61414"> </td><TR>
|
||||
</table>
|
||||
<table width = "100%" >
|
||||
<tr>
|
||||
<td width = "10%">
|
||||
<jsp:include page="/jsp/GUI/Banner.jsp" flush = "true"/>
|
||||
</td>
|
||||
<td align = "right" valign = "top" width = "90%">
|
||||
<!--fine tabella x menu -->
|
||||
<br>
|
||||
<br>
|
||||
<b><i><P class = "titolo">BENVENUTI NEL SISTEMA ASSURANCE DI MNP</P></i></b>
|
||||
<!-- tabella x menu verticale-->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- tabella x menu -->
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
Reference in New Issue
Block a user