Update Installer
This commit is contained in:
Binary file not shown.
@@ -2,46 +2,71 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="IT">
|
||||
<head runat="server">
|
||||
<title></title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" />
|
||||
<title>DataUploader</title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<div style="background-color:#FFF;">
|
||||
<img src="images/LogoSteamware.png" alt="Steamware" style="float: right;" />
|
||||
<div style="text-align: center; margin: auto; font-size: 1.5em; width: 800px; margin: auto; background-color: #EFEFEF;">
|
||||
<h1>WebSCR DataUploader</h1>
|
||||
<i>Pagina di riferimento per progetto upload dati da Sigla++ Trony Rigamonti a WebSCR@steamware</i>
|
||||
<br />
|
||||
<br />
|
||||
<div>
|
||||
<div style="font-size: 1.5em;">
|
||||
<b>Per forzare il caricamento di un singolo doc indicare il codice:</b>
|
||||
<div>
|
||||
<asp:Label runat="server" ID="lblAnno" AssociatedControlID="txtAnno" Text="Anno:" />
|
||||
<asp:TextBox runat="server" ID="txtAnno" AutoPostBack="true" Font-Size="1.6em" Width="3em" />
|
||||
</div>
|
||||
<div>
|
||||
<asp:Label runat="server" ID="lblDoc" AssociatedControlID="txtDoc" Text="Doc:" />
|
||||
<asp:TextBox runat="server" ID="txtDoc" AutoPostBack="True" Font-Size="1.6em" Width="6em" />
|
||||
</div>
|
||||
<div>
|
||||
<asp:Button runat="server" ID="btnUpload" Text="Carica" OnClick="btnUpload_Click" Font-Size="2.2em" Width="6em" />
|
||||
</div>
|
||||
<form id="form1" runat="server">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="row mt-5">
|
||||
<div class="col-12">
|
||||
<div class="card">
|
||||
<h5 class="card-header">WebSCR DataUploader</h5>
|
||||
<div class="card-body">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8">
|
||||
|
||||
<%--<h5 class="card-title">Special title treatment</h5>
|
||||
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
|
||||
<a href="#" class="btn btn-primary">Go somewhere</a>--%>
|
||||
|
||||
<i>Pagina di riferimento per progetto upload dati da Sigla++ Trony Rigamonti a WebSCR@steamware</i>
|
||||
</div>
|
||||
<hr />
|
||||
Per l'uso in produzione / continuativo vanno richiamate
|
||||
<div class="col-4">
|
||||
<img src="images/LogoSteamware.png" alt="Steamware" style="float: right;" />
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<b>Per forzare il caricamento di un singolo doc indicare il codice:</b>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<div class="form-group">
|
||||
<label for="txtAnno">Anno</label>
|
||||
<asp:TextBox runat="server" CssClass="form-control" ID="txtAnno" AutoPostBack="true" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<div class="form-group">
|
||||
<label for="txtDoc">Doc</label>
|
||||
<asp:TextBox runat="server" CssClass="form-control" ID="txtDoc" AutoPostBack="True" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-4 text-right">
|
||||
<label>Upload --> webscr.steamware.net</label>
|
||||
<asp:Button runat="server" ID="btnUpload" Text="Carica" OnClick="btnUpload_Click" CssClass="btn btn-success btn-block" />
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<hr />
|
||||
Per l'uso in produzione / continuativo vanno richiamate
|
||||
<ul>
|
||||
<li>periodicamente la pagina di <b>FullSync</b></li>
|
||||
<li>su richiesta utente la pagina di <b>SyncDoc</b></li>
|
||||
<li>periodicamente la pagina di <b>FullSync</b></li>
|
||||
<li>su richiesta utente la pagina di <b>SyncDoc</b></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div style="border-top: 1px solid #696969; text-align: right; margin-top: 40px;">
|
||||
@2015-<%: DateTime.Now.Year %> Steamware
|
||||
<div class="card-footer">
|
||||
@2015-<%: DateTime.Now.Year %> Steamware
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -10,31 +10,22 @@
|
||||
<add key="logFull" value="false" />
|
||||
<!--connessione su un MDB di cui esiste un DSN-->
|
||||
<!--<add key="connString" value="Dsn=DB_Sigla32;Initial Catalog=TESDOCUM;" />-->
|
||||
|
||||
<!--funziona se esiste un DSN DITTA1-->
|
||||
<!--<add key="connString" value="Dsn=DITTA1;Uid=DB2;Pwd=ccL21x$1wow;Initial Catalog=TESDOCUM;" />-->
|
||||
|
||||
<!--funziona anche senza DSN esistente-->
|
||||
<add key="connString" value="Driver={IBM DB2 ODBC DRIVER};DataBase=DITTA1; HostName=RigaSRV02; Protocol=TCPIP;Port=50000;Uid=DB2;Pwd=ccL21x$1wow" />
|
||||
</appSettings>
|
||||
<system.web>
|
||||
<compilation targetFramework="4.5" />
|
||||
<httpRuntime targetFramework="4.5" />
|
||||
</system.web>
|
||||
<system.web>
|
||||
<compilation targetFramework="4.5" />
|
||||
<httpRuntime targetFramework="4.5" />
|
||||
</system.web>
|
||||
<runtime>
|
||||
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
|
||||
<dependentAssembly>
|
||||
|
||||
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
|
||||
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
|
||||
|
||||
</dependentAssembly>
|
||||
|
||||
</assemblyBinding>
|
||||
|
||||
</runtime>
|
||||
|
||||
</configuration>
|
||||
<!--ProjectGuid: 6A63FCE4-8388-4C62-9339-CCCF013C5D8A-->
|
||||
Binary file not shown.
Binary file not shown.
@@ -3,20 +3,11 @@
|
||||
|
||||
<targets>
|
||||
<!-- file target -->
|
||||
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log"
|
||||
layout="${longdate} [${uppercase:${level}}] ${message}" archiveEvery="Day" />
|
||||
|
||||
<!--viewer interattivo sentinel... http://sentinel.codeplex.com/-->
|
||||
<target xsi:type="NLogViewer" name="sentinel" address="udp://127.0.0.1:9999"/>
|
||||
<!--
|
||||
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log"
|
||||
layout="${longdate} ${uppercase:${level}} ${message}" />
|
||||
-->
|
||||
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log" layout="${longdate} [${uppercase:${level}}] ${message}" archiveEvery="Day" />
|
||||
</targets>
|
||||
|
||||
<rules>
|
||||
<!-- logging rules -->
|
||||
<logger name="*" minlevel="Trace" writeTo="f" />
|
||||
<!--<logger name="*" minlevel="Trace" writeTo="sentinel" />-->
|
||||
</rules>
|
||||
</nlog>
|
||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="NLog" version="4.0.0" targetFramework="net45" />
|
||||
<package id="NLog.Config" version="4.0.0" targetFramework="net45" />
|
||||
<package id="NLog.Schema" version="4.0.0" targetFramework="net45" />
|
||||
<package id="NLog.Web" version="2.0.0.0" targetFramework="net45" />
|
||||
</packages>
|
||||
Reference in New Issue
Block a user