ulteriori fix pagine...
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,135 +1,146 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimple.master" AutoEventWireup="true" Inherits="adminDB" Codebehind="adminDB.aspx.cs" %>
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" Inherits="adminDB" CodeBehind="adminDB.aspx.cs" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
|
||||
<div style="text-align: center;">
|
||||
<div style="text-align: center; width: 800px;">
|
||||
<h2>
|
||||
Amministrazione Database Applicazione</h2>
|
||||
<p>
|
||||
Di seguito sono riportate le opzioni attive per l'amministrazione del DB dell'applicazione
|
||||
corrente</p>
|
||||
|
||||
<table style="text-align: left; background-color: White; border: solid 1px black;
|
||||
width: 100%" cellpadding="5" cellspacing="0">
|
||||
<tr style="background-color: #696969; color: White;">
|
||||
<td>
|
||||
<b>DB Produzione</b>
|
||||
</td>
|
||||
<td style="text-align:right;">
|
||||
<asp:Label runat="server" ID="lblDbAppVers" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Button ID="btnCreaDbProd" runat="server" Text="Crea DB Applicazione" Width="200px"
|
||||
OnClick="btnCreaDbProd_Click" />
|
||||
</td>
|
||||
<td>
|
||||
Crea DB di produzione dell'Applicazione
|
||||
|
||||
<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">DB MANAGEMENT</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<div class="centerAll">
|
||||
<div style="text-align: center;">
|
||||
<div style="text-align: center; width: 800px;">
|
||||
<h2>Amministrazione Database Applicazione</h2>
|
||||
<p>
|
||||
Di seguito sono riportate le opzioni attive per l'amministrazione del DB dell'applicazione
|
||||
corrente
|
||||
</p>
|
||||
|
||||
<table style="text-align: left; background-color: White; border: solid 1px black; width: 100%" cellpadding="5" cellspacing="0">
|
||||
<tr style="background-color: #696969; color: White;">
|
||||
<td>
|
||||
<b>DB Produzione</b>
|
||||
</td>
|
||||
<td style="text-align: right;">
|
||||
<asp:Label runat="server" ID="lblDbAppVers" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Button ID="btnCreaDbProd" runat="server" Text="Crea DB Applicazione" Width="200px"
|
||||
OnClick="btnCreaDbProd_Click" />
|
||||
</td>
|
||||
<td>Crea DB di produzione dell'Applicazione
|
||||
<br />
|
||||
<i>(Crea da zero il DB dell'Applicazione)</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="background-color: #dedede;">
|
||||
<td>
|
||||
<asp:Button ID="btnUpdDbProd" runat="server" Text="Aggiorna Db Applicazione" Width="200px"
|
||||
OnClick="btnUpdDbProd_Click" />
|
||||
</td>
|
||||
<td>
|
||||
Aggiorna il DB di produzione per l'applicazione
|
||||
<i>(Crea da zero il DB dell'Applicazione)</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="background-color: #dedede;">
|
||||
<td>
|
||||
<asp:Button ID="btnUpdDbProd" runat="server" Text="Aggiorna Db Applicazione" Width="200px"
|
||||
OnClick="btnUpdDbProd_Click" />
|
||||
</td>
|
||||
<td>Aggiorna il DB di produzione per l'applicazione
|
||||
<br />
|
||||
<i>(solo se Db in produzione è più vecchio della versione richiesta)</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="background-color: #696969; color: White;">
|
||||
<td colspan="2">
|
||||
<b>DB Test</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Button ID="btnResetDbTest" runat="server" Text="Ricrea Db Test" Width="200px"
|
||||
OnClick="btnResetDbTest_Click" />
|
||||
</td>
|
||||
<td>
|
||||
Reimposta il DB di test
|
||||
<i>(solo se Db in produzione è più vecchio della versione richiesta)</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="background-color: #696969; color: White;">
|
||||
<td colspan="2">
|
||||
<b>DB Test</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Button ID="btnResetDbTest" runat="server" Text="Ricrea Db Test" Width="200px"
|
||||
OnClick="btnResetDbTest_Click" />
|
||||
</td>
|
||||
<td>Reimposta il DB di test
|
||||
<br />
|
||||
<i>(per verifica procedure creazione DB da zero alla versione corrente)</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="background-color: #dedede;">
|
||||
<td>
|
||||
<asp:Button ID="btnDoReqUpdDbTest" runat="server" Text="Esegui step richiesti"
|
||||
Width="200px" onclick="btnDoReqUpdDbTest_Click"
|
||||
/>
|
||||
</td>
|
||||
<td>
|
||||
Aggiorna il DB di test per l'applicazione eseguendo gli step indicati
|
||||
<i>(per verifica procedure creazione DB da zero alla versione corrente)</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="background-color: #dedede;">
|
||||
<td>
|
||||
<asp:Button ID="btnDoReqUpdDbTest" runat="server" Text="Esegui step richiesti"
|
||||
Width="200px" OnClick="btnDoReqUpdDbTest_Click" />
|
||||
</td>
|
||||
<td>Aggiorna il DB di test per l'applicazione eseguendo gli step indicati
|
||||
<br />
|
||||
dalla versione <asp:TextBox runat="server" ID="txtStepFrom" Text="0" Width="2em" /> alla versione <asp:TextBox runat="server" ID="txtStepTo" Text="0" Width="2em" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="background-color: #696969; color: White;">
|
||||
<td>
|
||||
<b>DB Vocabolario</b>
|
||||
</td>
|
||||
<td style="text-align:right;">
|
||||
<asp:Label runat="server" ID="lblDbVocVers" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Button ID="btnCreaVocab" runat="server" Text="Crea DB vocab" Width="200px" OnClick="btnCreaVocab_Click" />
|
||||
</td>
|
||||
<td>
|
||||
Crea DB Vocabolario
|
||||
dalla versione
|
||||
<asp:TextBox runat="server" ID="txtStepFrom" Text="0" Width="2em" />
|
||||
alla versione
|
||||
<asp:TextBox runat="server" ID="txtStepTo" Text="0" Width="2em" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="background-color: #696969; color: White;">
|
||||
<td>
|
||||
<b>DB Vocabolario</b>
|
||||
</td>
|
||||
<td style="text-align: right;">
|
||||
<asp:Label runat="server" ID="lblDbVocVers" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Button ID="btnCreaVocab" runat="server" Text="Crea DB vocab" Width="200px" OnClick="btnCreaVocab_Click" />
|
||||
</td>
|
||||
<td>Crea DB Vocabolario
|
||||
<br />
|
||||
<i>(Crea da zero il DB vocabolario)</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="background-color: #dedede;">
|
||||
<td>
|
||||
<asp:Button ID="btnUpdVocab" runat="server" Text="Update DB vocab" Width="200px"
|
||||
OnClick="btnUpdVocab_Click" />
|
||||
</td>
|
||||
<td>
|
||||
Aggiorna DB Vocabolario
|
||||
<i>(Crea da zero il DB vocabolario)</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="background-color: #dedede;">
|
||||
<td>
|
||||
<asp:Button ID="btnUpdVocab" runat="server" Text="Update DB vocab" Width="200px"
|
||||
OnClick="btnUpdVocab_Click" />
|
||||
</td>
|
||||
<td>Aggiorna DB Vocabolario
|
||||
<br />
|
||||
<i>(Aggiorna all'ultima versione il DB vocabolario)</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="background-color: #696969; color: White;">
|
||||
<td>
|
||||
<b>DB Anagrafica</b>
|
||||
</td>
|
||||
<td style="text-align:right;">
|
||||
<asp:Label runat="server" ID="lblDbAnaVers" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Button ID="btnCreaAnag" runat="server" Text="Crea DB Anagrafica" Width="200px"
|
||||
OnClick="btnCreaAnag_Click" />
|
||||
</td>
|
||||
<td>
|
||||
Crea DB Anagrafica
|
||||
<i>(Aggiorna all'ultima versione il DB vocabolario)</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="background-color: #696969; color: White;">
|
||||
<td>
|
||||
<b>DB Anagrafica</b>
|
||||
</td>
|
||||
<td style="text-align: right;">
|
||||
<asp:Label runat="server" ID="lblDbAnaVers" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Button ID="btnCreaAnag" runat="server" Text="Crea DB Anagrafica" Width="200px"
|
||||
OnClick="btnCreaAnag_Click" />
|
||||
</td>
|
||||
<td>Crea DB Anagrafica
|
||||
<br />
|
||||
<i>(Crea da zero il DB Anagrafica)</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="background-color: #dedede;">
|
||||
<td>
|
||||
<asp:Button ID="btnUpdAnag" runat="server" Text="Update DB Anagrafica" Width="200px"
|
||||
OnClick="btnUpdAnag_Click" />
|
||||
</td>
|
||||
<td>
|
||||
Aggiorna DB Anagrafica
|
||||
<i>(Crea da zero il DB Anagrafica)</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="background-color: #dedede;">
|
||||
<td>
|
||||
<asp:Button ID="btnUpdAnag" runat="server" Text="Update DB Anagrafica" Width="200px"
|
||||
OnClick="btnUpdAnag_Click" />
|
||||
</td>
|
||||
<td>Aggiorna DB Anagrafica
|
||||
<br />
|
||||
<i>(Aggiorna all'ultima versione il DB Anagrafica)</i>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<asp:Label runat="server" ID="lblResult" CssClass="erroreMid" />
|
||||
<i>(Aggiorna all'ultima versione il DB Anagrafica)</i>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<asp:Label runat="server" ID="lblResult" CssClass="erroreMid" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
||||
+1
-2
@@ -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>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -127,4 +127,5 @@ exec voc.stp_insNewLemma 'MacchineLong', 'Gestione Anagrafica Macchine'
|
||||
UPDATE vocabolario SET traduzione = 'Machine List Management' WHERE lemma = 'MacchineLong' AND Lingua = 'EN'
|
||||
exec voc.stp_insNewLemma 'DettInterventoLong', 'Dettaglio Intervento'
|
||||
UPDATE vocabolario SET traduzione = 'Event Detail' WHERE lemma = 'DettInterventoLong' AND Lingua = 'EN'
|
||||
exec voc.stp_insNewLemma 'adminDB', 'DB Admin'
|
||||
|
||||
|
||||
@@ -1,6 +1,24 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Ajax.master" AutoEventWireup="true" Inherits="test" Codebehind="test.aspx.cs" %>
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" Inherits="test" CodeBehind="test.aspx.cs" %>
|
||||
|
||||
<%@ Register Src="~/WebUserControls/mod_periodoAnalisi.ascx" TagName="mod_periodoAnalisi" TagPrefix="uc2" %>
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
|
||||
<uc2:mod_periodoAnalisi ID="mod_periodoAnalisi1" 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">TEST</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<div class="centerAll">
|
||||
<uc2:mod_periodoAnalisi ID="mod_periodoAnalisi1" runat="server" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
||||
+1
-2
@@ -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>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user