First Commit - Source Code from Reply
This commit is contained in:
57
dbcmnpsrc/FE/mnpdev/mnp/web/jsp/GUI/GestioneReport.jsp
Normal file
57
dbcmnpsrc/FE/mnpdev/mnp/web/jsp/GUI/GestioneReport.jsp
Normal file
@@ -0,0 +1,57 @@
|
||||
<%@page import = "java.util.*, mnp.objects.dao.*,mnp.objects.*,mnp.command.*"%>
|
||||
<%@page import = "mnp.utility.ui.Res"%>
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Gestione Report
|
||||
</title>
|
||||
</head>
|
||||
|
||||
|
||||
<!-- tabella che include il menu verticale -->
|
||||
<table width = "100%" class = "tableBannerRosso" border = 0>
|
||||
<tr>
|
||||
<td align = "left" width = "100%"><IMG border = 0 SRC ="<%=Res.ApplContext%>/images/banner.gif"></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>
|
||||
<!-- titolo -->
|
||||
<b><i><P class = "titolo">GESTIONE REPORTISTICA</P></i></b>
|
||||
<!-- fine titolo -->
|
||||
|
||||
|
||||
<p align = 'left'><font class = 'normaleTab'>Seleziona comando</font></p><br><hr>
|
||||
|
||||
<ol start="1">
|
||||
<table width='100%' border = '0'>
|
||||
<tr>
|
||||
<td class = 'tdCeleste'><a href='<%=mnp.command.CommandsDef.VISUALIZZA_LISTA_REPORT_DO%>'><font class='normaleTab'><li value="1">Visualizza/scarica report generati</li></font></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class = 'tdCeleste'><a href='<%=mnp.command.CommandsDef.SCEGLI_REPORT_DO%>'><font class='normaleTab'><li value="2">Genera Report</li></font></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class = 'tdCeleste'><a href='<%=mnp.command.CommandsDef.VISUALIZZA_LISTA_REPORT_CRONTAB_DO%>'><font class='normaleTab'><li value="2">Visualizzazione e Download dei report generati automaticamente</li></font></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</ol>
|
||||
<hr>
|
||||
|
||||
<!-- tabella x menu -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user