Modifiche a input dati
This commit is contained in:
@@ -175,8 +175,10 @@
|
||||
<Content Include="images\folder_l.png" />
|
||||
<Content Include="images\folder_m.png" />
|
||||
<Content Include="images\folder_s.png" />
|
||||
<Content Include="images\gantt.png" />
|
||||
<Content Include="images\office.png" />
|
||||
<Content Include="images\program.png" />
|
||||
<Content Include="images\tags.png" />
|
||||
<Content Include="images\unknown.png" />
|
||||
<Content Include="images\video.png" />
|
||||
<Content Include="images\bg-menu-main.png" />
|
||||
|
||||
@@ -12,30 +12,36 @@
|
||||
<% } %>
|
||||
<div>
|
||||
<div class="divSx" style="width: 100%; text-align: left; margin: auto auto auto auto;
|
||||
background-color: #DEDEDE; height: 480px; vertical-align: middle;">
|
||||
background-color: #DEDEDE; height: 580px; vertical-align: middle;">
|
||||
<div style="padding: 4px;">
|
||||
<%--input dati--%>
|
||||
<div class="clearDiv">
|
||||
<div class="clearDiv">
|
||||
<div class="divSx">
|
||||
|
||||
<div style="float:left;">
|
||||
<asp:Label runat="server" ID="lblProtocollo" Text="Protocollo" CssClass="labelInput" /><br />
|
||||
<asp:RadioButtonList ID="rblProto" runat="server" AutoPostBack="true" RepeatDirection="Horizontal"
|
||||
RepeatLayout="Flow" CssClass="radioBtn" OnSelectedIndexChanged="rblProto_SelectedIndexChanged">
|
||||
<asp:ListItem Value="0" Text="No" />
|
||||
<asp:ListItem Value="1" Text="Si" />
|
||||
</asp:RadioButtonList>
|
||||
</div>
|
||||
<div class="divDx fontMedio" style="padding-top: 16px; padding-right: 4px;">
|
||||
<asp:Label runat="server" ID="lblNumProto" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<asp:Label runat="server" ID="lblInOut" Text="In/Out" CssClass="labelInput" /><br />
|
||||
</div>
|
||||
<div style="float:right;">
|
||||
<asp:Label runat="server" ID="lblInOut" Text="In/Out" CssClass="labelInput" /><br />
|
||||
<asp:RadioButtonList ID="rblInOut" runat="server" AutoPostBack="true" RepeatDirection="Horizontal"
|
||||
RepeatLayout="Flow" CssClass="radioBtn" OnSelectedIndexChanged="rblInOut_SelectedIndexChanged">
|
||||
<asp:ListItem Value="In" Text="In" />
|
||||
<asp:ListItem Value="Out" Text="Out" Selected="True" />
|
||||
</asp:RadioButtonList>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="divDx fontMedio" style="padding-top: 5px; padding-right: 0px; padding-bottom: 5px; float:left;">
|
||||
<asp:Label runat="server" ID="lblNumProto" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="clearDiv">
|
||||
<asp:Label runat="server" ID="lblCommessa" Text="Commessa (autocomplete)" CssClass="labelInput" /><br />
|
||||
<uc1:mod_textAutocomplete ID="tacCommesse" runat="server" ServicePath="~/WS/AutoCompletamento.asmx"
|
||||
@@ -82,7 +88,7 @@
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<div class="divSx" style="background-color: #999; width: 100%; color: White; vertical-align: middle;
|
||||
padding: 2px; margin-top: 8px;">
|
||||
padding: -2px; margin-top: 8px;">
|
||||
<asp:Label runat="server" ID="Label1" Text="Etichette documento" CssClass="labelInput" /><br />
|
||||
<asp:CheckBoxList ID="cblTags" runat="server" DataSourceID="odsTags" RepeatDirection="Horizontal"
|
||||
DataTextField="tag" DataValueField="idxTag" RepeatLayout="Flow">
|
||||
@@ -94,7 +100,7 @@
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<div class="divSx" style="background-color: #FF3C3C; width: 100%; color: White; vertical-align: middle;
|
||||
padding: 2px;">
|
||||
padding: -2px;">
|
||||
<asp:CheckBox runat="server" ID="chkIsRed" Text="Classificato (Red)" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -108,7 +114,7 @@
|
||||
</div>
|
||||
</asp:Panel>
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<div class="clearDiv" style="text-align:center; padding: 10px 0px 10px 0px;">
|
||||
<asp:Button ID="btnUpdate" runat="server" Text="Aggiorna" CssClass="submit" TabIndex="1"
|
||||
OnClick="btnUpdate_Click" />
|
||||
|
||||
|
||||
@@ -30,15 +30,6 @@ namespace ETS_WS.WebUserControls {
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.RadioButtonList rblProto;
|
||||
|
||||
/// <summary>
|
||||
/// lblNumProto control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblNumProto;
|
||||
|
||||
/// <summary>
|
||||
/// lblInOut control.
|
||||
/// </summary>
|
||||
@@ -57,6 +48,15 @@ namespace ETS_WS.WebUserControls {
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.RadioButtonList rblInOut;
|
||||
|
||||
/// <summary>
|
||||
/// lblNumProto control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblNumProto;
|
||||
|
||||
/// <summary>
|
||||
/// lblCommessa control.
|
||||
/// </summary>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -4,6 +4,7 @@
|
||||
float: left;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 247px;
|
||||
}
|
||||
.divDx
|
||||
{
|
||||
@@ -22,6 +23,7 @@
|
||||
{
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* zona colorazione filtri */
|
||||
|
||||
@@ -177,6 +177,7 @@
|
||||
{
|
||||
background-color: #BF8130;
|
||||
padding: 5px 0px 5px 5px;
|
||||
color: White;
|
||||
}
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
float: left;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 247px;
|
||||
}
|
||||
.divDx
|
||||
{
|
||||
@@ -22,6 +23,7 @@
|
||||
{
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* zona colorazione filtri */
|
||||
|
||||
Reference in New Issue
Block a user