versioni install 657 x SP
This commit is contained in:
Binary file not shown.
@@ -1,10 +1,13 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" CodeBehind="LabConsumaUdc.aspx.cs" Inherits="GMW.LabConsumaUdc" %>
|
||||
<%@ Register src="WebUserControls/mod_labConsUdc.ascx" tagname="mod_labConsUdc" tagprefix="uc1" %>
|
||||
|
||||
<%@ Register src="WebUserControls/mod_ricercaGenerica.ascx" tagname="mod_ricercaGenerica" tagprefix="uc2" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="MCon" runat="server">
|
||||
<uc2:mod_ricercaGenerica ID="mod_ricercaGenerica1" runat="server" />
|
||||
<uc1:mod_labConsUdc ID="mod_labConsUdc1" runat="server" />
|
||||
</asp:Content>
|
||||
|
||||
Generated
+9
@@ -12,6 +12,15 @@ namespace GMW {
|
||||
|
||||
public partial class LabConsumaUdc {
|
||||
|
||||
/// <summary>
|
||||
/// mod_ricercaGenerica1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::mod_ricercaGenerica mod_ricercaGenerica1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_labConsUdc1 control.
|
||||
/// </summary>
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" CodeBehind="LabStampaUdc.aspx.cs" Inherits="GMW.LabStampaUdc" %>
|
||||
|
||||
<%@ Register Src="WebUserControls/mod_labAssStampaUdc.ascx" TagName="mod_labAssStampaUdc" TagPrefix="uc1" %>
|
||||
<%@ Register src="WebUserControls/mod_ricercaGenerica.ascx" tagname="mod_ricercaGenerica" tagprefix="uc2" %>
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="MCon" runat="server">
|
||||
<uc2:mod_ricercaGenerica ID="mod_ricercaGenerica1" runat="server" />
|
||||
<uc1:mod_labAssStampaUdc ID="mod_labAssStampaUdc1" runat="server" />
|
||||
</asp:Content>
|
||||
|
||||
Generated
+9
@@ -12,6 +12,15 @@ namespace GMW {
|
||||
|
||||
public partial class LabStampaUdc {
|
||||
|
||||
/// <summary>
|
||||
/// mod_ricercaGenerica1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::mod_ricercaGenerica mod_ricercaGenerica1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_labAssStampaUdc1 control.
|
||||
/// </summary>
|
||||
|
||||
+3
-5
@@ -112,7 +112,6 @@
|
||||
background-image: url(images/empty.png);
|
||||
}
|
||||
|
||||
|
||||
.btnRosso {
|
||||
border: solid 2px red;
|
||||
background-color: #FFAAAA;
|
||||
@@ -602,7 +601,7 @@
|
||||
background-repeat: repeat-x;
|
||||
background-position: 0% 0%;
|
||||
background-attachment: scroll;
|
||||
background-image: url(images/bluGrad32.png);
|
||||
background-image: url(images/orangeGrad32.png);
|
||||
}
|
||||
|
||||
.ShadowText {
|
||||
@@ -693,7 +692,7 @@
|
||||
}
|
||||
|
||||
.barraTitolo {
|
||||
background-color: #4C90FF;
|
||||
background-color: #FF904C;
|
||||
vertical-align: middle;
|
||||
height: 20pt;
|
||||
text-align: center;
|
||||
@@ -1022,7 +1021,6 @@ A:hover {
|
||||
|
||||
|
||||
|
||||
|
||||
.fontPiccolo {
|
||||
font-size: 8pt;
|
||||
}
|
||||
@@ -1032,7 +1030,7 @@ A:hover {
|
||||
}
|
||||
|
||||
.fontGrande {
|
||||
font-size: 12pt;
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
.divCenter {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_ricercaGenerica" CodeBehind="mod_ricercaGenerica.ascx.cs" %>
|
||||
|
||||
<div class="input-group" style="width: 400px; margin: auto;">
|
||||
<div class="input-group" style="width: 400px; margin: auto; padding-top: 2px; padding-bottom: 2px;">
|
||||
<span class="input-group-addon">
|
||||
<asp:LinkButton runat="server" ID="lbnSearch" OnClick="btnCerca_Click"><i class="glyphicon glyphicon-search"></i> <%: traduci("lbnResearch") %></asp:LinkButton>
|
||||
</span>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user