altre pagine convertite...

This commit is contained in:
Samuele E. Locatelli
2015-11-25 12:43:28 +01:00
parent 6b5f53c8f4
commit 0b280071b3
11 changed files with 83 additions and 36 deletions
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
+16 -4
View File
@@ -12,14 +12,26 @@
<cc1:TabPanel runat="server" HeaderText="Programmazione Intervento" ID="TabProgrammaMtz">
<ContentTemplate>
<uc2:mod_dettMtzProg ID="mod_dettMtzProg1" runat="server" Visible="False" />
<uc1:mod_elencoMtzProg ID="mod_elencoMtzProg1" runat="server" />
<uc3:mod_fixCal ID="mod_fixCal1" runat="server" />
</ContentTemplate>
</cc1:TabPanel>
</ContentTemplate>
</cc1:TabPanel>
<cc1:TabPanel runat="server" HeaderText="Interventi in scadenza" ID="TabScadenzeMtz">
<ContentTemplate>
<uc4:mod_mtzPrevPending ID="mod_mtzPrevPending1" runat="server" />
</ContentTemplate>
</cc1:TabPanel>
</ContentTemplate>
</cc1:TabPanel>
</cc1:TabContainer>
</asp:Content>
+20 -4
View File
@@ -1,8 +1,24 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSearch.master" AutoEventWireup="true" Inherits="priorita" Codebehind="priorita.aspx.cs" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" Inherits="priorita" CodeBehind="priorita.aspx.cs" %>
<%@ Register Src="~/WebUserControls/mod_priorita.ascx" tagname="mod_priorita" tagprefix="uc1" %>
<%@ Register Src="~/WebUserControls/mod_priorita.ascx" TagName="mod_priorita" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<uc1:mod_priorita ID="mod_priorita1" runat="server" />
<asp:Content ID="Content2" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content runat="server" ID="FeaturedContent" ContentPlaceHolderID="FeaturedContent">
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="MCon" runat="server">
<div class="container">
<div class="row panel panel-default" style="margin: 4px 8px;">
<div class="panel-heading">
<div class="row" style="margin: 2px 4px;">
<h3 class="panel-title"><%: traduci("AnagPrioritaLong") %></h3>
</div>
</div>
<div class="col-xs-12">
<uc1:mod_priorita ID="mod_priorita1" runat="server" />
</div>
</div>
</div>
</asp:Content>
+2 -1
View File
@@ -3,8 +3,9 @@ using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using SteamWare;
public partial class priorita : System.Web.UI.Page
public partial class priorita : UserPage
{
protected void Page_Load(object sender, EventArgs e)
{
+1 -2
View File
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
+43 -24
View File
@@ -1,27 +1,46 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxTitle.master" AutoEventWireup="true" Inherits="report_impianti" Codebehind="report_impianti.aspx.cs" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" Inherits="report_impianti" CodeBehind="report_impianti.aspx.cs" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<div style="text-align: center;">
<table cellpadding="4px">
<tr>
<td>
<h3>
<asp:Label ID="lblIntestazioneReportImpianti" runat="server"></asp:Label></h3>
<asp:Label ID="lblPrintReportImpianti" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:HyperLink runat="server" ID="hlExportPdf" ToolTip="exportPDF (tradurre)" ImageUrl="~/images/pdfExportSmall.png" />
<asp:Button ID="btnPrint" runat="server" Text="Stampa (tradurre)" Width="200px" OnClick="btnPrint_Click"
Visible="false" />
</td>
<tr>
<td>
<asp:HyperLink runat="server" ID="lnkGuidaPerReport" Target="_blank" />
</td>
</tr>
</tr>
</table>
<asp:Content ID="Content2" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content runat="server" ID="FeaturedContent" ContentPlaceHolderID="FeaturedContent">
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="MCon" runat="server">
<div class="container">
<div class="row panel panel-default" style="margin: 4px 8px;">
<div class="panel-heading">
<div class="row" style="margin: 2px 4px;">
<h3 class="panel-title"><%: traduci("reportImpiantiLong") %></h3>
</div>
</div>
<div class="col-xs-12">
<div style="text-align: center;">
<table cellpadding="4px">
<tr>
<td>
<h3>
<asp:Label ID="lblIntestazioneReportImpianti" runat="server"></asp:Label></h3>
<asp:Label ID="lblPrintReportImpianti" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:HyperLink runat="server" ID="hlExportPdf" ToolTip="exportPDF (tradurre)" ImageUrl="~/images/pdfExportSmall.png" />
<asp:Button ID="btnPrint" runat="server" Text="Stampa (tradurre)" Width="200px" OnClick="btnPrint_Click"
Visible="false" />
</td>
<tr>
<td>
<asp:HyperLink runat="server" ID="lnkGuidaPerReport" Target="_blank" />
</td>
</tr>
</tr>
</table>
</div>
</div>
</div>
</div>
</asp:Content>