36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_top.ascx.cs" Inherits="ScheMe.WebUserControls.mod_top" %>
|
|
|
|
<asp:Timer ID="Timer1" runat="server"></asp:Timer>
|
|
|
|
<div class="row headerRow">
|
|
<div class="col-xs-2">
|
|
<a href="Default" class="btn btn-default"><i class="fa fa-home fa-lg" aria-hidden="true"></i>
|
|
<b><%: SteamWare.memLayer.ML.CRS("CodModulo") %></b>
|
|
<asp:Label ID="lblVers" CssClass="small" Height="0.8em" runat="server" Font-Bold="false" />
|
|
</a>
|
|
</div>
|
|
<div class="col-xs-8 uppercase text-center" style="font-size: 1.5em;">
|
|
<b><%: titolo %></b>
|
|
</div>
|
|
<div class="col-xs-2 text-right">
|
|
<asp:HyperLink runat="server" ID="hlUserAdmin" ToolTip="User Admin" NavigateUrl="~/UserAdmin" class="btn btn-default">
|
|
<asp:Image ID="logoSW" ImageUrl="~/images/SteamwareLogo.png" runat="server" Height="1.8em" AlternateText="Logo" />
|
|
<asp:Image ID="testoSW" ImageUrl="~/images/SteamwareTesto.png" runat="server" Height="1em" AlternateText="SteamWare" />
|
|
<i class="fa fa-lock fa-lg" aria-hidden="true"></i>
|
|
</asp:HyperLink>
|
|
</div>
|
|
</div>
|
|
<div class="row headerRow">
|
|
<div class="col-xs-4 col-sm-3 smaller">
|
|
<%: DateTime.Now.ToString("ddd dd/MM/yyyy HH:mm:ss") %>
|
|
</div>
|
|
<div class="col-xs-4 col-sm-6 text-center uppercase headerHighlight">
|
|
<b><i class="fa fa-user" aria-hidden="true"></i>
|
|
<%: pazienteSel %></b>
|
|
</div>
|
|
<div class="col-xs-4 col-sm-3 smaller text-right">
|
|
<i class="fa fa-desktop" aria-hidden="true"></i>
|
|
<%: CognomeNome %>
|
|
</div>
|
|
</div>
|