20 lines
800 B
Plaintext
20 lines
800 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_admin.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_admin" %>
|
|
<style type="text/css">
|
|
.style1
|
|
{
|
|
width: 256px;
|
|
height: 256px;
|
|
}
|
|
</style>
|
|
<div class="divTitoloAdmin" >
|
|
<h2>Funzionalità amministrative</h2>
|
|
</div>
|
|
<div style="height: 600px; padding: 20px 0px 0px 20px;">
|
|
|
|
<asp:HyperLink runat="server" ID="hlFasi" NavigateUrl="~/AnagFasi.aspx" Text="Anagrafica Fasi" ImageUrl="../images/gantt.png" BorderStyle="Solid" BorderWidth="2px" BorderColor="Silver" />
|
|
<asp:HyperLink runat="server" ID="hlTags" NavigateUrl="~/AnagTags.aspx" Text="Anagrafica Tags" ImageUrl="../images/tags.png" BorderStyle="Solid" BorderWidth="2px" BorderColor="Silver" />
|
|
|
|
</li>
|
|
</ul>
|
|
</div>
|