56 lines
2.3 KiB
Plaintext
56 lines
2.3 KiB
Plaintext
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
|
|
CodeBehind="ModuloFinalitaAbitazioni.aspx.cs" Inherits="Consulenza.Web.ModuloFinalitaAbitazioni" %>
|
|
|
|
<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
|
|
</asp:Content>
|
|
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
|
|
<div>
|
|
|
|
REPORT MODULO FINALITA' DETTAGLIO ABITAZIONI (CONSULENZA EVOLUTA)
|
|
<br />
|
|
<br />
|
|
|
|
|
|
<table style="padding:15px; width: 99%;">
|
|
<tr>
|
|
<td>
|
|
ChiaveClientePB<br />
|
|
<asp:TextBox ID="txtChiaveClientePb" runat="server" Width="174px"></asp:TextBox><br />
|
|
<div class="checklist">
|
|
<asp:CheckBoxList ID="chklstSezioni" runat="server" Width="552px">
|
|
<asp:ListItem Text="S1 Modulo personalizzazione delle abitazioni -150" Value="150"></asp:ListItem>
|
|
|
|
</asp:CheckBoxList>
|
|
|
|
<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">
|
|
<asp:RadioButtonList ID="rb_descrizioniimmobili" runat="server">
|
|
<asp:ListItem Text="Elenco abitazioni precompilato" Value="0" Selected="True"></asp:ListItem>
|
|
<asp:ListItem Text="Modulo in bianco" Value="1"></asp:ListItem>
|
|
</asp:RadioButtonList>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="2" style="text-align:center;">
|
|
<asp:Button ID="Button3" runat="server" CssClass="btn" Text="Crea modulo" OnClick="Button3_Click" />
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<div style="text-align: center">
|
|
|
|
</div>
|
|
<br />
|
|
</div>
|
|
</asp:Content>
|