33 lines
1.7 KiB
Plaintext
33 lines
1.7 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/jQueryMobile.Master" AutoEventWireup="true" CodeBehind="Commenti.aspx.cs" Inherits="MoonProTablet.Commenti" %>
|
|
|
|
<%@ Register Src="WebUserControls/mod_dettMacchina.ascx" TagName="mod_dettMacchina" TagPrefix="uc1" %>
|
|
<%@ Register Src="WebUserControls/mod_commenti.ascx" TagName="mod_commenti" TagPrefix="uc2" %>
|
|
<%@ Register Src="WebUserControls/mod_dichiarazione.ascx" TagName="mod_dichiarazione" TagPrefix="uc3" %>
|
|
<%@ Register Src="WebUserControls/mod_insComm.ascx" TagName="mod_insComm" TagPrefix="uc4" %>
|
|
<%@ Register Src="WebUserControls/mod_fermate.ascx" TagName="mod_fermate" TagPrefix="uc5" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
|
<div class="clearDiv">
|
|
<asp:Panel runat="server" ID="pnlMacchina" CssClass="ui-grid-solo">
|
|
<uc1:mod_dettMacchina ID="mod_dettMacchina1" runat="server" />
|
|
</asp:Panel>
|
|
<asp:Panel runat="server" ID="pnlInsComm">
|
|
<uc4:mod_insComm ID="mod_insComm1" runat="server" showSalva="true" labelAddCommento="Nuovo Commento" />
|
|
</asp:Panel>
|
|
</div>
|
|
<div class="clearDiv" data-role="content" data-theme="a">
|
|
<asp:Panel runat="server" ID="pnlEventi">
|
|
<div class="ui-grid-a">
|
|
<div class="ui-block-a">
|
|
<uc5:mod_fermate ID="mod_fermate1" runat="server" />
|
|
</div>
|
|
<div class="ui-block-b">
|
|
<uc2:mod_commenti ID="mod_commenti1" runat="server" />
|
|
|
|
</div>
|
|
</div>
|
|
</asp:Panel>
|
|
</div>
|
|
</asp:Content>
|