modifica: eliminazione autore e redattore da input metadati
This commit is contained in:
@@ -638,7 +638,6 @@
|
||||
<Folder Include="ArchivioDocs\" />
|
||||
<Folder Include="HelpOnLine\files\" />
|
||||
<Folder Include="HelpOnLine\teximg\" />
|
||||
<Folder Include="logs\" />
|
||||
<Folder Include="Styles\" />
|
||||
<Folder Include="TempUploads\empty\" />
|
||||
</ItemGroup>
|
||||
@@ -646,6 +645,8 @@
|
||||
<Content Include="NLog.config">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="DocTemplates\PlaceHolder.file" />
|
||||
<None Include="logs\PlaceHolder.file" />
|
||||
<None Include="NLog.xsd">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
|
||||
@@ -56,37 +56,29 @@
|
||||
<asp:Label runat="server" ID="lblOggetto" Text="Oggetto" CssClass="labelInput" /><br />
|
||||
<asp:TextBox runat="server" ID="txtOggetto" Width="24em" ToolTip="Campo libero" OnTextChanged="txtOggetto_TextChanged" TabIndex="6" AutoPostBack="true" />
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<asp:Label runat="server" ID="lblAutore" Text="Autore (autocomplete)" CssClass="labelInput" /><br />
|
||||
<uc1:mod_textAutocomplete ID="tacAutore" runat="server" ServicePath="~/WS/AutoCompletamento.asmx" ServiceMethod="elencoAutori" minCharAutocomplete="1" showKey="false" toolTip="Digitare per iniziare ricerca, min 1 char"
|
||||
TabIndex="7" />
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<div class="divSx half">
|
||||
<asp:Label runat="server" ID="lblDataDoc" Text="Data Documento" CssClass="labelInput" /><br />
|
||||
<asp:TextBox runat="server" ID="txtDataDoc" Width="8em" ToolTip="Data Documento" TabIndex="9" AutoPostBack="True" OnTextChanged="txtDataDoc_TextChanged" />
|
||||
<asp:TextBox runat="server" ID="txtDataDoc" Width="8em" ToolTip="Data Documento" TabIndex="7" AutoPostBack="True" OnTextChanged="txtDataDoc_TextChanged" />
|
||||
<asp:CalendarExtender runat="server" FirstDayOfWeek="Monday" ID="ceDataDoc" TargetControlID="txtDataDoc" />
|
||||
</div>
|
||||
<div class="divDx half">
|
||||
<asp:Label runat="server" ID="lblDataRic" Text="Data Ricezione" CssClass="labelInput" /><br />
|
||||
<asp:TextBox runat="server" ID="txtDataRic" Width="8em" ToolTip="Data Ricezione" TabIndex="10" />
|
||||
<asp:TextBox runat="server" ID="txtDataRic" Width="8em" ToolTip="Data Ricezione" TabIndex="8" />
|
||||
<asp:CalendarExtender runat="server" FirstDayOfWeek="Monday" ID="ceDataRic" TargetControlID="txtDataRic" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<div class="divSx" style="background-color: #999; width: 100%; color: White; vertical-align: middle; padding: -2px; margin-top: 8px; font-size: 9pt;">
|
||||
<asp:Label runat="server" ID="Label1" Text="Etichette documento" CssClass="labelInput" /><br />
|
||||
<asp:CheckBoxList ID="cblTags" runat="server" DataSourceID="odsTags" DataTextField="tag" DataValueField="idxTag" RepeatLayout="Flow" TabIndex="11" RepeatColumns="1" AutoPostBack="True" OnSelectedIndexChanged="cblTags_SelectedIndexChanged">
|
||||
<asp:CheckBoxList ID="cblTags" runat="server" DataSourceID="odsTags" DataTextField="tag" DataValueField="idxTag" RepeatLayout="Flow" TabIndex="9" RepeatColumns="1" AutoPostBack="True" OnSelectedIndexChanged="cblTags_SelectedIndexChanged">
|
||||
</asp:CheckBoxList>
|
||||
<asp:ObjectDataSource ID="odsTags" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="GetData" TypeName="ETS_Data.DS_WebScipTableAdapters.AnagTagsTableAdapter"></asp:ObjectDataSource>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<div class="divSx" style="width: 100%; color: Red; vertical-align: middle; padding: -2px; background-color: #FF3C3C; color: White; font-size: 9pt;">
|
||||
<%--
|
||||
<div class="divSx" style="background-color: #FF3C3C; width: 100%; vertical-align: middle;
|
||||
padding: -2px;">--%>
|
||||
<asp:CheckBox runat="server" ID="chkIsRed" Text="Classificato (Red)" TabIndex="12" AutoPostBack="True" OnCheckedChanged="chkIsRed_CheckedChanged" />
|
||||
<asp:CheckBox runat="server" ID="chkIsRed" Text="Classificato (Red)" TabIndex="10" AutoPostBack="True" OnCheckedChanged="chkIsRed_CheckedChanged" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -129,24 +129,6 @@ namespace ETS_WS.WebUserControls {
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox txtOggetto;
|
||||
|
||||
/// <summary>
|
||||
/// lblAutore 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 lblAutore;
|
||||
|
||||
/// <summary>
|
||||
/// tacAutore control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_textAutocomplete tacAutore;
|
||||
|
||||
/// <summary>
|
||||
/// lblDataDoc control.
|
||||
/// </summary>
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_pathAndDocs.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_pathAndDocs" %>
|
||||
<% if (false)
|
||||
{ %>
|
||||
<link href="../css/BuildBlocks.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../css/ETS.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../css/ExtraComp.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../css/MasterPage.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../css/Style.css" rel="stylesheet" type="text/css" />
|
||||
<% } %>
|
||||
<div class="clearDiv" style="background-color: #333; color: White;">
|
||||
<asp:Label runat="server" ID="lblPath" Text="Percorso Cartella" CssClass="labelInput" /><br />
|
||||
<asp:Panel runat="server" ID="pnlPath" ScrollBars="Horizontal">
|
||||
@@ -8,12 +16,17 @@
|
||||
</div>
|
||||
</asp:Panel>
|
||||
</div>
|
||||
<div class="clearDiv" style="text-align: center; padding: 10px 0px 10px 0px;">
|
||||
<asp:Button ID="btnUpdate" runat="server" Text="Aggiorna" CssClass="submit" TabIndex="13" OnClick="btnUpdate_Click" />
|
||||
<div class="clearDiv" style="text-align: center; padding: 2px 0px 4px 0px;">
|
||||
<asp:Button ID="btnUpdate" runat="server" Text="Aggiorna" CssClass="submit" TabIndex="11" OnClick="btnUpdate_Click" />
|
||||
|
||||
<asp:Button ID="btnSubmit" runat="server" Text="Archivia" CssClass="submit" OnClick="btnSubmit_Click" TabIndex="14" />
|
||||
<asp:Button ID="btnSubmit" runat="server" Text="Archivia" CssClass="submit" OnClick="btnSubmit_Click" TabIndex="12" />
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
generatore::<br />
|
||||
Lettera (doc) | FAX (doc) | Email | STACCA protocollo
|
||||
<div class="clearDiv" style="text-align: center; padding: 2px 0px 4px 0px;">
|
||||
<asp:Button ID="btnStaccaProto" runat="server" Text="Protocollo" ToolTip="stacca e blocca protocollo" CssClass="btnGenProto" TabIndex="13" OnClick="btnStaccaProto_Click" />
|
||||
|
||||
<asp:Button ID="btnGenLettera" runat="server" Text="Lettera" ToolTip="Genera doc tipo lettera" CssClass="btnGenDoc" TabIndex="14" />
|
||||
|
||||
<asp:Button ID="btnGenFax" runat="server" Text="Fax" ToolTip="Genera doc tipo Fax" CssClass="btnGenFax" TabIndex="15" />
|
||||
|
||||
<asp:Button ID="btnGenMail" runat="server" Text="Email" ToolTip="Genera email" CssClass="btnGenMail" TabIndex="16" />
|
||||
</div>
|
||||
|
||||
@@ -59,5 +59,17 @@ namespace ETS_WS.WebUserControls
|
||||
eh_reqSalva(this, new EventArgs());
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// richiede salvataggio del protocollo, tramite
|
||||
/// - salvataggio
|
||||
/// - spostamento "dummy file"
|
||||
/// - enter in modalità editing
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnStaccaProto_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -56,5 +56,41 @@ namespace ETS_WS.WebUserControls {
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Button btnSubmit;
|
||||
|
||||
/// <summary>
|
||||
/// btnStaccaProto 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.Button btnStaccaProto;
|
||||
|
||||
/// <summary>
|
||||
/// btnGenLettera 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.Button btnGenLettera;
|
||||
|
||||
/// <summary>
|
||||
/// btnGenFax 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.Button btnGenFax;
|
||||
|
||||
/// <summary>
|
||||
/// btnGenMail 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.Button btnGenMail;
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -63,6 +63,22 @@
|
||||
padding: 4px;
|
||||
padding-right: 28px;
|
||||
}
|
||||
.btnGenProto
|
||||
{
|
||||
width: 160px;
|
||||
}
|
||||
.btnGenDoc
|
||||
{
|
||||
width: 160px;
|
||||
}
|
||||
.btnGenFax
|
||||
{
|
||||
width: 160px;
|
||||
}
|
||||
.btnGenMail
|
||||
{
|
||||
width: 160px;
|
||||
}
|
||||
/* end buttons! */
|
||||
|
||||
/* zona menù top */
|
||||
|
||||
@@ -63,6 +63,22 @@
|
||||
padding: 4px;
|
||||
padding-right: 28px;
|
||||
}
|
||||
.btnGenProto
|
||||
{
|
||||
width: 160px;
|
||||
}
|
||||
.btnGenDoc
|
||||
{
|
||||
width: 160px;
|
||||
}
|
||||
.btnGenFax
|
||||
{
|
||||
width: 160px;
|
||||
}
|
||||
.btnGenMail
|
||||
{
|
||||
width: 160px;
|
||||
}
|
||||
/* end buttons! */
|
||||
|
||||
/* zona menù top */
|
||||
|
||||
Reference in New Issue
Block a user