Files
2017-09-01 18:50:06 +02:00

18 lines
885 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_header.ascx.cs" Inherits="ScheMe.WebUserControls.mod_header" %>
<asp:Timer ID="Timer1" runat="server"></asp:Timer>
<h1>ScheMe - <%: titolo %></h1>
<a href="Default" data-icon="home" class="ui-btn-left">
<asp:Label ID="lblVers" runat="server" Font-Bold="false" /></a>
<a href="UserAdmin" data-icon="lock" class="ui-btn-right">User Admin</a>
<div id="headData" class="headLineTitle">
<div style="float: right; font-size: 0.7em; font-weight: 100; margin-right: 4px;">
<%: CognomeNome %>
</div>
<div style="float: left; font-size: 0.7em; font-weight: 100; margin-left: 4px;">
<%: DateTime.Now.ToString("ddd dd/MM/yyyy HH:mm:ss") %>
</div>
<div style="text-align: center; font-size: 1.2em; font-weight: 100; text-transform: uppercase;">
<%: pazienteSel %>
</div>
</div>