107 lines
5.4 KiB
Plaintext
107 lines
5.4 KiB
Plaintext
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
|
|
CodeBehind="FinalitaImmobiliare.aspx.cs" Inherits="Consulenza.Web.FinalitaImmobiliare" %>
|
|
|
|
<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
|
|
</asp:Content>
|
|
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
|
|
<div>
|
|
|
|
REPORT IMMOBILIARE (CONSULENZA EVOLUTA)
|
|
<br />
|
|
<br />
|
|
<b>SELEZIONARE SE SI STA STAMPANDO IMMOBILIARE PER CONSULENZA UNICA</b><br />
|
|
<asp:CheckBox ID="ck_unica" runat="server" Checked="true" />
|
|
<br />
|
|
<br />
|
|
|
|
<div id="delenco" runat="server" visible="false" style="position: absolute;top: 290px;left: 830px;z-index:3;padding:10px;width:290px;border: 1px solid #ff6a00;">
|
|
<span style="float: right;border: 1px solid #000:;"><asp:LinkButton ID="lkb_close" runat="server" Font-Bold="true" ForeColor="#333399" OnClick="lkb_close_Click">X</asp:LinkButton> </span>
|
|
<br />
|
|
<asp:Panel ID="pn_scroll" runat="server" ScrollBars="Auto" Height="300">
|
|
|
|
<asp:Label ID="lb_norecord" runat="server" Visible="false">Non sono presenti immobili per il nucleo selezionato</asp:Label>
|
|
<asp:Repeater ID="rp_link" runat="server"
|
|
OnItemDataBound="rp_link_ItemDataBound"
|
|
OnItemCommand="rp_link_ItemCommand">
|
|
<HeaderTemplate>
|
|
<table>
|
|
<tr>
|
|
<td>Chiave Immobile</td>
|
|
</tr>
|
|
|
|
</HeaderTemplate>
|
|
<ItemTemplate>
|
|
<tr>
|
|
<td><asp:LinkButton ID="lk_immobile" runat="server"></asp:LinkButton></td>
|
|
</tr>
|
|
</ItemTemplate>
|
|
<FooterTemplate>
|
|
</table>
|
|
</FooterTemplate>
|
|
</asp:Repeater>
|
|
</asp:Panel>
|
|
</div>
|
|
<table style="padding:15px; width: 99%;">
|
|
<tr>
|
|
<td>
|
|
<p><asp:CheckBox ID="chkAll" Text="Seleziona tutti" runat="server" TextAlign="Right" /></p>
|
|
<div class="checklist">
|
|
<asp:CheckBoxList ID="chklstSezioni" runat="server" Width="552px">
|
|
<asp:ListItem Text="S1 Copertina -140" Value="140"></asp:ListItem>
|
|
<asp:ListItem Text="S2 Patrimonio Immobiliare Sintesi -141" Value="141"></asp:ListItem>
|
|
<asp:ListItem Text="S3 Distribuzione geografica -142" Value="142"></asp:ListItem>
|
|
<asp:ListItem Text="S4 Dettaglio fabbricati -143" Value="143"></asp:ListItem>
|
|
<asp:ListItem Text="S5 Dettaglio terreni -144" Value="144"></asp:ListItem>
|
|
<asp:ListItem Text="S6 Scheda di stima parametrica del valore -145" Value="145"></asp:ListItem>
|
|
<asp:ListItem Text="S7 Dettaglio immobili con anomalie catastali -146" Value="146"></asp:ListItem>
|
|
<asp:ListItem Text="S8 Stima delle imposte Fabbricati -147" Value="147"></asp:ListItem>
|
|
<asp:ListItem Text="S10 Stima delle imposte Terreni -149" Value="149"></asp:ListItem>
|
|
<asp:ListItem Text="S9 Glossario -148" Value="148"></asp:ListItem>
|
|
<asp:ListItem Text="S11 Dettaglio Cointestatari -150" Value="150"></asp:ListItem>
|
|
</asp:CheckBoxList>
|
|
<span class="lab" style="padding:10px;">Schede (Id delle sezioni: campo IdSezione tabella Sezioni ReportModeler2. Separare
|
|
con ;) es: 33;34</span>
|
|
<table style="padding:10px;width:90%">
|
|
<tr>
|
|
<td><asp:Button ID="Button4" runat="server" CssClass="btn" Text="Seleziona schede" OnClick="Button4_Click" /></td>
|
|
<td><asp:TextBox ID="txtSchede" runat="server" Width="300px"></asp:TextBox></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
</td>
|
|
<td valign="top">
|
|
ChiaveClientePB<br />
|
|
<asp:TextBox ID="txtChiaveClientePb" runat="server" Width="174px"></asp:TextBox><br />
|
|
<asp:LinkButton ID="lkb_chiaviimmobili" runat="server" OnClick="Button5_Click">
|
|
Recupera chiavi immobili di ChiaveClientePb
|
|
</asp:LinkButton>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<span class="lab" style="padding:10px;">Id Immobili NECESSARI PER LA STAMPA DELLA SCHEDA S7</span>
|
|
<asp:TextBox ID="tx_immobili" runat="server" Width="460px"></asp:TextBox>
|
|
</td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" style="text-align:center;">
|
|
<asp:Button ID="Button3" runat="server" CssClass="btn" Text="Crea report Immobiliare" OnClick="Button3_Click" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div style="text-align: center">
|
|
|
|
</div>
|
|
<br />
|
|
</div>
|
|
</asp:Content>
|