45 lines
2.6 KiB
Plaintext
45 lines
2.6 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menu.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_menu" %>
|
|
<% if (false)
|
|
{ %>
|
|
<link href="../css/BuildBlocks.css" rel="stylesheet" type="text/css" />
|
|
<link href="../css/ETS.css" rel="stylesheet" type="text/css" />
|
|
<link href="../css/ExtraComp.css" rel="stylesheet" type="text/css" />
|
|
<link href="../css/MasterPage.css" rel="stylesheet" type="text/css" />
|
|
<link href="../css/Style.css" rel="stylesheet" type="text/css" />
|
|
<% } %>
|
|
<div class="divCenter">
|
|
<div style="text-align: center; margin-left: auto;">
|
|
<asp:Image runat="server" ID="logoETS" ImageUrl="~/images/LogoETS.png" ToolTip="ETS" />
|
|
</div>
|
|
<div style="text-align: center; margin: auto; width: 1104px; margin-bottom:20px;">
|
|
<div style="float: left; border: 1px solid #666666; width: 268px; background: #FDFDFD;" class="ui-corner-all shadowBox">
|
|
<h2>
|
|
<asp:Label runat="server" ID="lblMyTemp" />
|
|
</h2>
|
|
<asp:ImageButton runat="server" ID="btnClienti" ImageUrl="~/images/uploadFile.png" ToolTip="Upload nuovi documenti e catalogazione"
|
|
PostBackUrl="~/MyDocs.aspx" />
|
|
</div>
|
|
<div style="float: left; margin: auto; border: 1px solid #666666; width: 268px; background: #FDFDFD; margin-left: 8px;" class="ui-corner-all shadowBox">
|
|
<h2>
|
|
<asp:Label runat="server" ID="lblArchivio" />
|
|
</h2>
|
|
<asp:ImageButton runat="server" ID="btnOfferte" ImageUrl="~/images/Archivio.png" ToolTip="Gestione Archivio Documenti" PostBackUrl="~/GestioneDocumenti.aspx" />
|
|
</div>
|
|
<div style="float: right; border: 1px solid #666666; width: 268px; background: #FDFDFD;" class="ui-corner-all shadowBox">
|
|
<h2>
|
|
<asp:Label runat="server" ID="lblIstruzioni" />
|
|
</h2>
|
|
<%--<asp:ImageButton runat="server" ID="btnHelp" ImageUrl="~/images/Help.png" ToolTip="Istruzioni" PostBackUrl="~/HelpOnLine/index.html" />--%>
|
|
<asp:HyperLink ID="hlHelp" runat="server" Target="_blank" NavigateUrl="~/HelpOnLine/index.html" ToolTip="Istruzioni" ImageUrl="~/images/Help.png" />
|
|
</div>
|
|
<div style="float: right; border: 1px solid #666666; width: 268px; background: #FDFDFD; margin-right: 8px;" class="ui-corner-all shadowBox">
|
|
<h2>
|
|
<asp:Label runat="server" ID="lblAdmin" />
|
|
</h2>
|
|
<asp:ImageButton runat="server" ID="btnAdmin" ImageUrl="~/images/AdminArea.png" ToolTip="Area Amministrativa" PostBackUrl="~/Admin.aspx" />
|
|
</div>
|
|
</div>
|
|
<div class="clearDiv"></div>
|
|
<br />
|
|
</div>
|