111 lines
7.3 KiB
Plaintext
111 lines
7.3 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" ValidateRequest="false" CodeFile="archivioModelli.aspx.cs" Inherits="archivioModelli" %>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" >
|
|
<head runat="server">
|
|
<title>Archivio Modelli</title>
|
|
<link href="CSS/tv.css" type="text/css" rel="stylesheet"/>
|
|
<link href="CSS/Pagina.css" rel="stylesheet" type="text/css" />
|
|
<script language="javascript" type="text/javascript">
|
|
// <!CDATA[
|
|
|
|
function DIV1_onclick() {
|
|
|
|
}
|
|
|
|
function updateTop()
|
|
{
|
|
//parent.TOP.lblNavPath.innerText = "Gestione stampe > Modelli";
|
|
parent.frames['TOP'].document.getElementById('lblNavPath').innerHTML = "Gestione stampe > Modelli";
|
|
}
|
|
|
|
// ]]>
|
|
</script>
|
|
</head>
|
|
<body bgColor="white" onload="updateTop()">
|
|
<form id="Form1" method="post" runat="server">
|
|
<div style="Z-INDEX: 1; LEFT: 12px; OVERFLOW: auto; WIDTH: 718px; POSITION: absolute; TOP: 102px; HEIGHT: 352px" id="DIV1" onclick="return DIV1_onclick()">
|
|
<asp:datagrid id="dg" style="Z-INDEX: 400; LEFT: 3px; POSITION: absolute; TOP: 4px" tabIndex="7"
|
|
runat="server" BackColor="#EEEEEE" AutoGenerateColumns="False" AllowPaging="True" AllowSorting="True"
|
|
BorderColor="#EEEEEE" Height="67px" Width="690px" PageSize="20" OnPageIndexChanged="dg_PageIndex" OnEditCommand="dg_Edit" BorderStyle="Groove" BorderWidth="1px" CssClass="lblSchede" EnableTheming="False">
|
|
<FooterStyle BorderWidth="2px" CssClass="stateTitle" Font-Size="9pt"></FooterStyle>
|
|
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" BorderStyle="None" CssClass="stateTitle" Font-Size="9pt" ForeColor="White"></HeaderStyle>
|
|
<Columns>
|
|
<asp:TemplateColumn>
|
|
<ItemTemplate>
|
|
<asp:CheckBox ID="chk" Runat="server" Visible = "true" Checked="false">
|
|
</asp:CheckBox>
|
|
</ItemTemplate>
|
|
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
|
|
Font-Underline="False" HorizontalAlign="Center" VerticalAlign="Middle" />
|
|
</asp:TemplateColumn>
|
|
<asp:BoundColumn DataField="IdReport" Visible="False"></asp:BoundColumn>
|
|
<asp:BoundColumn DataField="Nome" HeaderText="Nome" SortExpression="Nome">
|
|
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
|
|
Font-Underline="False" HorizontalAlign="Center" VerticalAlign="Middle" />
|
|
<HeaderStyle Font-Bold="True" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
|
|
Font-Underline="False" />
|
|
</asp:BoundColumn>
|
|
<asp:BoundColumn DataField="DescrizioneModello" HeaderText="Tipo Modello">
|
|
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
|
|
Font-Underline="False" HorizontalAlign="Center" VerticalAlign="Middle" />
|
|
</asp:BoundColumn>
|
|
<asp:BoundColumn DataField="Descrizione" HeaderText="Descrizione">
|
|
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
|
|
Font-Underline="False" HorizontalAlign="Center" VerticalAlign="Middle" />
|
|
</asp:BoundColumn>
|
|
<asp:BoundColumn DataField="DtCreazione" HeaderText="Data salvataggio" SortExpression="DtCreazione">
|
|
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
|
|
Font-Underline="False" HorizontalAlign="Center" VerticalAlign="Middle" />
|
|
</asp:BoundColumn>
|
|
<asp:BoundColumn DataField="TpReport" Visible="False"></asp:BoundColumn>
|
|
<asp:ButtonColumn CommandName="Edit" Text="Modifica" ButtonType="PushButton" >
|
|
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
|
|
Font-Underline="False" HorizontalAlign="Center" VerticalAlign="Middle" />
|
|
</asp:ButtonColumn>
|
|
</Columns>
|
|
<PagerStyle Position="TopAndBottom" PageButtonCount="35" CssClass="stateTitle" Font-Size="9pt"></PagerStyle>
|
|
<AlternatingItemStyle BackColor="#EEEECC" />
|
|
</asp:datagrid>
|
|
</div>
|
|
|
|
|
|
<asp:label id="lblTitle" style="Z-INDEX: 100; LEFT: 15px; POSITION: absolute; TOP: 4px" runat="server" Height="16px" Width="690px" ForeColor="White"
|
|
Font-Bold="True" CssClass="stateTitle">Archivio modelli</asp:label>
|
|
|
|
<asp:label id="lbl_Message" style="Z-INDEX: 101; LEFT: 16px; POSITION: absolute; TOP: 32px"
|
|
runat="server" Height="18px"
|
|
Width="690px" Font-Bold="True" CssClass="lblMessage" Font-Underline="False"></asp:label>
|
|
|
|
|
|
<asp:Label ID="Label1" runat="server"
|
|
Height="20px" Style="z-index: 103; left: 18px; position: absolute; top: 54px"
|
|
Width="94px" Font-Bold="True" CssClass="lblSchede">Tipo Modello:</asp:Label>
|
|
|
|
<asp:DropDownList ID="ddl_Modello" runat="server" Style="z-index: 105; left: 115px; position: absolute;
|
|
top: 52px" Width="282px" AutoPostBack="True" OnSelectedIndexChanged="ddl_Modello_SelectedIndexChanged" CssClass="lblSchede">
|
|
<asp:ListItem Value="1">Diagnosi</asp:ListItem>
|
|
<asp:ListItem Value="2">Pianificazione</asp:ListItem>
|
|
<asp:ListItem Value="3">Proposta</asp:ListItem>
|
|
<asp:ListItem Value="4">Monitoraggio</asp:ListItem>
|
|
<asp:ListItem Value="7">Rischio</asp:ListItem>
|
|
<asp:ListItem Value="8">Nucleo</asp:ListItem>
|
|
</asp:DropDownList>
|
|
|
|
<asp:Button ID="btn_EliminaSelezionati" runat="server" Font-Names="Tahoma" Font-Size="10pt"
|
|
Height="24px" OnClick="btn_EliminaSelezionati_Click" Style="z-index: 107; left: 389px;
|
|
position: absolute; top: 469px" Text="Elimina selezionati" Width="147px" OnClientClick="return confirm('Sei sicuro di volere eliminare definitivamente i modelli selezionati?');" /><asp:Button ID="btn_Indietro" runat="server" Font-Names="Tahoma" Font-Size="10pt"
|
|
Height="24px" Style="z-index: 107; left: 20px;
|
|
position: absolute; top: 467px" Text="Indietro" Width="147px" OnClick="btn_Indietro_Click" Visible="False" /><asp:Button ID="btn_CreaNuovo" runat="server" Font-Names="Tahoma" Font-Size="10pt"
|
|
Height="24px" OnClick="btn_CreaNuovo_Click" Style="z-index: 109; left: 544px;
|
|
position: absolute; top: 469px" Width="147px" Text="Crea Nuovo" />
|
|
|
|
<asp:Panel ID="pnl_main" runat="server" BorderColor="Black" BorderStyle="Solid"
|
|
BorderWidth="1px" Height="405px" Style="z-index: -1; left: 7px; position: absolute;
|
|
top: 96px" Width="700px">
|
|
</asp:Panel>
|
|
</form>
|
|
</body>
|
|
</html>
|