Vers 0.5.*

Creato profilo pubblicazione su WinLab
Fix creazione nuova visita generale (con data della richiesta...)
Pubblicato su WinLab!
This commit is contained in:
Samuele E. Locatelli
2014-04-24 17:31:01 +02:00
parent c13ab96e6f
commit 1788b5671e
12 changed files with 137 additions and 67 deletions
+3 -13
View File
@@ -1,18 +1,8 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_header.ascx.cs" Inherits="MedPred.WebUserControls.mod_header" %>
<h1>MedPred - <%: titolo %>
</h1>
<a href="http://medpred.steamware.net" data-icon="home" class="ui-btn-left">Steamware
<asp:Label ID="lblVers" runat="server" Font-Bold="false" Font-Size="0.8em" /></a>
<h1>MedPred - <%: titolo %></h1>
<a href="#" data-icon="gear" class="ui-btn-right">Options</a>
<div style="text-align: center; font-size: 0.8em; font-weight: 100;">
<%: pazienteSel %>
</div>
<%--<div data-role="navbar">
<ul>
<li><a href="#">Generale</a></li>
<li><a href="#">CicloErgom</a></li>
<li><a href="#">Cardio</a></li>
<li><a href="#">BioMecc</a></li>
<li><a href="#">Laboratorio</a></li>
<li><a href="#">Psico</a></li>
</ul>
</div>--%>
<!-- /navbar -->
@@ -15,6 +15,7 @@ namespace MedPred.WebUserControls
if (!Page.IsPostBack)
{
Page.Title = Request.Url.ToString();
lblVers.Text = string.Format("v.{0}", System.Reflection.Assembly.GetExecutingAssembly().GetName().Version);
}
}
/// <summary>
+14 -7
View File
@@ -3,15 +3,22 @@
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace MedPred.WebUserControls
{
public partial class mod_header
{
namespace MedPred.WebUserControls {
public partial class mod_header {
/// <summary>
/// lblVers control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblVers;
}
}