eliminazione files inutili
This commit is contained in:
@@ -1,487 +0,0 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/JQMob.Master" AutoEventWireup="true" CodeBehind="VAC.aspx.cs" Inherits="ScheMe.VAC" %>
|
||||
|
||||
<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>
|
||||
<li data-role="list-divider">Fam MCCV:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlFamMCCV" DataSourceID="odsFamMCCV" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FamMCCV") %>' />
|
||||
</li>
|
||||
|
||||
<%--</ul>
|
||||
<ul data-role="listview" data-inset="true">--%>
|
||||
<li data-role="list-divider">Adesione Terapie:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="DropDownList8" DataSourceID="odsAdesTerap" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("AdesTerap") %>' />
|
||||
</li>
|
||||
<%--</ul>
|
||||
<ul data-role="listview" data-inset="true">--%>
|
||||
<li data-role="list-divider">Sedentariertà:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlSedent" DataSourceID="odsSedent" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Sedent") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Ipertensione:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlIpertens" DataSourceID="odsIpertens" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Ipertens") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlIpertensYtd" DataSourceID="odsIpertensYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("IpertensYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Diabete:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlDiabete" DataSourceID="odsDiabete" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Diabete") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlDiabeteYtd" DataSourceID="odsDiabeteYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("DiabeteYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Ipercolesterolemia:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlIpercolest" DataSourceID="odsIpercolest" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Ipercolest") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlIpercolestYtd" DataSourceID="odsIpercolestYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("IpercolestYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Fumo:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlFumo" DataSourceID="odsFumo" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Fumo") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlFumoYtd" DataSourceID="odsFumoYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FumoYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-d" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Alcool:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlAlcool" DataSourceID="odsAlcool" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Alcool") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlAlcoolYtd" DataSourceID="odsAlcoolYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("AlcoolYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Sovrappeso:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlSovrapp" DataSourceID="odsSovrapp" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Sovrapp") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlSovrappYtd" DataSourceID="odsSovrappYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("SovrappYtd") %>' />
|
||||
</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>
|
||||
<li data-role="list-divider">Fam MCCV:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlFamMCCV" DataSourceID="odsFamMCCV" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FamMCCV") %>' />
|
||||
</li>
|
||||
|
||||
<%--</ul>
|
||||
<ul data-role="listview" data-inset="true">--%>
|
||||
<li data-role="list-divider">Adesione Terapie:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="DropDownList8" DataSourceID="odsAdesTerap" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("AdesTerap") %>' />
|
||||
</li>
|
||||
<%--</ul>
|
||||
<ul data-role="listview" data-inset="true">--%>
|
||||
<li data-role="list-divider">Sedentariertà:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlSedent" DataSourceID="odsSedent" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Sedent") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Ipertensione:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlIpertens" DataSourceID="odsIpertens" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Ipertens") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlIpertensYtd" DataSourceID="odsIpertensYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("IpertensYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Diabete:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlDiabete" DataSourceID="odsDiabete" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Diabete") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlDiabeteYtd" DataSourceID="odsDiabeteYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("DiabeteYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Ipercolesterolemia:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlIpercolest" DataSourceID="odsIpercolest" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Ipercolest") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlIpercolestYtd" DataSourceID="odsIpercolestYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("IpercolestYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Fumo:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlFumo" DataSourceID="odsFumo" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Fumo") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlFumoYtd" DataSourceID="odsFumoYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FumoYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-d" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Alcool:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlAlcool" DataSourceID="odsAlcool" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Alcool") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlAlcoolYtd" DataSourceID="odsAlcoolYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("AlcoolYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Sovrappeso:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlSovrapp" DataSourceID="odsSovrapp" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Sovrapp") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlSovrappYtd" DataSourceID="odsSovrappYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("SovrappYtd") %>' />
|
||||
</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>
|
||||
<%--<asp:TextBox runat="server" ID="txtDataVisita" Text='<%# Bind("DataVisita", "{0:yyyy-MM-dd}") %>' TextMode="Date" />--%>
|
||||
</li>
|
||||
<li data-role="list-divider">Fam MCCV:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlFamMCCV" DataSourceID="odsFamMCCV" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FamMCCV") %>' />
|
||||
</li>
|
||||
|
||||
<%--</ul>
|
||||
<ul data-role="listview" data-inset="true">--%>
|
||||
<li data-role="list-divider">Adesione Terapie:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="DropDownList8" DataSourceID="odsAdesTerap" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("AdesTerap") %>' />
|
||||
</li>
|
||||
<%--</ul>
|
||||
<ul data-role="listview" data-inset="true">--%>
|
||||
<li data-role="list-divider">Sedentariertà:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlSedent" DataSourceID="odsSedent" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Sedent") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Ipertensione:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlIpertens" DataSourceID="odsIpertens" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Ipertens") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlIpertensYtd" DataSourceID="odsIpertensYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("IpertensYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Diabete:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlDiabete" DataSourceID="odsDiabete" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Diabete") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlDiabeteYtd" DataSourceID="odsDiabeteYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("DiabeteYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Ipercolesterolemia:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlIpercolest" DataSourceID="odsIpercolest" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Ipercolest") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlIpercolestYtd" DataSourceID="odsIpercolestYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("IpercolestYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Fumo:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlFumo" DataSourceID="odsFumo" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Fumo") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlFumoYtd" DataSourceID="odsFumoYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FumoYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-d" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Alcool:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlAlcool" DataSourceID="odsAlcool" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Alcool") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlAlcoolYtd" DataSourceID="odsAlcoolYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("AlcoolYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Sovrappeso:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlSovrapp" DataSourceID="odsSovrapp" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Sovrapp") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlSovrappYtd" DataSourceID="odsSovrappYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("SovrappYtd") %>' />
|
||||
</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.VisAnamCliTableAdapter" 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="FamMCCV" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Ipertens" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="IpertensYtd" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Diabete" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="DiabeteYtd" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Ipercolest" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="IpercolestYtd" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Fumo" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FumoYtd" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Alcool" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="AlcoolYtd" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Sovrapp" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="SovrappYtd" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Sedent" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="AdesTerap" 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:QueryStringParameter DefaultValue="0" Name="DataVisita" QueryStringField="DataVisita" Type="DateTime" />
|
||||
<asp:Parameter Name="FamMCCV" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Ipertens" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="IpertensYtd" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Diabete" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="DiabeteYtd" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Ipercolest" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="IpercolestYtd" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Fumo" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FumoYtd" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Alcool" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="AlcoolYtd" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Sovrapp" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="SovrappYtd" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Sedent" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="AdesTerap" 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="odsFamMCCV" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisAnamCli" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="FamMCCV" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsIpertens" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisAnamCli" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Ipertens" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsIpertensYtd" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisAnamCli" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="IpertensYtd" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsDiabete" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisAnamCli" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Diabete" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsDiabeteYtd" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisAnamCli" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="DiabeteYtd" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsIpercolest" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisAnamCli" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Ipercolest" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsIpercolestYtd" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisAnamCli" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="IpercolestYtd" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsFumo" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisAnamCli" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Fumo" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsFumoYtd" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisAnamCli" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="FumoYtd" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsAlcool" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisAnamCli" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Alcool" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsAlcoolYtd" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisAnamCli" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="AlcoolYtd" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsSovrapp" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisAnamCli" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Sovrapp" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsSovrappYtd" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisAnamCli" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="SovrappYtd" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsSedent" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisAnamCli" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Sedent" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsAdesTerap" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisAnamCli" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="AdesTerap" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
</asp:Content>
|
||||
Generated
-168
@@ -1,168 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 VAC {
|
||||
|
||||
/// <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>
|
||||
/// odsFamMCCV 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 odsFamMCCV;
|
||||
|
||||
/// <summary>
|
||||
/// odsIpertens 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 odsIpertens;
|
||||
|
||||
/// <summary>
|
||||
/// odsIpertensYtd 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 odsIpertensYtd;
|
||||
|
||||
/// <summary>
|
||||
/// odsDiabete 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 odsDiabete;
|
||||
|
||||
/// <summary>
|
||||
/// odsDiabeteYtd 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 odsDiabeteYtd;
|
||||
|
||||
/// <summary>
|
||||
/// odsIpercolest 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 odsIpercolest;
|
||||
|
||||
/// <summary>
|
||||
/// odsIpercolestYtd 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 odsIpercolestYtd;
|
||||
|
||||
/// <summary>
|
||||
/// odsFumo 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 odsFumo;
|
||||
|
||||
/// <summary>
|
||||
/// odsFumoYtd 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 odsFumoYtd;
|
||||
|
||||
/// <summary>
|
||||
/// odsAlcool 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 odsAlcool;
|
||||
|
||||
/// <summary>
|
||||
/// odsAlcoolYtd 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 odsAlcoolYtd;
|
||||
|
||||
/// <summary>
|
||||
/// odsSovrapp 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 odsSovrapp;
|
||||
|
||||
/// <summary>
|
||||
/// odsSovrappYtd 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 odsSovrappYtd;
|
||||
|
||||
/// <summary>
|
||||
/// odsSedent 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 odsSedent;
|
||||
|
||||
/// <summary>
|
||||
/// odsAdesTerap 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 odsAdesTerap;
|
||||
}
|
||||
}
|
||||
@@ -1,364 +0,0 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/JQMob.Master" AutoEventWireup="true" CodeBehind="VCP.aspx.cs" Inherits="ScheMe.VCP" %>
|
||||
|
||||
<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>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Pressione Arteriosa</li>
|
||||
<li class="ui-field-contain">Sistolica mmHg
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtPaSis" Text='<%# Eval("PaSis") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">Diastolica mmHg
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtPaDia" Text='<%# Eval("PaDia") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">Note
|
||||
<asp:Label runat="server" ID="txtNote" Text='<%# Eval("Note") %>' ToolTip='<%# Eval("Note") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Capacità Lavoro Muscolare</li>
|
||||
<li class="ui-field-contain">QR1 watt
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtQR1" Text='<%# Eval("QR1") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">QR1 watt/kg
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtQR1_Kg" Text='<%# Eval("QR1_Kg","{0:N2}") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Consumo VO2</li>
|
||||
<li class="ui-field-contain" data-theme="c">VO2 ml/min
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtVO2" Text='<%# Eval("VO2","{0:N0}") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">VO2 ml/kg/min
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtVO2_Kg" Text='<%# Eval("VO2_Kg") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Bpm</li>
|
||||
<li class="ui-field-contain">FC a QR1 bpm
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtFC_QR1" Text='<%# Eval("FC_QR1") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">ml/bpm
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtPolsoO2" Text='<%# Eval("PolsoO2","{0:N2}") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Pressione Arteriosa MAX</li>
|
||||
<li class="ui-field-contain">Sistolica mmHg
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtPaSisMax" Text='<%# Eval("PaSisMax") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">Diatolica mmHg
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtPaDiaMax" Text='<%# Eval("PaDiaMax") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-d" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Frazione Eiezione</li>
|
||||
<li class="ui-field-contain">%
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtFrazEiez" Text='<%# Eval("FrazEiez") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">TDI</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtTDI" Text='<%# Eval("TDI") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Placche Vasali (Carotidi)</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlPlaccheVas" DataSourceID="odsPlaccheVas" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("PlaccheVas") %>' />
|
||||
</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>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Pressione Arteriosa</li>
|
||||
<li class="ui-field-contain">Sistolica mmHg
|
||||
<asp:TextBox runat="server" ID="txtPaSis" Text='<%# Bind("PaSis") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">Diastolica mmHg
|
||||
<asp:TextBox runat="server" ID="txtPaDia" Text='<%# Bind("PaDia") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">Note
|
||||
<asp:TextBox runat="server" ID="txtNote" Text='<%# Bind("Note") %>' placeholder="Note" data-clear-btn="false" TextMode="MultiLine" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Capacità Lavoro Muscolare</li>
|
||||
<li class="ui-field-contain">QR1 watt
|
||||
<asp:TextBox runat="server" ID="txtQR1" Text='<%# Bind("QR1") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">QR1 watt/kg
|
||||
<asp:Label runat="server" CssClass="flRight" ID="txtQR1_Kg" Text='<%# Eval("QR1_Kg","{0:N2}") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Consumo VO2</li>
|
||||
<li class="ui-field-contain" data-theme="c">VO2 ml/min
|
||||
<asp:Label runat="server" CssClass="flRight" ID="txtVO2" Text='<%# Eval("VO2","{0:N0}") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">VO2 ml/kg/min
|
||||
<asp:TextBox runat="server" ID="txtVO2_Kg" Text='<%# Bind("VO2_Kg") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Bpm</li>
|
||||
<li class="ui-field-contain">FC a QR1 bpm
|
||||
<asp:TextBox runat="server" ID="txtFC_QR1" Text='<%# Bind("FC_QR1") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain " data-theme="c">ml/bpm
|
||||
<asp:Label runat="server" CssClass="flRight" ID="txtPolsoO2" Text='<%# Eval("PolsoO2","{0:N2}") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Pressione Arteriosa MAX</li>
|
||||
<li class="ui-field-contain">Sistolica mmHg
|
||||
<asp:TextBox runat="server" ID="txtPaSisMax" Text='<%# Bind("PaSisMax") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">Diatolica mmHg
|
||||
<asp:TextBox runat="server" ID="txtPaDiaMax" Text='<%# Bind("PaDiaMax") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-d" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Frazione Eiezione</li>
|
||||
<li class="ui-field-contain">%
|
||||
<asp:TextBox runat="server" ID="txtFrazEiez" Text='<%# Bind("FrazEiez") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">TDI</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:TextBox runat="server" ID="txtTDI" Text='<%# Bind("TDI") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Placche Vasali (Carotidi)</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlPlaccheVas" DataSourceID="odsPlaccheVas" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("PlaccheVas") %>' />
|
||||
</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>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Pressione Arteriosa</li>
|
||||
<li class="ui-field-contain">Sistolica mmHg
|
||||
<asp:TextBox runat="server" ID="txtPaSis" Text='<%# Bind("PaSis") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">Diastolica mmHg
|
||||
<asp:TextBox runat="server" ID="txtPaDia" Text='<%# Bind("PaDia") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">Note
|
||||
<asp:TextBox runat="server" ID="txtNote" Text='<%# Bind("Note") %>' placeholder="Note" data-clear-btn="false" TextMode="MultiLine" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Capacità Lavoro Muscolare</li>
|
||||
<li class="ui-field-contain">QR1 watt
|
||||
<asp:TextBox runat="server" ID="txtQR1" Text='<%# Bind("QR1") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">QR1 watt/kg
|
||||
<asp:Label runat="server" CssClass="flRight" ID="txtQR1_Kg" Text='<%# Eval("QR1_Kg","{0:N2}") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Consumo VO2</li>
|
||||
<li class="ui-field-contain">VO2 ml/min
|
||||
<asp:Label runat="server" CssClass="flRight" ID="txtVO2" Text='<%# Eval("VO2","{0:N2}") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">VO2 ml/kg/min
|
||||
<asp:TextBox runat="server" ID="txtVO2_Kg" Text='<%# Bind("VO2_Kg") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Bpm</li>
|
||||
<li class="ui-field-contain">FC a QR1 bpm
|
||||
<asp:TextBox runat="server" ID="txtFC_QR1" Text='<%# Bind("FC_QR1") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">ml/bpm
|
||||
<asp:Label runat="server" CssClass="flRight" ID="txtPolsoO2" Text='<%# Eval("PolsoO2","{0:N2}") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Pressione Arteriosa MAX</li>
|
||||
<li class="ui-field-contain">Sistolica mmHg
|
||||
<asp:TextBox runat="server" ID="txtPaSisMax" Text='<%# Bind("PaSisMax") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">Diatolica mmHg
|
||||
<asp:TextBox runat="server" ID="txtPaDiaMax" Text='<%# Bind("PaDiaMax") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-d" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Frazione Eiezione</li>
|
||||
<li class="ui-field-contain">%
|
||||
<asp:TextBox runat="server" ID="txtFrazEiez" Text='<%# Bind("FrazEiez") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">TDI</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:TextBox runat="server" ID="txtTDI" Text='<%# Bind("TDI") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Placche Vasali (Carotidi)</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlPlaccheVas" DataSourceID="odsPlaccheVas" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("PlaccheVas") %>' />
|
||||
</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.VisCardioPolTableAdapter" 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="PaSis" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="PaDia" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="QR1" Type="Double" DefaultValue="0" />
|
||||
<%--<asp:Parameter Name="QR1_Kg" Type="Double" DefaultValue="0" />--%>
|
||||
<%--<asp:Parameter Name="VO2" Type="Double" DefaultValue="0" />--%>
|
||||
<asp:Parameter Name="VO2_Kg" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="FC_QR1" Type="Int32" DefaultValue="0" />
|
||||
<%--<asp:Parameter Name="PolsoO2" Type="Double" DefaultValue="0" />--%>
|
||||
<asp:Parameter Name="PaSisMax" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="PaDiaMax" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FrazEiez" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="TDI" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="PlaccheVas" Type="Double" 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="PaSis" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="PaDia" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="QR1" Type="Double" DefaultValue="0" />
|
||||
<%--<asp:Parameter Name="QR1_Kg" Type="Double" DefaultValue="0" />--%>
|
||||
<%--<asp:Parameter Name="VO2" Type="Double" DefaultValue="0" />--%>
|
||||
<asp:Parameter Name="VO2_Kg" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="FC_QR1" Type="Int32" DefaultValue="0" />
|
||||
<%--<asp:Parameter Name="PolsoO2" Type="Double" DefaultValue="0" />--%>
|
||||
<asp:Parameter Name="PaSisMax" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="PaDiaMax" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FrazEiez" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="TDI" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="PlaccheVas" Type="Double" 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="odsPlaccheVas" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisCardioPol" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="PlaccheVas" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
</asp:Content>
|
||||
@@ -1,71 +0,0 @@
|
||||
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 VCP : 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,279 +0,0 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/JQMob.Master" AutoEventWireup="true" CodeBehind="VP.aspx.cs" Inherits="ScheMe.VP" %>
|
||||
|
||||
<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>
|
||||
@@ -1,71 +0,0 @@
|
||||
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 VP : 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
@@ -1,87 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 VP {
|
||||
|
||||
/// <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;
|
||||
}
|
||||
}
|
||||
@@ -1,626 +0,0 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/JQMob.Master" AutoEventWireup="true" CodeBehind="VSV.aspx.cs" Inherits="ScheMe.VSV" %>
|
||||
|
||||
<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-b">
|
||||
<div class="ui-block-a" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">Data</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblDataVisita"><%: Request.QueryString["DataVisita"] %></asp:Label>
|
||||
</li>
|
||||
<%--<li data-role="list-divider" data-theme="c">Peso:</li>--%>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Peso kg (da VBMA)</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="Label5" Text='<%# Eval("Peso","{0:N2}") %>' />
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">Attività</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Lavoro</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlLavoro" DataSourceID="odsLavoro" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("Lavoro") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Stile Vita</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlStileVita" DataSourceID="odsStileVita" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("StileVita") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Freq. Allenam.</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlFreqAll" DataSourceID="odsFreqAll" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("FreqAll") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Mezzo Trasp</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlMezzoTrasp" DataSourceID="odsMezzoTrasp" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("MezzoTrasp") %>' />
|
||||
</li>
|
||||
<li data-role="list-divider" data-theme="c">Score Attività</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">(0÷10)</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="Label3" Text='<%# Eval("ScoreAttiv") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">Note</li>
|
||||
<li class="ui-field-contain">
|
||||
<span style="white-space: normal;">
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtNote" Text='<%# Eval("Note") %>' TextMode="MultiLine" Height="4em" Font-Size="0.9em" Font-Bold="false" /></span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">MET specifici</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">MET Lavoro</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtMet_Lavoro" Text='<%# Eval("Met_Lavoro") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">MET Att. Fisica</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtMet_AttFisica" Text='<%# Eval("Met_AttFisica") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">Distrib Ore giornata</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Sonno</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtOreSeduto" Text='<%# Eval("OreSonno") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Seduto</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="Label1" Text='<%# Eval("OreSeduto") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Pasti</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtOrePasti" Text='<%# Eval("OrePasti") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Auto</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtOreSpostAuto" Text='<%# Eval("OreSpostAuto") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Spost.Att.</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtOreSpostAtt" Text='<%# Eval("OreSpostAtt") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Lavoro</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtOreLavoro" Text='<%# Eval("OreLavoro") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Igiene</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtOreIgiene" Text='<%# Eval("OreIgiene") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Att. Fisica</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtOreAttFisica" Text='<%# Eval("OreAttFisica") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Pulizia</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtOrePulizia" Text='<%# Eval("OrePulizia") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Cane</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtOreCane" Text='<%# Eval("OreCane") %>' />
|
||||
</li>
|
||||
<li data-role="list-divider" data-theme="c">Cons Calorico Die</li>
|
||||
<li class="ui-field-contain" data-theme="c">kcal
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="Label2" Text='<%# Eval("ConsCalDie") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">Dieta Mediterranea</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Verdure</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlVerdure" DataSourceID="odsVerdure" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("Verdure") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Legumi</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlLegumi" DataSourceID="odsLegumi" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("Legumi") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Frutta</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlFrutta" DataSourceID="odsFrutta" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("Frutta") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Noci</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlNoci" DataSourceID="odsNoci" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("Noci") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Cereali</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlCereali" DataSourceID="odsCereali" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("Cereali") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Pesce</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlPesce" DataSourceID="odsPesce" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("Pesce") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Grassi</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlGrassi" DataSourceID="odsGrassi" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("Grassi") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Vino</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlVino" DataSourceID="odsVino" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("Vino") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Carne Latt.</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlCarneLatt" DataSourceID="odsCarneLatt" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("CarneLatt") %>' />
|
||||
</li>
|
||||
<li data-role="list-divider" data-theme="c">Score Dieta Mediterranea</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">(0÷10) > 6 buona aderenza</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="Label4" Text='<%# Eval("ScoreDietMed") %>' />
|
||||
</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="c" OnClientClick="return confirm('Sei sicuro di voler eliminare il record?')" />
|
||||
</div>
|
||||
</fieldset>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
<InsertItemTemplate>
|
||||
<div class="ui-grid-b">
|
||||
<div class="ui-block-a" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">Data</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:Label runat="server" ID="lblDataVisita"><%: Request.QueryString["DataVisita"] %></asp:Label>
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">Attività</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Lavoro</label>
|
||||
<asp:DropDownList runat="server" ID="ddlLavoro" DataSourceID="odsLavoro" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Lavoro") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Stile Vita</label>
|
||||
<asp:DropDownList runat="server" ID="ddlStileVita" DataSourceID="odsStileVita" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("StileVita") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Freq. Allenam.</label>
|
||||
<asp:DropDownList runat="server" ID="ddlFreqAll" DataSourceID="odsFreqAll" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FreqAll") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Mezzo Trasp</label>
|
||||
<asp:DropDownList runat="server" ID="ddlMezzoTrasp" DataSourceID="odsMezzoTrasp" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("MezzoTrasp") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">Note</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:TextBox runat="server" ID="txtNote" Text='<%# Bind("Note") %>' TextMode="MultiLine" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">MET specifici</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">MET Lavoro</label>
|
||||
<asp:TextBox runat="server" ID="txtMet_Lavoro" Text='<%# Bind("Met_Lavoro") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">MET Att. Fisica</label>
|
||||
<asp:TextBox runat="server" ID="txtMet_AttFisica" Text='<%# Bind("Met_AttFisica") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">Distrib Ore giornata</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Seduto</label>
|
||||
<asp:TextBox runat="server" ID="txtOreSeduto" Text='<%# Bind("OreSeduto") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Pasti</label>
|
||||
<asp:TextBox runat="server" ID="txtOrePasti" Text='<%# Bind("OrePasti") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Auto</label>
|
||||
<asp:TextBox runat="server" ID="txtOreSpostAuto" Text='<%# Bind("OreSpostAuto") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Spost.Att.</label>
|
||||
<asp:TextBox runat="server" ID="txtOreSpostAtt" Text='<%# Bind("OreSpostAtt") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Lavoro</label>
|
||||
<asp:TextBox runat="server" ID="txtOreLavoro" Text='<%# Bind("OreLavoro") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Igiene</label>
|
||||
<asp:TextBox runat="server" ID="txtOreIgiene" Text='<%# Bind("OreIgiene") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Att. Fisica</label>
|
||||
<asp:TextBox runat="server" ID="txtOreAttFisica" Text='<%# Bind("OreAttFisica") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Pulizia</label>
|
||||
<asp:TextBox runat="server" ID="txtOrePulizia" Text='<%# Bind("OrePulizia") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Cane</label>
|
||||
<asp:TextBox runat="server" ID="txtOreCane" Text='<%# Bind("OreCane") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">Dieta Mediterranea</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Verdure</label>
|
||||
<asp:DropDownList runat="server" ID="ddlVerdure" DataSourceID="odsVerdure" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Verdure") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Legumi</label>
|
||||
<asp:DropDownList runat="server" ID="ddlLegumi" DataSourceID="odsLegumi" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Legumi") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Frutta</label>
|
||||
<asp:DropDownList runat="server" ID="ddlFrutta" DataSourceID="odsFrutta" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Frutta") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Noci</label>
|
||||
<asp:DropDownList runat="server" ID="ddlNoci" DataSourceID="odsNoci" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Noci") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Cereali</label>
|
||||
<asp:DropDownList runat="server" ID="ddlCereali" DataSourceID="odsCereali" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Cereali") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Pesce</label>
|
||||
<asp:DropDownList runat="server" ID="ddlPesce" DataSourceID="odsPesce" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Pesce") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Grassi</label>
|
||||
<asp:DropDownList runat="server" ID="ddlGrassi" DataSourceID="odsGrassi" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Grassi") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Vino</label>
|
||||
<asp:DropDownList runat="server" ID="ddlVino" DataSourceID="odsVino" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Vino") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Carne Latt.</label>
|
||||
<asp:DropDownList runat="server" ID="ddlCarneLatt" DataSourceID="odsCarneLatt" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("CarneLatt") %>' />
|
||||
</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="c" />
|
||||
</div>
|
||||
</fieldset>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</InsertItemTemplate>
|
||||
<EditItemTemplate>
|
||||
<div class="ui-grid-b">
|
||||
<div class="ui-block-a" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">Data</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:Label runat="server" ID="lblDataVisita"><%: Request.QueryString["DataVisita"] %></asp:Label>
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">Attività</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Lavoro</label>
|
||||
<asp:DropDownList runat="server" ID="ddlLavoro" DataSourceID="odsLavoro" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Lavoro") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Stile Vita</label>
|
||||
<asp:DropDownList runat="server" ID="ddlStileVita" DataSourceID="odsStileVita" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("StileVita") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Freq. Allenam.</label>
|
||||
<asp:DropDownList runat="server" ID="ddlFreqAll" DataSourceID="odsFreqAll" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FreqAll") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Mezzo Trasp</label>
|
||||
<asp:DropDownList runat="server" ID="ddlMezzoTrasp" DataSourceID="odsMezzoTrasp" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("MezzoTrasp") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">Note</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:TextBox runat="server" ID="txtNote" Text='<%# Bind("Note") %>' TextMode="MultiLine" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">MET specifici</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">MET Lavoro</label>
|
||||
<asp:TextBox runat="server" ID="txtMet_Lavoro" Text='<%# Bind("Met_Lavoro") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">MET Att. Fisica</label>
|
||||
<asp:TextBox runat="server" ID="txtMet_AttFisica" Text='<%# Bind("Met_AttFisica") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">Distrib Ore giornata</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Seduto</label>
|
||||
<asp:TextBox runat="server" ID="txtOreSeduto" Text='<%# Bind("OreSeduto") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Pasti</label>
|
||||
<asp:TextBox runat="server" ID="txtOrePasti" Text='<%# Bind("OrePasti") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Auto</label>
|
||||
<asp:TextBox runat="server" ID="txtOreSpostAuto" Text='<%# Bind("OreSpostAuto") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Spost.Att.</label>
|
||||
<asp:TextBox runat="server" ID="txtOreSpostAtt" Text='<%# Bind("OreSpostAtt") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Lavoro</label>
|
||||
<asp:TextBox runat="server" ID="txtOreLavoro" Text='<%# Bind("OreLavoro") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Igiene</label>
|
||||
<asp:TextBox runat="server" ID="txtOreIgiene" Text='<%# Bind("OreIgiene") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Att. Fisica</label>
|
||||
<asp:TextBox runat="server" ID="txtOreAttFisica" Text='<%# Bind("OreAttFisica") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Pulizia</label>
|
||||
<asp:TextBox runat="server" ID="txtOrePulizia" Text='<%# Bind("OrePulizia") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Cane</label>
|
||||
<asp:TextBox runat="server" ID="txtOreCane" Text='<%# Bind("OreCane") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider" data-theme="a">Dieta Mediterranea</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Verdure</label>
|
||||
<asp:DropDownList runat="server" ID="ddlVerdure" DataSourceID="odsVerdure" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Verdure") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Legumi</label>
|
||||
<asp:DropDownList runat="server" ID="ddlLegumi" DataSourceID="odsLegumi" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Legumi") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Frutta</label>
|
||||
<asp:DropDownList runat="server" ID="ddlFrutta" DataSourceID="odsFrutta" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Frutta") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Noci</label>
|
||||
<asp:DropDownList runat="server" ID="ddlNoci" DataSourceID="odsNoci" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Noci") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Cereali</label>
|
||||
<asp:DropDownList runat="server" ID="ddlCereali" DataSourceID="odsCereali" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Cereali") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Pesce</label>
|
||||
<asp:DropDownList runat="server" ID="ddlPesce" DataSourceID="odsPesce" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Pesce") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Grassi</label>
|
||||
<asp:DropDownList runat="server" ID="ddlGrassi" DataSourceID="odsGrassi" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Grassi") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Vino</label>
|
||||
<asp:DropDownList runat="server" ID="ddlVino" DataSourceID="odsVino" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Vino") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Carne Latt.</label>
|
||||
<asp:DropDownList runat="server" ID="ddlCarneLatt" DataSourceID="odsCarneLatt" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("CarneLatt") %>' />
|
||||
</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="c" />
|
||||
</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.VisStileVitaTableAdapter" 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="Lavoro" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="StileVita" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FreqAll" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="MezzoTrasp" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="MET_Lavoro" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="MET_AttFisica" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OreSeduto" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OrePasti" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OreSpostAuto" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OreSpostAtt" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OreLavoro" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OreIgiene" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OreAttFisica" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OrePulizia" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OreCane" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="Verdure" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Legumi" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Frutta" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Noci" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Cereali" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Pesce" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Grassi" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Vino" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="CarneLatt" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Note" Type="string" DefaultValue="-" />
|
||||
</InsertParameters>
|
||||
<SelectParameters>
|
||||
<asp:SessionParameter Name="IdxPaziente" SessionField="IdxPaziente" Type="Int32" />
|
||||
<asp:QueryStringParameter DefaultValue="" Name="DataVisita" QueryStringField="DataVisita" Type="DateTime" />
|
||||
</SelectParameters>
|
||||
<UpdateParameters>
|
||||
<asp:Parameter Name="Lavoro" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="StileVita" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FreqAll" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="MezzoTrasp" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="MET_Lavoro" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="MET_AttFisica" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OreSeduto" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OrePasti" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OreSpostAuto" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OreSpostAtt" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OreLavoro" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OreIgiene" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OreAttFisica" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OrePulizia" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="OreCane" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="Verdure" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Legumi" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Frutta" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Noci" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Cereali" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Pesce" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Grassi" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Vino" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="CarneLatt" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="Note" Type="string" DefaultValue="-" />
|
||||
<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="odsLavoro" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisStileVita" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Lavoro" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsPesce" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisStileVita" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Pesce" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsCereali" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisStileVita" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Cereali" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsStileVita" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisStileVita" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="StileVita" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsFreqAll" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisStileVita" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="FreqAll" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsMezzoTrasp" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisStileVita" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="MezzoTrasp" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsVerdure" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisStileVita" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Verdure" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsLegumi" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisStileVita" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Legumi" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsFrutta" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisStileVita" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Frutta" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsNoci" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisStileVita" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Noci" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsGrassi" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisStileVita" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Grassi" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsVino" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisStileVita" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Vino" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsCarneLatt" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisStileVita" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="CarneLatt" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
</asp:Content>
|
||||
@@ -1,71 +0,0 @@
|
||||
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 VSV : 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
-150
@@ -1,150 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 VSV {
|
||||
|
||||
/// <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>
|
||||
/// odsLavoro 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 odsLavoro;
|
||||
|
||||
/// <summary>
|
||||
/// odsPesce 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 odsPesce;
|
||||
|
||||
/// <summary>
|
||||
/// odsCereali 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 odsCereali;
|
||||
|
||||
/// <summary>
|
||||
/// odsStileVita 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 odsStileVita;
|
||||
|
||||
/// <summary>
|
||||
/// odsFreqAll 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 odsFreqAll;
|
||||
|
||||
/// <summary>
|
||||
/// odsMezzoTrasp 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 odsMezzoTrasp;
|
||||
|
||||
/// <summary>
|
||||
/// odsVerdure 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 odsVerdure;
|
||||
|
||||
/// <summary>
|
||||
/// odsLegumi 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 odsLegumi;
|
||||
|
||||
/// <summary>
|
||||
/// odsFrutta 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 odsFrutta;
|
||||
|
||||
/// <summary>
|
||||
/// odsNoci 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 odsNoci;
|
||||
|
||||
/// <summary>
|
||||
/// odsGrassi 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 odsGrassi;
|
||||
|
||||
/// <summary>
|
||||
/// odsVino 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 odsVino;
|
||||
|
||||
/// <summary>
|
||||
/// odsCarneLatt 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 odsCarneLatt;
|
||||
}
|
||||
}
|
||||
@@ -1,71 +0,0 @@
|
||||
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 VVFGT : 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
-33
@@ -1,33 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 VVFGT {
|
||||
|
||||
/// <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;
|
||||
}
|
||||
}
|
||||
@@ -1,104 +0,0 @@
|
||||
18:08:49 8001 [LEMMA] - ACCETTAZIONE
|
||||
18:08:49 8041 [LEMMA] - ACCETTAZIONE
|
||||
18:08:49 8071 [LEMMA] - ACCETTAZIONEEDIT
|
||||
18:08:49 8101 [LEMMA] - ACCETTAZIONEEDIT
|
||||
18:08:49 8126 [LEMMA] - VISITE
|
||||
18:08:49 8156 [LEMMA] - VISITE
|
||||
18:08:49 8191 [LEMMA] - VAC
|
||||
18:08:49 8211 [LEMMA] - VAC
|
||||
18:08:49 8231 [LEMMA] - VBMA
|
||||
18:08:49 8251 [LEMMA] - VBMA
|
||||
18:08:49 8272 [LEMMA] - VCP
|
||||
18:08:49 8292 [LEMMA] - VCP
|
||||
18:08:49 8317 [LEMMA] - VL
|
||||
18:08:49 8332 [LEMMA] - VL
|
||||
18:08:49 8352 [LEMMA] - VRF
|
||||
18:08:49 8377 [LEMMA] - VRF
|
||||
18:08:49 8402 [LEMMA] - VSV
|
||||
18:08:49 8422 [LEMMA] - VSV
|
||||
18:08:49 8447 [LEMMA] - VP
|
||||
18:08:49 8472 [LEMMA] - VP
|
||||
18:08:49 8497 [LEMMA] - VVFANZ
|
||||
18:08:49 8527 [LEMMA] - VVFANZ
|
||||
18:08:49 8552 [LEMMA] - VVFGT
|
||||
18:08:49 8572 [LEMMA] - VVFGT
|
||||
18:08:49 8587 [LEMMA] - ATTIVITA
|
||||
18:08:49 8607 [LEMMA] - ATTIVITA
|
||||
18:17:31 9010 [LEMMA] - ACCETTAZIONE
|
||||
18:17:31 9030 [LEMMA] - ACCETTAZIONE
|
||||
18:17:31 9055 [LEMMA] - ACCETTAZIONEEDIT
|
||||
18:17:31 9080 [LEMMA] - ACCETTAZIONEEDIT
|
||||
18:17:31 9110 [LEMMA] - VISITE
|
||||
18:17:31 9135 [LEMMA] - VISITE
|
||||
18:17:31 9170 [LEMMA] - VAC
|
||||
18:17:31 9195 [LEMMA] - VAC
|
||||
18:17:31 9220 [LEMMA] - VBMA
|
||||
18:17:31 9250 [LEMMA] - VBMA
|
||||
18:17:31 9275 [LEMMA] - VCP
|
||||
18:17:31 9301 [LEMMA] - VCP
|
||||
18:17:31 9326 [LEMMA] - VL
|
||||
18:17:31 9351 [LEMMA] - VL
|
||||
18:17:31 9376 [LEMMA] - VRF
|
||||
18:17:31 9396 [LEMMA] - VRF
|
||||
18:17:31 9421 [LEMMA] - VSV
|
||||
18:17:31 9501 [LEMMA] - VSV
|
||||
18:17:31 9526 [LEMMA] - VP
|
||||
18:17:31 9551 [LEMMA] - VP
|
||||
18:17:31 9576 [LEMMA] - VVFANZ
|
||||
18:17:31 9591 [LEMMA] - VVFANZ
|
||||
18:17:31 9621 [LEMMA] - VVFGT
|
||||
18:17:31 9646 [LEMMA] - VVFGT
|
||||
18:17:31 9667 [LEMMA] - ATTIVITA
|
||||
18:17:31 9687 [LEMMA] - ATTIVITA
|
||||
18:17:34 6464 [LEMMA] - ACCETTAZIONE
|
||||
18:17:34 6479 [LEMMA] - ACCETTAZIONE
|
||||
18:17:34 6504 [LEMMA] - ACCETTAZIONEEDIT
|
||||
18:17:34 6529 [LEMMA] - ACCETTAZIONEEDIT
|
||||
18:17:34 6549 [LEMMA] - VISITE
|
||||
18:17:34 6574 [LEMMA] - VISITE
|
||||
18:17:34 6599 [LEMMA] - VAC
|
||||
18:17:34 6619 [LEMMA] - VAC
|
||||
18:17:34 6639 [LEMMA] - VBMA
|
||||
18:17:34 6659 [LEMMA] - VBMA
|
||||
18:17:34 6679 [LEMMA] - VCP
|
||||
18:17:34 6700 [LEMMA] - VCP
|
||||
18:17:34 6720 [LEMMA] - VL
|
||||
18:17:34 6740 [LEMMA] - VL
|
||||
18:17:34 6765 [LEMMA] - VRF
|
||||
18:17:34 6785 [LEMMA] - VRF
|
||||
18:17:34 6810 [LEMMA] - VSV
|
||||
18:17:34 6840 [LEMMA] - VSV
|
||||
18:17:34 6860 [LEMMA] - VP
|
||||
18:17:34 6880 [LEMMA] - VP
|
||||
18:17:34 6900 [LEMMA] - VVFANZ
|
||||
18:17:34 6925 [LEMMA] - VVFANZ
|
||||
18:17:34 6945 [LEMMA] - VVFGT
|
||||
18:17:34 6965 [LEMMA] - VVFGT
|
||||
18:17:34 6990 [LEMMA] - ATTIVITA
|
||||
18:17:34 7005 [LEMMA] - ATTIVITA
|
||||
18:31:53 3334 [LEMMA] - ACCETTAZIONE
|
||||
18:31:53 3374 [LEMMA] - ACCETTAZIONE
|
||||
18:31:53 3414 [LEMMA] - ACCETTAZIONEEDIT
|
||||
18:31:53 3439 [LEMMA] - ACCETTAZIONEEDIT
|
||||
18:31:53 3459 [LEMMA] - VISITE
|
||||
18:31:53 3479 [LEMMA] - VISITE
|
||||
18:31:53 3509 [LEMMA] - VAC
|
||||
18:31:53 3529 [LEMMA] - VAC
|
||||
18:31:53 3554 [LEMMA] - VBMA
|
||||
18:31:53 3579 [LEMMA] - VBMA
|
||||
18:31:53 3600 [LEMMA] - VCP
|
||||
18:31:53 3620 [LEMMA] - VCP
|
||||
18:31:53 3635 [LEMMA] - VL
|
||||
18:31:53 3655 [LEMMA] - VL
|
||||
18:31:53 3675 [LEMMA] - VRF
|
||||
18:31:53 3695 [LEMMA] - VRF
|
||||
18:31:53 3710 [LEMMA] - VSV
|
||||
18:31:53 3740 [LEMMA] - VSV
|
||||
18:31:53 3760 [LEMMA] - VP
|
||||
18:31:53 3780 [LEMMA] - VP
|
||||
18:31:53 3790 [LEMMA] - VVFANZ
|
||||
18:31:53 3810 [LEMMA] - VVFANZ
|
||||
18:31:53 3825 [LEMMA] - VVFGT
|
||||
18:31:53 3840 [LEMMA] - VVFGT
|
||||
18:31:53 3860 [LEMMA] - ATTIVITA
|
||||
18:31:53 3875 [LEMMA] - ATTIVITA
|
||||
@@ -1,62 +0,0 @@
|
||||
9:28:58 0906 [EXCEPTION] - Errore in fase di setupDirittiPermessi:
|
||||
System.Data.SyntaxErrorException: L'espressione contiene una costante di stringa non valida: 'PermessiNonTrovati) .
|
||||
in System.Data.ExpressionParser.ScanString(Char escape)
|
||||
in System.Data.ExpressionParser.Scan()
|
||||
in System.Data.ExpressionParser.Parse()
|
||||
in System.Data.DataExpression..ctor(DataTable table, String expression, Type type)
|
||||
in System.Data.Select..ctor(DataTable table, String filterExpression, String sort, DataViewRowState recordStates)
|
||||
in System.Data.DataTable.Select(String filterExpression, String sort)
|
||||
in SteamWare.devicesAuthProxy.setPermessiDaDiritti() in C:\Users\samuele.steamw\Documents\VisualStudioProject\Steamware\SteamWareLib\devicesAuthProxy.cs:riga 794
|
||||
in SteamWare.devicesAuthProxy.setupDirittiPermessi() in C:\Users\samuele.steamw\Documents\VisualStudioProject\Steamware\SteamWareLib\devicesAuthProxy.cs:riga 736
|
||||
9:28:58 0961 [EXCEPTION] - System.NullReferenceException: Riferimento a un oggetto non impostato su un'istanza di oggetto.
|
||||
in SteamWare.devicesAuthProxy.setupMappaSito() in C:\Users\samuele.steamw\Documents\VisualStudioProject\Steamware\SteamWareLib\devicesAuthProxy.cs:riga 638
|
||||
9:29:02 2289 [EXCEPTION] - Errore in fase di setupDirittiPermessi:
|
||||
System.Data.SyntaxErrorException: L'espressione contiene una costante di stringa non valida: 'PermessiNonTrovati) .
|
||||
in System.Data.ExpressionParser.ScanString(Char escape)
|
||||
in System.Data.ExpressionParser.Scan()
|
||||
in System.Data.ExpressionParser.Parse()
|
||||
in System.Data.DataExpression..ctor(DataTable table, String expression, Type type)
|
||||
in System.Data.Select..ctor(DataTable table, String filterExpression, String sort, DataViewRowState recordStates)
|
||||
in System.Data.DataTable.Select(String filterExpression, String sort)
|
||||
in SteamWare.devicesAuthProxy.setPermessiDaDiritti() in C:\Users\samuele.steamw\Documents\VisualStudioProject\Steamware\SteamWareLib\devicesAuthProxy.cs:riga 794
|
||||
in SteamWare.devicesAuthProxy.setupDirittiPermessi() in C:\Users\samuele.steamw\Documents\VisualStudioProject\Steamware\SteamWareLib\devicesAuthProxy.cs:riga 736
|
||||
9:29:02 2304 [EXCEPTION] - System.NullReferenceException: Riferimento a un oggetto non impostato su un'istanza di oggetto.
|
||||
in SteamWare.devicesAuthProxy.setupMappaSito() in C:\Users\samuele.steamw\Documents\VisualStudioProject\Steamware\SteamWareLib\devicesAuthProxy.cs:riga 638
|
||||
9:29:31 9244 [EXCEPTION] - Errore in fase di setupDirittiPermessi:
|
||||
System.Data.SyntaxErrorException: L'espressione contiene una costante di stringa non valida: 'PermessiNonTrovati) .
|
||||
in System.Data.ExpressionParser.ScanString(Char escape)
|
||||
in System.Data.ExpressionParser.Scan()
|
||||
in System.Data.ExpressionParser.Parse()
|
||||
in System.Data.DataExpression..ctor(DataTable table, String expression, Type type)
|
||||
in System.Data.Select..ctor(DataTable table, String filterExpression, String sort, DataViewRowState recordStates)
|
||||
in System.Data.DataTable.Select(String filterExpression, String sort)
|
||||
in SteamWare.devicesAuthProxy.setPermessiDaDiritti() in C:\Users\samuele.steamw\Documents\VisualStudioProject\Steamware\SteamWareLib\devicesAuthProxy.cs:riga 794
|
||||
in SteamWare.devicesAuthProxy.setupDirittiPermessi() in C:\Users\samuele.steamw\Documents\VisualStudioProject\Steamware\SteamWareLib\devicesAuthProxy.cs:riga 736
|
||||
9:29:31 9254 [EXCEPTION] - System.NullReferenceException: Riferimento a un oggetto non impostato su un'istanza di oggetto.
|
||||
in SteamWare.devicesAuthProxy.setupMappaSito() in C:\Users\samuele.steamw\Documents\VisualStudioProject\Steamware\SteamWareLib\devicesAuthProxy.cs:riga 638
|
||||
9:31:41 7948 [LEMMA] - ACCETTAZIONE
|
||||
9:31:41 7963 [LEMMA] - ACCETTAZIONE
|
||||
9:31:41 7988 [LEMMA] - ACCETTAZIONEEDIT
|
||||
9:31:41 8003 [LEMMA] - ACCETTAZIONEEDIT
|
||||
9:31:41 8018 [LEMMA] - VISITE
|
||||
9:31:41 8028 [LEMMA] - VISITE
|
||||
9:31:41 8043 [LEMMA] - VAC
|
||||
9:31:41 8063 [LEMMA] - VAC
|
||||
9:31:41 8078 [LEMMA] - VBMA
|
||||
9:31:41 8098 [LEMMA] - VBMA
|
||||
9:31:41 8123 [LEMMA] - VCP
|
||||
9:31:41 8148 [LEMMA] - VCP
|
||||
9:31:41 8179 [LEMMA] - VL
|
||||
9:31:41 8199 [LEMMA] - VL
|
||||
9:31:41 8219 [LEMMA] - VRF
|
||||
9:31:41 8234 [LEMMA] - VRF
|
||||
9:31:41 8249 [LEMMA] - VSV
|
||||
9:31:41 8264 [LEMMA] - VSV
|
||||
9:31:41 8279 [LEMMA] - VP
|
||||
9:31:41 8299 [LEMMA] - VP
|
||||
9:31:41 8314 [LEMMA] - VVFANZ
|
||||
9:31:41 8329 [LEMMA] - VVFANZ
|
||||
9:31:41 8339 [LEMMA] - VVFGT
|
||||
9:31:41 8354 [LEMMA] - VVFGT
|
||||
9:31:41 8369 [LEMMA] - ATTIVITA
|
||||
9:31:41 8384 [LEMMA] - ATTIVITA
|
||||
Reference in New Issue
Block a user