Modifiche grafiche richieste
This commit is contained in:
@@ -160,6 +160,7 @@
|
||||
<Content Include="GestioneDocumenti.aspx" />
|
||||
<Content Include="Help.aspx" />
|
||||
<Content Include="images\AdminArea.png" />
|
||||
<Content Include="images\AdminAreaTagFasi.png" />
|
||||
<Content Include="images\ajax-loader.gif" />
|
||||
<Content Include="images\apply_l.png" />
|
||||
<Content Include="images\apply_m.png" />
|
||||
|
||||
@@ -1,13 +1,19 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_admin.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_admin" %>
|
||||
<h2>
|
||||
Funzionalità amministrative</h2>
|
||||
<div style="height: 600px;">
|
||||
<ul>
|
||||
<li>
|
||||
<asp:HyperLink runat="server" ID="hlFasi" NavigateUrl="~/AnagFasi.aspx" Text="Anagrafica Fasi" />
|
||||
</li>
|
||||
<li>
|
||||
<asp:HyperLink runat="server" ID="hlTags" NavigateUrl="~/AnagTags.aspx" Text="Anagrafica Tags" />
|
||||
<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>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<AlternatingRowStyle BackColor="White" />
|
||||
<EditRowStyle BackColor="#2461BF" />
|
||||
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
|
||||
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
|
||||
<HeaderStyle BackColor="#BF8130" Font-Bold="True" ForeColor="White" />
|
||||
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
|
||||
<RowStyle BackColor="#EFF3FB" />
|
||||
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<AlternatingRowStyle BackColor="White" />
|
||||
<EditRowStyle BackColor="#2461BF" />
|
||||
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
|
||||
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
|
||||
<HeaderStyle BackColor="#BF8130" Font-Bold="True" ForeColor="White" />
|
||||
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
|
||||
<RowStyle BackColor="#EFF3FB" />
|
||||
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<div class="divSx" style="background-color: #cc6666; width: 100%; color: White; vertical-align: middle;
|
||||
<div class="divSx" style="background-color: #FF3C3C; width: 100%; color: White; vertical-align: middle;
|
||||
padding: 2px;">
|
||||
<asp:CheckBox runat="server" ID="chkIsRed" Text="Classificato (Red)" />
|
||||
</div>
|
||||
|
||||
Binary file not shown.
@@ -171,4 +171,12 @@
|
||||
color: #333333;
|
||||
background-color: Yellow;
|
||||
}
|
||||
FINE area gridview */
|
||||
FINE area gridview */
|
||||
|
||||
.divTitoloAdmin
|
||||
{
|
||||
background-color: #BF8130;
|
||||
padding: 5px 0px 5px 5px;
|
||||
}
|
||||
|
||||
|
||||
@@ -171,4 +171,13 @@
|
||||
color: #333333;
|
||||
background-color: Yellow;
|
||||
}
|
||||
FINE area gridview */
|
||||
FINE area gridview */
|
||||
|
||||
.divTitoloAdmin
|
||||
{
|
||||
background-color: #BF8130;
|
||||
padding: 5px 0px 5px 5px;
|
||||
color: White;
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Reference in New Issue
Block a user