2025-04-15 12:10:19 +02:00

101 lines
4.6 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SalvaNucleiFamiliari.aspx.cs" Inherits="SalvaNucleiFamiliari" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link type="text/css" href="./jquery-ui-1.8.20.CSEI/css/ui-lightness/jquery-ui-1.8.20.custom.css" rel="stylesheet" />
<link href="./jquery-ui-1.8.20.CSEI/alerts-1.1/jquery.alerts.css" rel="stylesheet" type="text/css" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="./jquery-ui-1.8.20.CSEI/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="./jquery-ui-1.8.20.CSEI/js/jquery-ui-1.8.20.custom.min.js"></script>
<script src="./jquery-ui-1.8.20.CSEI/alerts-1.1/jquery.alerts.js" type="text/javascript"></script>
<script type="text/javascript">
$(function () {
jTooltipObj();
jTooltip('img');
});
function Esci() {
var urlesci = "./SeiEsci.aspx";
if (window.navigate) {
window.navigate(urlesci);
}
else {
location.assign(urlesci);
}
}
</script>
</head>
<body>
<form id="mainForm" runat="server">
<!-- FINE MODIFICA PER GESTIONE STAMPA e POOL SU CLIENT-->
<%-- <div id="selectorPanel">
<asp:Label ID="lblTitle" runat="server" Height="25px">
<table width="850px"><tr><td align="left">Nucleo - crea report</td><td align="right">
<img width='19px' height='19px' src="Images/report/_aggiungi2.png" /></td></tr></table>
</asp:Label>
</div>--%>
<table style="z-index:100;left: 0px; top: 0px;position: absolute;width:850px; border-bottom: 1px solid #598395 !important" cellspacing="0" cellpadding="0">
<tr>
<td align="left" style="font-size:14px;font-weight:bold;">&nbsp;&nbsp;Nucleo - crea report</td>
<td align="right">
<img src="Images/report/chiudiX.png" style="cursor: pointer;" title="Chiudi" onclick="Esci();" alt="" />
</td>
</tr></table>
<table ID="tbSalva" runat="server" visible="true" width="850px" border="0" style="position:absolute;top:100px;left:0px;">
<tr >
<td colspan="2" align="center" style="height:40px;font-size:14px;">
Vuoi salvare il report nell'Archivio Documenti Nucleo?<br /> È possibile aggiungere una nota alla stampa in archivio compilando il campo sottostante
</td>
</tr>
<tr>
<td colspan="2" align="center" style="height:40px;">
<asp:TextBox ID="txNote" runat="server" Width="500px" style="font-size:14px;"></asp:TextBox>
</td>
</tr>
<tr >
<td align="center" style="height:40px;">
<asp:Button ID="ButIndietro" runat="server" onclick="ButIndietro_Click" Text="Indietro" style="cursor: pointer;" /></td>
<td align="center" style="height:40px;">
<asp:Button ID="ButSalva" runat="server" Text="Salva" onclick="ButSalva_Click" style="cursor: pointer;" /></td>
</tr>
</table>
<table id="tbNote" runat="server" visible="false" width="850px" border="0" style="position:absolute;top:100px;left:0px;">
<tr><td align="center" colspan=2 style="height:40px;font-size:14px;">Il Report generato è stato inserito nellArchivio Documenti Nucleo con i seguenti dati:</td></tr>
<tr><td align="center" colspan=2 >
<table style="font-size:14px;">
<tr><td style="width:60px;" align="center">Nucleo:</td><td ><asp:Label ID="lbNucleo" runat="server"></asp:Label></td></tr>
<tr><td style="width:60px;" align="center">Note:</td><td><asp:Label ID="lbNote" runat="server"></asp:Label></td></tr>
<tr><td style="width:60px;" align="center">Data:</td><td><asp:Label ID="lbData" runat="server"></asp:Label></td></tr>
<tr><td style="width:60px;" align="center">Ora:</td><td><asp:Label ID="lbOra" runat="server"></asp:Label></td></tr>
</table>
</td></tr>
<tr><td style="width:50%;height:50px;" align="center"></td><td align="center">
<asp:Button ID="ButOk" runat="server" Text="Indietro" onclick="ButIndietro_Click" style="cursor: pointer;"/></td></tr>
</table>
</form>
</body>
</html>