aggiunti gli score
This commit is contained in:
@@ -17,6 +17,21 @@
|
||||
<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="c">Elaborazioni:</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Punteggio</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblScore" Text='<%# Eval("Score") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Classe</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblClasse" Text='<%# Eval("Classe") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Rischio</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlRischio" DataSourceID="odsRischio" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("Classe") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
@@ -274,5 +289,11 @@
|
||||
<asp:Parameter DefaultValue="FS" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsRischio" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisValFunz" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Classe" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
||||
Generated
+9
@@ -83,5 +83,14 @@ namespace ScheMe {
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource odsFS;
|
||||
|
||||
/// <summary>
|
||||
/// odsRischio 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 odsRischio;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user