versione preliminare VVF
This commit is contained in:
+12
-3
@@ -352,6 +352,9 @@
|
||||
<Content Include="Bundle.config">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<None Include="Scripts\jquery-2.2.4.intellisense.js" />
|
||||
<Content Include="Scripts\jquery-2.2.4.js" />
|
||||
<Content Include="Scripts\jquery-2.2.4.min.js" />
|
||||
<Content Include="Scripts\jquery.mobile-1.4.5.js" />
|
||||
<Content Include="Scripts\jquery.mobile-1.4.5.min.js" />
|
||||
<Content Include="UserAdmin.aspx" />
|
||||
@@ -362,6 +365,7 @@
|
||||
<Content Include="VP.aspx" />
|
||||
<Content Include="VRF.aspx" />
|
||||
<Content Include="VSV.aspx" />
|
||||
<Content Include="VVF.aspx" />
|
||||
<Content Include="WebUserControls\mod_elencoRichResetUtenti.ascx" />
|
||||
<Content Include="WebUserControls\mod_ElencoVisitePaziente.ascx" />
|
||||
<Content Include="WebUserControls\mod_enrollByAuthKey.ascx" />
|
||||
@@ -396,16 +400,14 @@
|
||||
</None>
|
||||
<None Include="Reports\ReportVisita.rdlc" />
|
||||
<None Include="Scripts\jquery-2.1.0.intellisense.js" />
|
||||
<Content Include="Scripts\jquery-2.1.0.js" />
|
||||
<Content Include="Scripts\jquery-2.1.0.min.js" />
|
||||
<Content Include="Scripts\jSteamware.js" />
|
||||
<Content Include="Visite.aspx" />
|
||||
<Content Include="Web.config">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Scripts\jquery.mobile-1.4.2.min.map" />
|
||||
<Content Include="Scripts\jquery-2.1.0.min.map" />
|
||||
<Content Include="Scripts\jquery.mobile-1.4.5.min.map" />
|
||||
<Content Include="Scripts\jquery-2.2.4.min.map" />
|
||||
<None Include="Web.WinLab.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
@@ -531,6 +533,13 @@
|
||||
<Compile Include="VSV.aspx.designer.cs">
|
||||
<DependentUpon>VSV.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="VVF.aspx.cs">
|
||||
<DependentUpon>VVF.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="VVF.aspx.designer.cs">
|
||||
<DependentUpon>VVF.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_elencoRichResetUtenti.ascx.cs">
|
||||
<DependentUpon>mod_elencoRichResetUtenti.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
|
||||
Vendored
-9111
File diff suppressed because it is too large
Load Diff
Vendored
-4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+278
@@ -0,0 +1,278 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/JQMob.Master" AutoEventWireup="true" CodeBehind="VVF.aspx.cs" Inherits="ScheMe.VVF" %>
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
<div style="font-size: 0.8em;">
|
||||
<asp:FormView ID="frmView" runat="server" DataSourceID="ods" RenderOuterTable="False" OnModeChanged="frmView_ModeChanged" OnModeChanging="frmView_ModeChanging">
|
||||
<EmptyDataTemplate>
|
||||
<h3>Attenzione!</h3>
|
||||
Nessun record presente.<a href="Visite">Prego cliccare qui</a> per tornare alla pagina visite.
|
||||
</EmptyDataTemplate>
|
||||
<ItemTemplate>
|
||||
<div class="ui-grid-c">
|
||||
<div class="ui-block-a" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Data</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:Label runat="server" ID="lblDataVisita"><%: Request.QueryString["DataVisita"] %></asp:Label>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">15 parole Rey immediata</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlTest15ParReyImm" DataSourceID="odsTest15ParReyImm" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("Test15ParReyImm") %>' />
|
||||
</li>
|
||||
<li data-role="list-divider">15 parole Rey differita</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlTest15ParReyDif" DataSourceID="odsTest15ParReyDif" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("Test15ParReyDif") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Stroop test interferenza errori</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlStroopTestInterfErr" DataSourceID="odsStroopTestInterfErr" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("StroopTestInterfErr") %>' />
|
||||
</li>
|
||||
<li data-role="list-divider">Stroop test interferenza tempo</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlStroopTestInterfTemp" DataSourceID="odsStroopTestInterfTemp" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("StroopTestInterfTemp") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-d" style="padding: 4px;">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Figura Complessa Rey Copia</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlFigComplRey_Copia" DataSourceID="odsFigComplRey_Copia" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("FigComplRey_Copia") %>' />
|
||||
</li>
|
||||
<li data-role="list-divider">Figura Complessa Rey Riprod. Differita</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlFigComplRey_RipDiff" DataSourceID="odsFigComplRey_RipDiff" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("FigComplRey_RipDiff") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui-grid-solo" runat="server" visible='<%# isWriteEnabled %>'>
|
||||
<div class="ui-block-a">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li class="ui-body ui-body-b">
|
||||
<fieldset class="ui-grid-a">
|
||||
<div class="ui-block-a">
|
||||
<asp:Button runat="server" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-check" ID="btnEdit" CausesValidation="False" CommandName="Edit" Text="Modifica" data-theme="a" />
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<asp:Button runat="server" CssClass="ui-btn ui-icon-delete ui-shadow ui-corner-all" ID="btnDelete" CausesValidation="False" CommandName="Delete" Text="Elimina" data-theme="b" OnClientClick="return confirm('Sei sicuro di voler eliminare il record?')" />
|
||||
</div>
|
||||
</fieldset>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
<InsertItemTemplate>
|
||||
<div class="ui-grid-c">
|
||||
<div class="ui-block-a" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Data</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:Label runat="server" ID="lblDataVisita"><%: Request.QueryString["DataVisita"] %></asp:Label>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">15 parole Rey immediata</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlTest15ParReyImm" DataSourceID="odsTest15ParReyImm" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Test15ParReyImm") %>' />
|
||||
</li>
|
||||
<li data-role="list-divider">15 parole Rey differita</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlTest15ParReyDif" DataSourceID="odsTest15ParReyDif" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Test15ParReyDif") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Stroop test interferenza errori</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlStroopTestInterfErr" DataSourceID="odsStroopTestInterfErr" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("StroopTestInterfErr") %>' />
|
||||
</li>
|
||||
<li data-role="list-divider">Stroop test interferenza tempo</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlStroopTestInterfTemp" DataSourceID="odsStroopTestInterfTemp" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("StroopTestInterfTemp") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-d" style="padding: 4px;">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Figura Complessa Rey Copia</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlFigComplRey_Copia" DataSourceID="odsFigComplRey_Copia" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FigComplRey_Copia") %>' />
|
||||
</li>
|
||||
<li data-role="list-divider">Figura Complessa Rey Riprod. Differita</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlFigComplRey_RipDiff" DataSourceID="odsFigComplRey_RipDiff" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FigComplRey_RipDiff") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui-grid-solo">
|
||||
<div class="ui-block-a">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li class="ui-body ui-body-b">
|
||||
<fieldset class="ui-grid-a">
|
||||
<div class="ui-block-a">
|
||||
<asp:Button runat="server" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-check" ID="btnInsert" CausesValidation="False" CommandName="Insert" Text="Salva" data-theme="a" />
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<asp:Button runat="server" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-delete" ID="btnCancel" CausesValidation="False" CommandName="Cancel" Text="Cancel" data-theme="b" />
|
||||
</div>
|
||||
</fieldset>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</InsertItemTemplate>
|
||||
<EditItemTemplate>
|
||||
<div class="ui-grid-c">
|
||||
<div class="ui-block-a" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Data</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:Label runat="server" ID="lblDataVisita"><%: Request.QueryString["DataVisita"] %></asp:Label>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">15 parole Rey immediata</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlTest15ParReyImm" DataSourceID="odsTest15ParReyImm" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Test15ParReyImm") %>' />
|
||||
</li>
|
||||
<li data-role="list-divider">15 parole Rey differita</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlTest15ParReyDif" DataSourceID="odsTest15ParReyDif" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Test15ParReyDif") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Stroop test interferenza errori</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlStroopTestInterfErr" DataSourceID="odsStroopTestInterfErr" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("StroopTestInterfErr") %>' />
|
||||
</li>
|
||||
<li data-role="list-divider">Stroop test interferenza tempo</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlStroopTestInterfTemp" DataSourceID="odsStroopTestInterfTemp" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("StroopTestInterfTemp") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-d" style="padding: 4px;">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Figura Complessa Rey Copia</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlFigComplRey_Copia" DataSourceID="odsFigComplRey_Copia" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FigComplRey_Copia") %>' />
|
||||
</li>
|
||||
<li data-role="list-divider">Figura Complessa Rey Riprod. Differita</li>
|
||||
<li class="ui-field-contain">
|
||||
|
||||
<asp:DropDownList runat="server" ID="ddlFigComplRey_RipDiff" DataSourceID="odsFigComplRey_RipDiff" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FigComplRey_RipDiff") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui-grid-solo">
|
||||
<div class="ui-block-a">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li class="ui-body ui-body-b">
|
||||
<fieldset class="ui-grid-a">
|
||||
<div class="ui-block-a">
|
||||
<asp:Button runat="server" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-check" ID="btnUpdate" CausesValidation="False" CommandName="Update" Text="Salva" data-theme="a" />
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<asp:Button runat="server" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-delete" ID="btnCancel" CausesValidation="False" CommandName="Cancel" Text="Cancel" data-theme="b" />
|
||||
</div>
|
||||
</fieldset>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</EditItemTemplate>
|
||||
</asp:FormView>
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="getByPaziente" TypeName="ScheMe_Data.DS_ApplicazioneTableAdapters.VisPsicoTableAdapter" DeleteMethod="DeleteQuery" InsertMethod="InsertQuery" UpdateMethod="UpdateQuery" OnDeleted="ods_Deleted">
|
||||
<DeleteParameters>
|
||||
<asp:SessionParameter Name="Original_IdxPaziente" SessionField="IdxPaziente" Type="Int32" DefaultValue="0" />
|
||||
<asp:QueryStringParameter DefaultValue="0" Name="Original_DataVisita" QueryStringField="DataVisita" Type="DateTime" />
|
||||
</DeleteParameters>
|
||||
<InsertParameters>
|
||||
<asp:SessionParameter Name="IdxPaziente" SessionField="IdxPaziente" Type="Int32" DefaultValue="0" />
|
||||
<asp:QueryStringParameter DefaultValue="0" Name="DataVisita" QueryStringField="DataVisita" Type="DateTime" />
|
||||
<asp:Parameter Name="FigComplRey_Copia" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FigComplRey_RipDiff" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Test15ParReyImm" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Test15ParReyDif" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="StroopTestInterfTemp" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="StroopTestInterfErr" Type="Int32" DefaultValue="0" />
|
||||
</InsertParameters>
|
||||
<SelectParameters>
|
||||
<asp:SessionParameter Name="IdxPaziente" SessionField="IdxPaziente" Type="Int32" DefaultValue="0" />
|
||||
<asp:QueryStringParameter DefaultValue="" Name="DataVisita" QueryStringField="DataVisita" Type="DateTime" />
|
||||
</SelectParameters>
|
||||
<UpdateParameters>
|
||||
<asp:Parameter Name="FigComplRey_Copia" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FigComplRey_RipDiff" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Test15ParReyImm" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Test15ParReyDif" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="StroopTestInterfTemp" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="StroopTestInterfErr" Type="Int32" DefaultValue="0" />
|
||||
<asp:SessionParameter Name="Original_IdxPaziente" SessionField="IdxPaziente" Type="Int32" DefaultValue="0" />
|
||||
<asp:QueryStringParameter DefaultValue="0" Name="Original_DataVisita" QueryStringField="DataVisita" Type="DateTime" />
|
||||
</UpdateParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsFigComplRey_Copia" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisPsico" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="FigComplRey_Copia" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsFigComplRey_RipDiff" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisPsico" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="FigComplRey_RipDiff" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsStroopTestInterfErr" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisPsico" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="StroopTestInterfErr" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsStroopTestInterfTemp" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisPsico" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="StroopTestInterfTemp" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsTest15ParReyImm" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisPsico" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Test15ParReyImm" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsTest15ParReyDif" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisPsico" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Test15ParReyDif" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
</asp:Content>
|
||||
@@ -0,0 +1,71 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace ScheMe
|
||||
{
|
||||
public partial class VVF : SteamWare.UserPage
|
||||
{
|
||||
/// <summary>
|
||||
/// pagina caricata
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
if (!Page.IsPostBack)
|
||||
{
|
||||
// verifico se sia con parametro paziente o NEW...
|
||||
string cmd = Request.QueryString["cmd"];
|
||||
if (cmd == "" || cmd == null || cmd == "sel")
|
||||
{
|
||||
frmView.ChangeMode(FormViewMode.ReadOnly);
|
||||
}
|
||||
else if (cmd == "new")
|
||||
{
|
||||
if (isWriteEnabled)
|
||||
{
|
||||
frmView.ChangeMode(FormViewMode.Insert);
|
||||
}
|
||||
else
|
||||
{
|
||||
frmView.ChangeMode(FormViewMode.ReadOnly);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// modo formview cambiato
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void frmView_ModeChanged(object sender, EventArgs e)
|
||||
{
|
||||
}
|
||||
/// <summary>
|
||||
/// evento delete
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void ods_Deleted(object sender, ObjectDataSourceStatusEventArgs e)
|
||||
{
|
||||
Response.Redirect("Visite");
|
||||
}
|
||||
/// <summary>
|
||||
/// variabile per modo pre comando di update mode...
|
||||
/// </summary>
|
||||
public FormViewMode prevMode { get; set; }
|
||||
/// <summary>
|
||||
/// evento pre-cambio modo
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void frmView_ModeChanging(object sender, FormViewModeEventArgs e)
|
||||
{
|
||||
prevMode = frmView.CurrentMode;
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
+87
@@ -0,0 +1,87 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ScheMe {
|
||||
|
||||
|
||||
public partial class VVF {
|
||||
|
||||
/// <summary>
|
||||
/// frmView 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.FormView frmView;
|
||||
|
||||
/// <summary>
|
||||
/// ods 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.ObjectDataSource ods;
|
||||
|
||||
/// <summary>
|
||||
/// odsFigComplRey_Copia 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.ObjectDataSource odsFigComplRey_Copia;
|
||||
|
||||
/// <summary>
|
||||
/// odsFigComplRey_RipDiff 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.ObjectDataSource odsFigComplRey_RipDiff;
|
||||
|
||||
/// <summary>
|
||||
/// odsStroopTestInterfErr 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.ObjectDataSource odsStroopTestInterfErr;
|
||||
|
||||
/// <summary>
|
||||
/// odsStroopTestInterfTemp 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.ObjectDataSource odsStroopTestInterfTemp;
|
||||
|
||||
/// <summary>
|
||||
/// odsTest15ParReyImm 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.ObjectDataSource odsTest15ParReyImm;
|
||||
|
||||
/// <summary>
|
||||
/// odsTest15ParReyDif 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.ObjectDataSource odsTest15ParReyDif;
|
||||
}
|
||||
}
|
||||
+58
-58
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
For more information on how to configure your ASP.NET application, please visit
|
||||
http://go.microsoft.com/fwlink/?LinkId=169433
|
||||
@@ -6,50 +6,50 @@
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="elmah">
|
||||
<section name="security" requirePermission="false" type="Elmah.SecuritySectionHandler, Elmah"/>
|
||||
<section name="errorLog" requirePermission="false" type="Elmah.ErrorLogSectionHandler, Elmah"/>
|
||||
<section name="errorMail" requirePermission="false" type="Elmah.ErrorMailSectionHandler, Elmah"/>
|
||||
<section name="errorFilter" requirePermission="false" type="Elmah.ErrorFilterSectionHandler, Elmah"/>
|
||||
<section name="security" requirePermission="false" type="Elmah.SecuritySectionHandler, Elmah" />
|
||||
<section name="errorLog" requirePermission="false" type="Elmah.ErrorLogSectionHandler, Elmah" />
|
||||
<section name="errorMail" requirePermission="false" type="Elmah.ErrorMailSectionHandler, Elmah" />
|
||||
<section name="errorFilter" requirePermission="false" type="Elmah.ErrorFilterSectionHandler, Elmah" />
|
||||
</sectionGroup>
|
||||
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="ScheMe.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
||||
<section name="ScheMe.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<appSettings>
|
||||
<!--parametri base-->
|
||||
<add key="intUpdatePagina_ms" value="240000"/>
|
||||
<add key="intUpdatePagina_ms" value="240000" />
|
||||
<!--nome sw e versioni-->
|
||||
<add key="CodModulo" value="ScheMe"/>
|
||||
<add key="AutoAuth" value="true"/>
|
||||
<add key="baseUrl" value="http://iis02/ScheMe"/>
|
||||
<add key="CodModulo" value="ScheMe" />
|
||||
<add key="AutoAuth" value="true" />
|
||||
<add key="baseUrl" value="http://iis02/ScheMe" />
|
||||
<!--Logging-->
|
||||
<add key="_logDir" value="~/logs/"/>
|
||||
<add key="doShrinkFolder" value="true"/>
|
||||
<add key="_logLevel" value="6"/>
|
||||
<add key="_logMaxMb" value="30"/>
|
||||
<add key="_logDir" value="~/logs/" />
|
||||
<add key="doShrinkFolder" value="true" />
|
||||
<add key="_logLevel" value="6" />
|
||||
<add key="_logMaxMb" value="30" />
|
||||
<!--Gestione email-->
|
||||
<add key="_fromEmail" value="steamwarebot@gmail.com"/>
|
||||
<add key="_smtpCli" value="smtp.gmail.com"/>
|
||||
<add key="_emailUser" value="steamwarebot@gmail.com"/>
|
||||
<add key="_emailPwd" value="drmfsls16"/>
|
||||
<add key="_enableSSL" value="true"/>
|
||||
<add key="_fromEmail" value="steamwarebot@gmail.com" />
|
||||
<add key="_smtpCli" value="smtp.gmail.com" />
|
||||
<add key="_emailUser" value="steamwarebot@gmail.com" />
|
||||
<add key="_emailPwd" value="drmfsls16" />
|
||||
<add key="_enableSSL" value="true" />
|
||||
<!--gestione auth dispositivi-->
|
||||
<add key="AuthCookieName" value="AuthDeviceScheMe"/>
|
||||
<add key="defaultDomain" value="ScheMe"/>
|
||||
<add key="enablePlain" value="true"/>
|
||||
<add key="urlGestUtenti" value="UserAdmin"/>
|
||||
<add key="adminEmail" value="samuele@steamware.net"/>
|
||||
<add key="PageNoIndex" value="UserAdmin#Test"/>
|
||||
<add key="AuthCookieName" value="AuthDeviceScheMe" />
|
||||
<add key="defaultDomain" value="ScheMe" />
|
||||
<add key="enablePlain" value="true" />
|
||||
<add key="urlGestUtenti" value="UserAdmin" />
|
||||
<add key="adminEmail" value="samuele@steamware.net" />
|
||||
<add key="PageNoIndex" value="UserAdmin#Test" />
|
||||
<!--stringhe connessione-->
|
||||
<add key="ScheMeConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer;"/>
|
||||
<add key="ScheMeFilesConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe_files;Persist Security Info=True;User ID=sa;Password=keyhammer;"/>
|
||||
<add key="DevicesAuthConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer;"/>
|
||||
<add key="ScheMeConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer;" />
|
||||
<add key="ScheMeFilesConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe_files;Persist Security Info=True;User ID=sa;Password=keyhammer;" />
|
||||
<add key="DevicesAuthConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer;" />
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="ScheMe_Data.Properties.Settings.ScheMeConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="ScheMe_Data.Properties.Settings.ScheMe_filesConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe_files;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="SteamWare.Properties.Settings.ScheMeConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="SteamWare.Properties.Settings.DS_AuthConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="ScheMe_Data.Properties.Settings.ScheMeConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
<add name="ScheMe_Data.Properties.Settings.ScheMe_filesConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe_files;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
<add name="SteamWare.Properties.Settings.ScheMeConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
<add name="SteamWare.Properties.Settings.DS_AuthConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
<!--
|
||||
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
|
||||
@@ -61,43 +61,43 @@
|
||||
-->
|
||||
<system.web>
|
||||
<httpHandlers>
|
||||
<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" validate="false"/>
|
||||
<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" validate="false" />
|
||||
</httpHandlers>
|
||||
<compilation debug="true" targetFramework="4.6.2">
|
||||
<buildProviders>
|
||||
<add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
|
||||
<add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
|
||||
</buildProviders>
|
||||
</compilation>
|
||||
<httpRuntime targetFramework="4.5" maxRequestLength="1048576" executionTimeout="3600"/>
|
||||
<httpRuntime targetFramework="4.5" maxRequestLength="1048576" executionTimeout="3600" />
|
||||
<httpModules>
|
||||
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah"/>
|
||||
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah"/>
|
||||
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah"/>
|
||||
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" />
|
||||
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" />
|
||||
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" />
|
||||
</httpModules>
|
||||
<pages>
|
||||
<namespaces>
|
||||
<add namespace="System.Web.Optimization"/>
|
||||
<add namespace="System.Web.Optimization" />
|
||||
</namespaces>
|
||||
<controls>
|
||||
<add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt"/>
|
||||
<add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt" />
|
||||
</controls>
|
||||
</pages>
|
||||
<customErrors mode="Off"/>
|
||||
<customErrors mode="Off" />
|
||||
</system.web>
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
|
||||
<add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
|
||||
</handlers>
|
||||
<security>
|
||||
<requestFiltering>
|
||||
<requestLimits maxAllowedContentLength="1073741824"/>
|
||||
<requestLimits maxAllowedContentLength="1073741824" />
|
||||
</requestFiltering>
|
||||
</security>
|
||||
<validation validateIntegratedModeConfiguration="false"/>
|
||||
<validation validateIntegratedModeConfiguration="false" />
|
||||
<modules>
|
||||
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" preCondition="managedHandler"/>
|
||||
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" preCondition="managedHandler"/>
|
||||
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" preCondition="managedHandler"/>
|
||||
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" preCondition="managedHandler" />
|
||||
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" preCondition="managedHandler" />
|
||||
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" preCondition="managedHandler" />
|
||||
</modules>
|
||||
</system.webServer>
|
||||
<elmah>
|
||||
@@ -105,12 +105,12 @@
|
||||
See http://code.google.com/p/elmah/wiki/SecuringErrorLogPages for
|
||||
more information on remote access and securing ELMAH.
|
||||
-->
|
||||
<security allowRemoteAccess="false"/>
|
||||
<security allowRemoteAccess="false" />
|
||||
</elmah>
|
||||
<location path="elmah.axd" inheritInChildApplications="false">
|
||||
<system.web>
|
||||
<httpHandlers>
|
||||
<add verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah"/>
|
||||
<add verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" />
|
||||
</httpHandlers>
|
||||
<!--
|
||||
See http://code.google.com/p/elmah/wiki/SecuringErrorLogPages for
|
||||
@@ -124,27 +124,27 @@
|
||||
</system.web>
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="ELMAH" verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" preCondition="integratedMode"/>
|
||||
<add name="ELMAH" verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" preCondition="integratedMode" />
|
||||
</handlers>
|
||||
</system.webServer>
|
||||
</location>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0"/>
|
||||
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930"/>
|
||||
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0"/>
|
||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2"/>
|
||||
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
For more information on how to configure your ASP.NET application, please visit
|
||||
http://go.microsoft.com/fwlink/?LinkId=169433
|
||||
@@ -6,50 +6,50 @@
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="elmah">
|
||||
<section name="security" requirePermission="false" type="Elmah.SecuritySectionHandler, Elmah"/>
|
||||
<section name="errorLog" requirePermission="false" type="Elmah.ErrorLogSectionHandler, Elmah"/>
|
||||
<section name="errorMail" requirePermission="false" type="Elmah.ErrorMailSectionHandler, Elmah"/>
|
||||
<section name="errorFilter" requirePermission="false" type="Elmah.ErrorFilterSectionHandler, Elmah"/>
|
||||
<section name="security" requirePermission="false" type="Elmah.SecuritySectionHandler, Elmah" />
|
||||
<section name="errorLog" requirePermission="false" type="Elmah.ErrorLogSectionHandler, Elmah" />
|
||||
<section name="errorMail" requirePermission="false" type="Elmah.ErrorMailSectionHandler, Elmah" />
|
||||
<section name="errorFilter" requirePermission="false" type="Elmah.ErrorFilterSectionHandler, Elmah" />
|
||||
</sectionGroup>
|
||||
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="ScheMe.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
||||
<section name="ScheMe.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<appSettings>
|
||||
<!--parametri base-->
|
||||
<add key="intUpdatePagina_ms" value="240000"/>
|
||||
<add key="intUpdatePagina_ms" value="240000" />
|
||||
<!--nome sw e versioni-->
|
||||
<add key="CodModulo" value="ScheMe"/>
|
||||
<add key="AutoAuth" value="true"/>
|
||||
<add key="baseUrl" value="http://iis02/ScheMe"/>
|
||||
<add key="CodModulo" value="ScheMe" />
|
||||
<add key="AutoAuth" value="true" />
|
||||
<add key="baseUrl" value="http://iis02/ScheMe" />
|
||||
<!--Logging-->
|
||||
<add key="_logDir" value="~/logs/"/>
|
||||
<add key="doShrinkFolder" value="true"/>
|
||||
<add key="_logLevel" value="6"/>
|
||||
<add key="_logMaxMb" value="30"/>
|
||||
<add key="_logDir" value="~/logs/" />
|
||||
<add key="doShrinkFolder" value="true" />
|
||||
<add key="_logLevel" value="6" />
|
||||
<add key="_logMaxMb" value="30" />
|
||||
<!--Gestione email-->
|
||||
<add key="_fromEmail" value="steamwarebot@gmail.com"/>
|
||||
<add key="_smtpCli" value="smtp.gmail.com"/>
|
||||
<add key="_emailUser" value="steamwarebot@gmail.com"/>
|
||||
<add key="_emailPwd" value="drmfsls16"/>
|
||||
<add key="_enableSSL" value="true"/>
|
||||
<add key="_fromEmail" value="steamwarebot@gmail.com" />
|
||||
<add key="_smtpCli" value="smtp.gmail.com" />
|
||||
<add key="_emailUser" value="steamwarebot@gmail.com" />
|
||||
<add key="_emailPwd" value="drmfsls16" />
|
||||
<add key="_enableSSL" value="true" />
|
||||
<!--gestione auth dispositivi-->
|
||||
<add key="AuthCookieName" value="AuthDeviceScheMe"/>
|
||||
<add key="defaultDomain" value="ScheMe"/>
|
||||
<add key="enablePlain" value="true"/>
|
||||
<add key="urlGestUtenti" value="UserAdmin"/>
|
||||
<add key="adminEmail" value="samuele@steamware.net"/>
|
||||
<add key="PageNoIndex" value="UserAdmin#Test"/>
|
||||
<add key="AuthCookieName" value="AuthDeviceScheMe" />
|
||||
<add key="defaultDomain" value="ScheMe" />
|
||||
<add key="enablePlain" value="true" />
|
||||
<add key="urlGestUtenti" value="UserAdmin" />
|
||||
<add key="adminEmail" value="samuele@steamware.net" />
|
||||
<add key="PageNoIndex" value="UserAdmin#Test" />
|
||||
<!--stringhe connessione-->
|
||||
<add key="ScheMeConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer;"/>
|
||||
<add key="ScheMeFilesConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe_files;Persist Security Info=True;User ID=sa;Password=keyhammer;"/>
|
||||
<add key="DevicesAuthConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer;"/>
|
||||
<add key="ScheMeConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer;" />
|
||||
<add key="ScheMeFilesConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe_files;Persist Security Info=True;User ID=sa;Password=keyhammer;" />
|
||||
<add key="DevicesAuthConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer;" />
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="ScheMe_Data.Properties.Settings.ScheMeConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="ScheMe_Data.Properties.Settings.ScheMe_filesConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe_files;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="SteamWare.Properties.Settings.ScheMeConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="SteamWare.Properties.Settings.DS_AuthConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="ScheMe_Data.Properties.Settings.ScheMeConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
<add name="ScheMe_Data.Properties.Settings.ScheMe_filesConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe_files;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
<add name="SteamWare.Properties.Settings.ScheMeConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
<add name="SteamWare.Properties.Settings.DS_AuthConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=ScheMe;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
<!--
|
||||
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
|
||||
@@ -61,43 +61,43 @@
|
||||
-->
|
||||
<system.web>
|
||||
<httpHandlers>
|
||||
<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" validate="false"/>
|
||||
<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" validate="false" />
|
||||
</httpHandlers>
|
||||
<compilation debug="true" targetFramework="4.6.2">
|
||||
<buildProviders>
|
||||
<add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
|
||||
<add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
|
||||
</buildProviders>
|
||||
</compilation>
|
||||
<httpRuntime targetFramework="4.5" maxRequestLength="1048576" executionTimeout="3600"/>
|
||||
<httpRuntime targetFramework="4.5" maxRequestLength="1048576" executionTimeout="3600" />
|
||||
<httpModules>
|
||||
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah"/>
|
||||
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah"/>
|
||||
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah"/>
|
||||
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" />
|
||||
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" />
|
||||
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" />
|
||||
</httpModules>
|
||||
<pages>
|
||||
<namespaces>
|
||||
<add namespace="System.Web.Optimization"/>
|
||||
<add namespace="System.Web.Optimization" />
|
||||
</namespaces>
|
||||
<controls>
|
||||
<add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt"/>
|
||||
<add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt" />
|
||||
</controls>
|
||||
</pages>
|
||||
<customErrors mode="Off"/>
|
||||
<customErrors mode="Off" />
|
||||
</system.web>
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
|
||||
<add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
|
||||
</handlers>
|
||||
<security>
|
||||
<requestFiltering>
|
||||
<requestLimits maxAllowedContentLength="1073741824"/>
|
||||
<requestLimits maxAllowedContentLength="1073741824" />
|
||||
</requestFiltering>
|
||||
</security>
|
||||
<validation validateIntegratedModeConfiguration="false"/>
|
||||
<validation validateIntegratedModeConfiguration="false" />
|
||||
<modules>
|
||||
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" preCondition="managedHandler"/>
|
||||
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" preCondition="managedHandler"/>
|
||||
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" preCondition="managedHandler"/>
|
||||
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" preCondition="managedHandler" />
|
||||
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" preCondition="managedHandler" />
|
||||
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" preCondition="managedHandler" />
|
||||
</modules>
|
||||
</system.webServer>
|
||||
<elmah>
|
||||
@@ -105,12 +105,12 @@
|
||||
See http://code.google.com/p/elmah/wiki/SecuringErrorLogPages for
|
||||
more information on remote access and securing ELMAH.
|
||||
-->
|
||||
<security allowRemoteAccess="false"/>
|
||||
<security allowRemoteAccess="false" />
|
||||
</elmah>
|
||||
<location path="elmah.axd" inheritInChildApplications="false">
|
||||
<system.web>
|
||||
<httpHandlers>
|
||||
<add verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah"/>
|
||||
<add verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" />
|
||||
</httpHandlers>
|
||||
<!--
|
||||
See http://code.google.com/p/elmah/wiki/SecuringErrorLogPages for
|
||||
@@ -124,27 +124,27 @@
|
||||
</system.web>
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="ELMAH" verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" preCondition="integratedMode"/>
|
||||
<add name="ELMAH" verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" preCondition="integratedMode" />
|
||||
</handlers>
|
||||
</system.webServer>
|
||||
</location>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0"/>
|
||||
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930"/>
|
||||
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0"/>
|
||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2"/>
|
||||
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -4,7 +4,7 @@
|
||||
<package id="elmah" version="1.2.2" targetFramework="net45" />
|
||||
<package id="elmah.corelibrary" version="1.2.2" targetFramework="net45" />
|
||||
<package id="FontAwesome" version="4.7.0" targetFramework="net45" />
|
||||
<package id="jQuery" version="2.1.0" targetFramework="net45" />
|
||||
<package id="jQuery" version="2.2.4" targetFramework="net462" />
|
||||
<package id="jquery.mobile" version="1.4.5" targetFramework="net45" />
|
||||
<package id="Microsoft.AspNet.FriendlyUrls" version="1.0.2" targetFramework="net45" />
|
||||
<package id="Microsoft.AspNet.FriendlyUrls.Core" version="1.0.2" targetFramework="net45" />
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user